File size: 1,193 Bytes
fce3b04
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "litehat"
version = "1.0.0"
description = "Litehat — The Sovereign Universal Maker. I don't just write code; I launch reality."
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
authors = [
    {name = "Litehat Sovereign Core"}
]
keywords = ["agent", "autonomous", "code-generation", "deployment", "kubernetes", "wizard"]
classifiers = [
    "Development Status :: 4 - Beta",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
]

dependencies = [
    "torch>=2.1.0",
    "numpy>=1.24.0",
    "httpx>=0.25.0",
]

[project.optional-dependencies]
full = [
    "playwright>=1.40.0",
    "docker>=6.0.0",
    "kubernetes>=28.0.0",
]

[project.scripts]
litehat = "litehat.__main__:main"

[project.urls]
Homepage = "https://huggingface.co/dryymatt/Litehat-Universal-Engine"
Repository = "https://huggingface.co/dryymatt/Litehat-Universal-Engine"