type-python 0.3.1__py3-none-win_amd64.whl → 0.4.0__py3-none-win_amd64.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: type-python
3
- Version: 0.3.1
3
+ Version: 0.4.0
4
4
  Summary: A statically-typed authoring language that compiles to standard Python
5
5
  Author: unadlib
6
6
  License-Expression: MIT
@@ -9,13 +9,15 @@ Project-URL: Repository, https://github.com/type-python/type-python
9
9
  Project-URL: Documentation, https://github.com/type-python/type-python/tree/main/docs
10
10
  Project-URL: Issues, https://github.com/type-python/type-python/issues
11
11
  Keywords: typepython,type-checking,compiler,python,static-typing
12
- Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Development Status :: 4 - Beta
13
13
  Classifier: Intended Audience :: Developers
14
14
  Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Programming Language :: Python :: 3.9
16
16
  Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: Programming Language :: Python :: 3.11
18
18
  Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: 3.13
20
+ Classifier: Programming Language :: Python :: 3.14
19
21
  Classifier: Programming Language :: Rust
20
22
  Classifier: Topic :: Software Development :: Compilers
21
23
  Classifier: Topic :: Software Development :: Quality Assurance
@@ -44,8 +46,10 @@ output runs anywhere CPython runs.
44
46
 
45
47
  **No custom runtime. No per-checker plugin. No vendor lock-in.**
46
48
 
47
- > Status: **alpha** (v0.3.0). The compiler core, type checker, and LSP are
48
- > stable; framework adapters and runtime validators are in prototype.
49
+ > Status: **Core v1 Beta** (v0.4.0). Core syntax, config, `init`/`check`/`build`/
50
+ > `clean`/`verify`, diagnostic code identity, and emitted `.py`/`.pyi` compatibility
51
+ > are the stable Beta surfaces. LSP UX, adapter manifests, runtime validators, and
52
+ > migration heuristics remain prototype/experimental.
49
53
  > Bug reports and contributions are very welcome.
50
54
 
51
55
  ## Install
@@ -160,6 +164,7 @@ hazards for frameworks that introspect annotations.
160
164
  - [Interoperability](https://github.com/type-python/type-python/blob/main/docs/interop.md)
161
165
  - [Migration Guide](https://github.com/type-python/type-python/blob/main/docs/migration-guide.md)
162
166
  - [Framework Adapters](https://github.com/type-python/type-python/blob/main/docs/framework-adapters.md)
167
+ - [Beta Readiness](https://github.com/type-python/type-python/blob/main/docs/beta-readiness.md)
163
168
  - [Language Spec v1](https://github.com/type-python/type-python/blob/main/docs/spec/language-spec-v1.md)
164
169
 
165
170
  ## Links
@@ -0,0 +1,11 @@
1
+ type_python-0.4.0.dist-info/licenses/LICENSE,sha256=BMHUZ3id_LOrEdv_GmAbL1ttlKsqjZz14f1_M1tn73k,1089
2
+ typepython/__init__.py,sha256=ysHyCeLjWKlxEnJRLBsdi0p3jq5OJrH7AqhO6N4FbQE,532
3
+ typepython/__main__.py,sha256=m8cggQyLAOSPtb8r-uUv_g53whMoPXtF2NX9yLuPyLg,89
4
+ typepython/_runner.py,sha256=DySWPTud0FIAv2-0xhmwAyt_kk3w3kFJWK8FcYSe858,1777
5
+ typepython/annotation_compat.py,sha256=F_dLOYhFHtOyGn-vTn22VayGMZKfGF4OoM-YvD_352I,13916
6
+ typepython/bin/typepython.exe,sha256=sLjMbU6ZeWGa2QSFpJ_5Bs6dzF6Jtw3-FHBH5lr038I,13957120
7
+ type_python-0.4.0.dist-info/METADATA,sha256=3jpBkrYGONaxOzsiM6dS-O95iR8yrPQPDhG06tGUjPE,9178
8
+ type_python-0.4.0.dist-info/WHEEL,sha256=GjDPPQwEcripVP6P2r3RxLa-h5Lb9ifGB7FYYtbLDT0,98
9
+ type_python-0.4.0.dist-info/entry_points.txt,sha256=B5Yjdi-RWaeRy7YUcni1lU_ya2lVZXM8llSFNSKEq0U,56
10
+ type_python-0.4.0.dist-info/top_level.txt,sha256=JFRFjt3AXvRQ99SKMxUVu9e3TOp2QpspvE-jk85uMjU,11
11
+ type_python-0.4.0.dist-info/RECORD,,
typepython/__init__.py CHANGED
@@ -23,4 +23,4 @@ __all__ = [
23
23
  "supported_formats",
24
24
  ]
25
25
 
26
- __version__ = "0.3.1"
26
+ __version__ = "0.4.0"
Binary file
@@ -1,11 +0,0 @@
1
- type_python-0.3.1.dist-info/licenses/LICENSE,sha256=BMHUZ3id_LOrEdv_GmAbL1ttlKsqjZz14f1_M1tn73k,1089
2
- typepython/__init__.py,sha256=XDqUGTG_99WfcbfL1J1VlAx6oDcw72TcredigzGC4-s,532
3
- typepython/__main__.py,sha256=m8cggQyLAOSPtb8r-uUv_g53whMoPXtF2NX9yLuPyLg,89
4
- typepython/_runner.py,sha256=DySWPTud0FIAv2-0xhmwAyt_kk3w3kFJWK8FcYSe858,1777
5
- typepython/annotation_compat.py,sha256=F_dLOYhFHtOyGn-vTn22VayGMZKfGF4OoM-YvD_352I,13916
6
- typepython/bin/typepython.exe,sha256=YcvzJDY_bWlLkEO5RMwBirkH_BEjS31_UPvF4XjImO8,13122048
7
- type_python-0.3.1.dist-info/METADATA,sha256=HxPj62MNQ0XuJ2LMGPm0NqcSPHDUB5qIM229yZzClj4,8817
8
- type_python-0.3.1.dist-info/WHEEL,sha256=GjDPPQwEcripVP6P2r3RxLa-h5Lb9ifGB7FYYtbLDT0,98
9
- type_python-0.3.1.dist-info/entry_points.txt,sha256=B5Yjdi-RWaeRy7YUcni1lU_ya2lVZXM8llSFNSKEq0U,56
10
- type_python-0.3.1.dist-info/top_level.txt,sha256=JFRFjt3AXvRQ99SKMxUVu9e3TOp2QpspvE-jk85uMjU,11
11
- type_python-0.3.1.dist-info/RECORD,,