fory-compiler 0.0.1__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,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: fory-compiler
3
+ Version: 0.0.1
4
+ Summary: FDL (Fory Definition Language) compiler for Apache Fory cross-language serialization
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://github.com/apache/fory
7
+ Project-URL: Documentation, https://fory.apache.org
8
+ Project-URL: Repository, https://github.com/apache/fory
9
+ Keywords: fory,serialization,codegen,idl,compiler
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.8
15
+ Classifier: Programming Language :: Python :: 3.9
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: 3.13
20
+ Classifier: Topic :: Software Development :: Code Generators
21
+ Classifier: Topic :: Software Development :: Compilers
22
+ Requires-Python: >=3.8
23
+ Description-Content-Type: text/markdown
@@ -0,0 +1,5 @@
1
+ fory_compiler-0.0.1.dist-info/METADATA,sha256=IcHuDKn7ubamjyG5IYtozJ_uVD5h9e1XhoWE7uMU7C8,1065
2
+ fory_compiler-0.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
3
+ fory_compiler-0.0.1.dist-info/entry_points.txt,sha256=VcLancYeUdPaJCSARaQ5yw-5Nz08H68lZNvErNRpyrg,49
4
+ fory_compiler-0.0.1.dist-info/top_level.txt,sha256=dU-150t11xZ27Uv42J7lphmCvDXlgn8Xu0X3Sx5O4Nk,14
5
+ fory_compiler-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ foryc = fory_compiler.cli:main
@@ -0,0 +1 @@
1
+ fory_compiler