cchotload 0.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cchotload-0.0.0/PKG-INFO +39 -0
- cchotload-0.0.0/README.md +26 -0
- cchotload-0.0.0/cchotload.egg-info/PKG-INFO +39 -0
- cchotload-0.0.0/cchotload.egg-info/SOURCES.txt +6 -0
- cchotload-0.0.0/cchotload.egg-info/dependency_links.txt +1 -0
- cchotload-0.0.0/cchotload.egg-info/top_level.txt +1 -0
- cchotload-0.0.0/pyproject.toml +21 -0
- cchotload-0.0.0/setup.cfg +4 -0
cchotload-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cchotload
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved name for a context compiler under development. This release contains no code.
|
|
5
|
+
Author-email: itsprettydeep <abedrabbok@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Keywords: reserved-name,placeholder
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# cchotload
|
|
15
|
+
|
|
16
|
+
**This name is reserved. It is not yet a released package, and this
|
|
17
|
+
distribution contains no code.**
|
|
18
|
+
|
|
19
|
+
`cchotload` is the name of a context compiler under development. The tool
|
|
20
|
+
compiles a project's source into a single context document for an AI session,
|
|
21
|
+
from a configuration that states what the project is rather than which files to
|
|
22
|
+
gather — named groups, a claims grammar, original line numbers preserved so a
|
|
23
|
+
citation can be followed back to the file it came from.
|
|
24
|
+
|
|
25
|
+
It is not published yet. The repository is private, its continuous integration
|
|
26
|
+
has never run, and it has been exercised on one operating system. Publishing it
|
|
27
|
+
is a decision that has not been made.
|
|
28
|
+
|
|
29
|
+
This release exists so that the name matches the tool that will be published
|
|
30
|
+
under it. It declares no modules, so installing it adds nothing to your
|
|
31
|
+
environment and shadows nothing. When a real release is ready it will upload to
|
|
32
|
+
this same name at a higher version.
|
|
33
|
+
|
|
34
|
+
Note that `cchotload` and `cc-hotload` are separate names on PyPI —
|
|
35
|
+
normalisation unifies `cc-hotload`, `cc_hotload` and `cc.hotload`, but not the
|
|
36
|
+
unseparated spelling. Both are held by the same author so that either spelling
|
|
37
|
+
reaches the same project.
|
|
38
|
+
|
|
39
|
+
Contact: abedrabbok@gmail.com
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# cchotload
|
|
2
|
+
|
|
3
|
+
**This name is reserved. It is not yet a released package, and this
|
|
4
|
+
distribution contains no code.**
|
|
5
|
+
|
|
6
|
+
`cchotload` is the name of a context compiler under development. The tool
|
|
7
|
+
compiles a project's source into a single context document for an AI session,
|
|
8
|
+
from a configuration that states what the project is rather than which files to
|
|
9
|
+
gather — named groups, a claims grammar, original line numbers preserved so a
|
|
10
|
+
citation can be followed back to the file it came from.
|
|
11
|
+
|
|
12
|
+
It is not published yet. The repository is private, its continuous integration
|
|
13
|
+
has never run, and it has been exercised on one operating system. Publishing it
|
|
14
|
+
is a decision that has not been made.
|
|
15
|
+
|
|
16
|
+
This release exists so that the name matches the tool that will be published
|
|
17
|
+
under it. It declares no modules, so installing it adds nothing to your
|
|
18
|
+
environment and shadows nothing. When a real release is ready it will upload to
|
|
19
|
+
this same name at a higher version.
|
|
20
|
+
|
|
21
|
+
Note that `cchotload` and `cc-hotload` are separate names on PyPI —
|
|
22
|
+
normalisation unifies `cc-hotload`, `cc_hotload` and `cc.hotload`, but not the
|
|
23
|
+
unseparated spelling. Both are held by the same author so that either spelling
|
|
24
|
+
reaches the same project.
|
|
25
|
+
|
|
26
|
+
Contact: abedrabbok@gmail.com
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cchotload
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved name for a context compiler under development. This release contains no code.
|
|
5
|
+
Author-email: itsprettydeep <abedrabbok@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Keywords: reserved-name,placeholder
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# cchotload
|
|
15
|
+
|
|
16
|
+
**This name is reserved. It is not yet a released package, and this
|
|
17
|
+
distribution contains no code.**
|
|
18
|
+
|
|
19
|
+
`cchotload` is the name of a context compiler under development. The tool
|
|
20
|
+
compiles a project's source into a single context document for an AI session,
|
|
21
|
+
from a configuration that states what the project is rather than which files to
|
|
22
|
+
gather — named groups, a claims grammar, original line numbers preserved so a
|
|
23
|
+
citation can be followed back to the file it came from.
|
|
24
|
+
|
|
25
|
+
It is not published yet. The repository is private, its continuous integration
|
|
26
|
+
has never run, and it has been exercised on one operating system. Publishing it
|
|
27
|
+
is a decision that has not been made.
|
|
28
|
+
|
|
29
|
+
This release exists so that the name matches the tool that will be published
|
|
30
|
+
under it. It declares no modules, so installing it adds nothing to your
|
|
31
|
+
environment and shadows nothing. When a real release is ready it will upload to
|
|
32
|
+
this same name at a higher version.
|
|
33
|
+
|
|
34
|
+
Note that `cchotload` and `cc-hotload` are separate names on PyPI —
|
|
35
|
+
normalisation unifies `cc-hotload`, `cc_hotload` and `cc.hotload`, but not the
|
|
36
|
+
unseparated spelling. Both are held by the same author so that either spelling
|
|
37
|
+
reaches the same project.
|
|
38
|
+
|
|
39
|
+
Contact: abedrabbok@gmail.com
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=77"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "cchotload"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Reserved name for a context compiler under development. This release contains no code."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
|
+
license = "MIT"
|
|
12
|
+
authors = [{ name = "itsprettydeep", email = "abedrabbok@gmail.com" }]
|
|
13
|
+
keywords = ["reserved-name", "placeholder"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"Intended Audience :: Developers",
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[tool.setuptools]
|
|
21
|
+
packages = []
|