rendo-aclim 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.
- rendo_aclim-0.0.1/PKG-INFO +20 -0
- rendo_aclim-0.0.1/README.md +5 -0
- rendo_aclim-0.0.1/pyproject.toml +25 -0
- rendo_aclim-0.0.1/rendo_aclim.egg-info/PKG-INFO +20 -0
- rendo_aclim-0.0.1/rendo_aclim.egg-info/SOURCES.txt +7 -0
- rendo_aclim-0.0.1/rendo_aclim.egg-info/dependency_links.txt +1 -0
- rendo_aclim-0.0.1/rendo_aclim.egg-info/top_level.txt +1 -0
- rendo_aclim-0.0.1/rendo_aclim_placeholder.py +2 -0
- rendo_aclim-0.0.1/setup.cfg +4 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rendo-aclim
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Official primary placeholder package for the ACLIM manager entry.
|
|
5
|
+
Author: Rendo
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/rendo-studio/aclim
|
|
8
|
+
Project-URL: Repository, https://github.com/rendo-studio/aclim
|
|
9
|
+
Keywords: rendo,reserved,placeholder
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Requires-Python: >=3.9
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# rendo-aclim
|
|
17
|
+
|
|
18
|
+
This package is an official reserved placeholder for the Rendo project.
|
|
19
|
+
|
|
20
|
+
It exists to protect the public package name while the real implementation is being prepared.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "rendo-aclim"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Official primary placeholder package for the ACLIM manager entry."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
|
+
license = "MIT"
|
|
12
|
+
authors = [{ name = "Rendo" }]
|
|
13
|
+
keywords = ["rendo", "reserved", "placeholder"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"Intended Audience :: Developers",
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[project.urls]
|
|
21
|
+
Homepage = "https://github.com/rendo-studio/aclim"
|
|
22
|
+
Repository = "https://github.com/rendo-studio/aclim"
|
|
23
|
+
|
|
24
|
+
[tool.setuptools]
|
|
25
|
+
py-modules = ["rendo_aclim_placeholder"]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rendo-aclim
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Official primary placeholder package for the ACLIM manager entry.
|
|
5
|
+
Author: Rendo
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/rendo-studio/aclim
|
|
8
|
+
Project-URL: Repository, https://github.com/rendo-studio/aclim
|
|
9
|
+
Keywords: rendo,reserved,placeholder
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Requires-Python: >=3.9
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# rendo-aclim
|
|
17
|
+
|
|
18
|
+
This package is an official reserved placeholder for the Rendo project.
|
|
19
|
+
|
|
20
|
+
It exists to protect the public package name while the real implementation is being prepared.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
rendo_aclim_placeholder
|