omcore 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.
omcore-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: omcore
3
+ Version: 0.0.0
4
+ Summary: omcore
5
+ Author: wrmsr
6
+ License-Expression: BSD-3-Clause
7
+ Project-URL: source, https://github.com/wrmsr/omlish
8
+ Classifier: Development Status :: 2 - Pre-Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Operating System :: POSIX
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Requires-Python: <3.15,>=3.14
15
+ Description-Content-Type: text/markdown
File without changes
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: omcore
3
+ Version: 0.0.0
4
+ Summary: omcore
5
+ Author: wrmsr
6
+ License-Expression: BSD-3-Clause
7
+ Project-URL: source, https://github.com/wrmsr/omlish
8
+ Classifier: Development Status :: 2 - Pre-Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Operating System :: POSIX
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Requires-Python: <3.15,>=3.14
15
+ Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ omcore/__init__.py
3
+ omcore.egg-info/PKG-INFO
4
+ omcore.egg-info/SOURCES.txt
5
+ omcore.egg-info/dependency_links.txt
6
+ omcore.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ omcore
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = [
3
+ 'setuptools',
4
+ ]
5
+ build-backend = 'setuptools.build_meta'
6
+
7
+ [project]
8
+ name = 'omcore'
9
+ authors = [
10
+ {name = 'wrmsr'},
11
+ ]
12
+ urls = {source = 'https://github.com/wrmsr/omlish'}
13
+ license = 'BSD-3-Clause'
14
+ readme = 'README.md'
15
+ requires-python = '>=3.14,<3.15'
16
+ version = '0.0.0'
17
+ classifiers = [
18
+ 'Development Status :: 2 - Pre-Alpha',
19
+ 'Intended Audience :: Developers',
20
+ 'Operating System :: OS Independent',
21
+ 'Operating System :: POSIX',
22
+ 'Programming Language :: Python :: 3',
23
+ 'Programming Language :: Python :: 3.14',
24
+ ]
25
+ description = 'omcore'
26
+
omcore-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+