pyw-config 0.0.0__tar.gz → 0.0.0.post1__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.
- pyw_config-0.0.0.post1/PKG-INFO +34 -0
- pyw_config-0.0.0.post1/README.md +14 -0
- pyw_config-0.0.0.post1/pyproject.toml +30 -0
- pyw_config-0.0.0/PKG-INFO +0 -15
- pyw_config-0.0.0/README.md +0 -3
- pyw_config-0.0.0/pyproject.toml +0 -19
- {pyw_config-0.0.0 → pyw_config-0.0.0.post1}/LICENSE +0 -0
- {pyw_config-0.0.0 → pyw_config-0.0.0.post1}/src/pyw/__init__.py +0 -0
- {pyw_config-0.0.0 → pyw_config-0.0.0.post1}/src/pyw/config/__init__.py +0 -0
@@ -0,0 +1,34 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pyw-config
|
3
|
+
Version: 0.0.0.post1
|
4
|
+
Summary: Reserved placeholder for pyw-config (configuration utilities for pythonWoods suite)
|
5
|
+
Project-URL: Homepage, https://github.com/pythonWoods/pyw-config
|
6
|
+
Project-URL: Documentation, https://pythonwoods.dev/docs/pyw-config/latest/
|
7
|
+
Project-URL: Issues, https://github.com/pythonWoods/pyw-config/issues
|
8
|
+
Project-URL: Changelog, https://github.com/pythonWoods/pyw-config/releases
|
9
|
+
Author-email: pythonWoods <you@example.com>
|
10
|
+
License: MIT
|
11
|
+
License-File: LICENSE
|
12
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
14
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
16
|
+
Classifier: Typing :: Typed
|
17
|
+
Requires-Python: >=3.9
|
18
|
+
Requires-Dist: pyw-core>=0.0.0
|
19
|
+
Description-Content-Type: text/markdown
|
20
|
+
|
21
|
+
# pyw-config
|
22
|
+
[](https://pypi.org/project/pyw-config/)
|
23
|
+
[](https://github.com/pythonWoods/pyw-config/actions/workflows/ci.yml)
|
24
|
+
[](LICENSE)
|
25
|
+
|
26
|
+
|
27
|
+
## Links utili
|
28
|
+
Documentazione dev (work-in-progress) → https://pythonwoods.dev/docs/pyw-config/latest/
|
29
|
+
|
30
|
+
Issue tracker → https://github.com/pythonWoods/pyw-config/issues
|
31
|
+
|
32
|
+
Changelog → https://github.com/pythonWoods/pyw-config/releases
|
33
|
+
|
34
|
+
© pythonWoods — MIT License
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# pyw-config
|
2
|
+
[](https://pypi.org/project/pyw-config/)
|
3
|
+
[](https://github.com/pythonWoods/pyw-config/actions/workflows/ci.yml)
|
4
|
+
[](LICENSE)
|
5
|
+
|
6
|
+
|
7
|
+
## Links utili
|
8
|
+
Documentazione dev (work-in-progress) → https://pythonwoods.dev/docs/pyw-config/latest/
|
9
|
+
|
10
|
+
Issue tracker → https://github.com/pythonWoods/pyw-config/issues
|
11
|
+
|
12
|
+
Changelog → https://github.com/pythonWoods/pyw-config/releases
|
13
|
+
|
14
|
+
© pythonWoods — MIT License
|
@@ -0,0 +1,30 @@
|
|
1
|
+
[build-system]
|
2
|
+
requires = ["hatchling>=1.18"]
|
3
|
+
build-backend = "hatchling.build"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "pyw-config"
|
7
|
+
version = "0.0.0.post1"
|
8
|
+
description = "Reserved placeholder for pyw-config (configuration utilities for pythonWoods suite)"
|
9
|
+
authors = [{name = "pythonWoods", email = "you@example.com"}]
|
10
|
+
license = {text = "MIT"}
|
11
|
+
requires-python = ">=3.9"
|
12
|
+
readme = "README.md"
|
13
|
+
dependencies = ["pyw-core>=0.0.0"]
|
14
|
+
|
15
|
+
classifiers = [
|
16
|
+
"Development Status :: 2 - Pre-Alpha",
|
17
|
+
"License :: OSI Approved :: MIT License",
|
18
|
+
"Programming Language :: Python :: 3 :: Only",
|
19
|
+
"Programming Language :: Python :: 3.11",
|
20
|
+
"Typing :: Typed",
|
21
|
+
]
|
22
|
+
|
23
|
+
[project.urls]
|
24
|
+
Homepage = "https://github.com/pythonWoods/pyw-config"
|
25
|
+
Documentation = "https://pythonwoods.dev/docs/pyw-config/latest/"
|
26
|
+
Issues = "https://github.com/pythonWoods/pyw-config/issues"
|
27
|
+
Changelog = "https://github.com/pythonWoods/pyw-config/releases"
|
28
|
+
|
29
|
+
[tool.hatch.build.targets.wheel]
|
30
|
+
packages = ["src/pyw"]
|
pyw_config-0.0.0/PKG-INFO
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: pyw-config
|
3
|
-
Version: 0.0.0
|
4
|
-
Summary: Reserved placeholder for pyw-config (configuration utilities for pythonWoods suite)
|
5
|
-
Project-URL: Homepage, https://github.com/pythonWoods/pyw
|
6
|
-
Author-email: pythonWoods <you@example.com>
|
7
|
-
License: MIT
|
8
|
-
License-File: LICENSE
|
9
|
-
Requires-Python: >=3.9
|
10
|
-
Requires-Dist: pyw-core>=0.0.0
|
11
|
-
Description-Content-Type: text/markdown
|
12
|
-
|
13
|
-
# pyw-config
|
14
|
-
|
15
|
-
Placeholder package to reserve the name on PyPI. Configuration utilities coming soon.
|
pyw_config-0.0.0/README.md
DELETED
pyw_config-0.0.0/pyproject.toml
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
[build-system]
|
2
|
-
requires = ["hatchling>=1.18"]
|
3
|
-
build-backend = "hatchling.build"
|
4
|
-
|
5
|
-
[project]
|
6
|
-
name = "pyw-config"
|
7
|
-
version = "0.0.0"
|
8
|
-
description = "Reserved placeholder for pyw-config (configuration utilities for pythonWoods suite)"
|
9
|
-
authors = [{name = "pythonWoods", email = "you@example.com"}]
|
10
|
-
license = {text = "MIT"}
|
11
|
-
requires-python = ">=3.9"
|
12
|
-
readme = "README.md"
|
13
|
-
dependencies = ["pyw-core>=0.0.0"]
|
14
|
-
|
15
|
-
[project.urls]
|
16
|
-
Homepage = "https://github.com/pythonWoods/pyw"
|
17
|
-
|
18
|
-
[tool.hatch.build.targets.wheel]
|
19
|
-
packages = ["src/pyw"]
|
File without changes
|
File without changes
|
File without changes
|