pyw-core 0.0.0__py3-none-any.whl → 0.0.0.post1__py3-none-any.whl

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.
@@ -0,0 +1,71 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyw-core
3
+ Version: 0.0.0.post1
4
+ Summary: Reserved placeholder for pyw-core (umbrella namespace)
5
+ Project-URL: Homepage, https://github.com/pythonWoods/pyw-core
6
+ Project-URL: Documentation, https://pythonwoods.dev/docs/pyw-core/latest/
7
+ Project-URL: Issues, https://github.com/pythonWoods/pyw-core/issues
8
+ Project-URL: Changelog, https://github.com/pythonWoods/pyw-core/releases
9
+ Author: pythonWoods
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
+ Description-Content-Type: text/markdown
19
+
20
+ # pyw-core 🌐
21
+ [![PyPI](https://img.shields.io/pypi/v/pyw-core.svg)](https://pypi.org/project/pyw-core/)
22
+ [![CI](https://github.com/pythonWoods/pyw-core/actions/workflows/ci.yml/badge.svg)](https://github.com/pythonWoods/pyw-core/actions/workflows/ci.yml)
23
+ [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
24
+ > Namespace seed & common utilities for the **pythonWoods** ecosystem.
25
+
26
+ ## Components
27
+
28
+ | Package | Description | Status |
29
+ |---------|-------------|--------|
30
+ | **pyw-core** | Structured + colorful logging | placeholder `0.0.0` |
31
+ | **pyw-fs** | Unified filesystem (local/S3/GCS) | 0.0.0 |
32
+ | **pyw-secret** | Secret back-ends (.env, Vault, SSM) | 0.0.0 |
33
+ | **pyw-cli** | Typer CLI scaffold | 0.0.0 |
34
+ | **pyw-music21** | Music21 stubs & helpers | 0.0.0 |
35
+ | **pyw-musicparser** | Parse MIDI/Lilypond | 0.0.0 |
36
+ | **pyw-core** | Meta-package: install everything | 0.0.0 |
37
+ | **pyw-devtools** | Bundle for devs (logger, fs, cli, secret) | 0.0.0 |
38
+
39
+ ## Philosophy
40
+
41
+ * **Namespace package** – `import pyw.*` per evitare conflitti.
42
+ * **Small, composable modules** – scegli solo ciò che ti serve.
43
+ * **Typed APIs** – Pydantic / dataclass per zero sorprese.
44
+ * **No heavy deps by default** – le librerie “costose” (Torch, OpenCV) sono extra.
45
+
46
+ ### Installation (nothing to use yet)
47
+
48
+ ```bash
49
+ pip install pyw-core
50
+ ```
51
+
52
+ *(Core è quasi vuoto: fornisce solo il namespace e helper comuni.)*
53
+
54
+ ## Contributing
55
+
56
+ 1. Fork il repo del modulo che ti interessa (`pyw-fs`, ecc.).
57
+ 2. Crea virtual-env via Poetry: `poetry install && poetry shell`.
58
+ 3. Lancia linter e mypy: `ruff check . && mypy`.
59
+ 4. Apri la PR: CI esegue lint, type-check, build.
60
+
61
+ Felice coding nella foresta di **pythonWoods**! 🌲🐾
62
+
63
+
64
+ ## Links utili
65
+ Documentazione dev (work-in-progress) → https://pythonwoods.dev/docs/pyw-core/latest/
66
+
67
+ Issue tracker → https://github.com/pythonWoods/pyw-core/issues
68
+
69
+ Changelog → https://github.com/pythonWoods/pyw-core/releases
70
+
71
+ © pythonWoods — MIT License
@@ -0,0 +1,5 @@
1
+ pyw/__init__.py,sha256=TAxMvzzecHUbYSemZ7gBbqi-3hYmsODLKrbmxrtbaUQ,66
2
+ pyw_core-0.0.0.post1.dist-info/METADATA,sha256=LphCqhvSw0LkMI0HfGQ5BQKBrRw-SA-TriXbRAW47AY,2733
3
+ pyw_core-0.0.0.post1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ pyw_core-0.0.0.post1.dist-info/licenses/LICENSE,sha256=Jn96Lhnfqd-Zr3dFIJhaDlIZJSk-pbfnZ6sGlp0Gv5E,12
5
+ pyw_core-0.0.0.post1.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: pyw-core
3
- Version: 0.0.0
4
- Summary: Reserved placeholder for pyw-core (umbrella namespace)
5
- Project-URL: Homepage, https://github.com/pythonWoods/pyw-core
6
- Author: pythonWoods
7
- License: MIT
8
- License-File: LICENSE
9
- Requires-Python: >=3.9
10
- Description-Content-Type: text/markdown
11
-
12
- # pyw-core
13
-
14
- Reserved placeholder for pyw-core (umbrella namespace).
@@ -1,5 +0,0 @@
1
- pyw/__init__.py,sha256=TAxMvzzecHUbYSemZ7gBbqi-3hYmsODLKrbmxrtbaUQ,66
2
- pyw_core-0.0.0.dist-info/METADATA,sha256=huwso5l3hDQPGsUIZvoFFXedb2stHL3aOmkJ6a3oE9I,365
3
- pyw_core-0.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
- pyw_core-0.0.0.dist-info/licenses/LICENSE,sha256=Jn96Lhnfqd-Zr3dFIJhaDlIZJSk-pbfnZ6sGlp0Gv5E,12
5
- pyw_core-0.0.0.dist-info/RECORD,,