scimux 0.0.1__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.
scimux-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: scimux
3
+ Version: 0.0.1
4
+ Summary: Name placeholder. scimux is a Go program distributed from Codeberg, not from PyPI.
5
+ License-Expression: MPL-2.0
6
+ Project-URL: Homepage, https://codeberg.org/chrberger/scimux
7
+ Project-URL: Source, https://codeberg.org/chrberger/scimux
8
+ Project-URL: Issues, https://codeberg.org/chrberger/scimux/issues
9
+ Keywords: scimux,placeholder
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+
13
+ # scimux (name placeholder)
14
+
15
+ **scimux is not distributed through PyPI.** This package exists only so the
16
+ name cannot be taken by someone else, and it installs nothing: no binary, no
17
+ install script, no dependencies.
18
+
19
+ scimux is a single static Go binary that supervises tmux-wrapped agent chats
20
+ from a local web page. Get it from the project itself:
21
+
22
+ - Source and releases: <https://codeberg.org/chrberger/scimux>
23
+ - Security reports: security@scimux.com
24
+
25
+ If some other `scimux` package ever appears on PyPI and *does* install
26
+ something, it is not this project.
27
+
28
+ Licensed MPL-2.0, like the project it names.
scimux-0.0.1/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # scimux (name placeholder)
2
+
3
+ **scimux is not distributed through PyPI.** This package exists only so the
4
+ name cannot be taken by someone else, and it installs nothing: no binary, no
5
+ install script, no dependencies.
6
+
7
+ scimux is a single static Go binary that supervises tmux-wrapped agent chats
8
+ from a local web page. Get it from the project itself:
9
+
10
+ - Source and releases: <https://codeberg.org/chrberger/scimux>
11
+ - Security reports: security@scimux.com
12
+
13
+ If some other `scimux` package ever appears on PyPI and *does* install
14
+ something, it is not this project.
15
+
16
+ Licensed MPL-2.0, like the project it names.
@@ -0,0 +1,20 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "scimux"
7
+ version = "0.0.1"
8
+ description = "Name placeholder. scimux is a Go program distributed from Codeberg, not from PyPI."
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = "MPL-2.0"
12
+ keywords = ["scimux", "placeholder"]
13
+
14
+ [project.urls]
15
+ Homepage = "https://codeberg.org/chrberger/scimux"
16
+ Source = "https://codeberg.org/chrberger/scimux"
17
+ Issues = "https://codeberg.org/chrberger/scimux/issues"
18
+
19
+ [tool.setuptools]
20
+ packages = []
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: scimux
3
+ Version: 0.0.1
4
+ Summary: Name placeholder. scimux is a Go program distributed from Codeberg, not from PyPI.
5
+ License-Expression: MPL-2.0
6
+ Project-URL: Homepage, https://codeberg.org/chrberger/scimux
7
+ Project-URL: Source, https://codeberg.org/chrberger/scimux
8
+ Project-URL: Issues, https://codeberg.org/chrberger/scimux/issues
9
+ Keywords: scimux,placeholder
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+
13
+ # scimux (name placeholder)
14
+
15
+ **scimux is not distributed through PyPI.** This package exists only so the
16
+ name cannot be taken by someone else, and it installs nothing: no binary, no
17
+ install script, no dependencies.
18
+
19
+ scimux is a single static Go binary that supervises tmux-wrapped agent chats
20
+ from a local web page. Get it from the project itself:
21
+
22
+ - Source and releases: <https://codeberg.org/chrberger/scimux>
23
+ - Security reports: security@scimux.com
24
+
25
+ If some other `scimux` package ever appears on PyPI and *does* install
26
+ something, it is not this project.
27
+
28
+ Licensed MPL-2.0, like the project it names.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ scimux.egg-info/PKG-INFO
4
+ scimux.egg-info/SOURCES.txt
5
+ scimux.egg-info/dependency_links.txt
6
+ scimux.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
scimux-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+