struct-frame 0.0.11__py3-none-any.whl → 0.0.13__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.
Potentially problematic release.
This version of struct-frame might be problematic. Click here for more details.
- struct-frame/__init__.py +6 -3
- struct-frame/__main__.py +2 -2
- struct-frame/c_gen.py +1 -1
- struct-frame/ts_gen.py +1 -1
- {struct_frame-0.0.11.dist-info → struct_frame-0.0.13.dist-info}/METADATA +6 -3
- {struct_frame-0.0.11.dist-info → struct_frame-0.0.13.dist-info}/RECORD +8 -8
- {struct_frame-0.0.11.dist-info → struct_frame-0.0.13.dist-info}/WHEEL +0 -0
- {struct_frame-0.0.11.dist-info → struct_frame-0.0.13.dist-info}/licenses/LICENSE +0 -0
struct-frame/__init__.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
from base import version, NamingStyleC, CamelToSnakeCase, pascalCase
|
|
2
|
+
|
|
3
|
+
from c_gen import FileCGen
|
|
4
|
+
from ts_gen import FileTsGen
|
|
5
|
+
|
|
6
|
+
__all__ = ["FileCGen", "FileTsGen", "version", "NamingStyleC", "CamelToSnakeCase", "pascalCase"]
|
struct-frame/__main__.py
CHANGED
struct-frame/c_gen.py
CHANGED
struct-frame/ts_gen.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: struct-frame
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.13
|
|
4
4
|
Summary: A framework for serializing data with headers
|
|
5
5
|
Project-URL: Homepage, https://github.com/mylonics/struct-frame
|
|
6
6
|
Project-URL: Issues, https://github.com/mylonics/struct-frame/issues
|
|
@@ -28,6 +28,9 @@ npx tsc --project tsconfig.json; node index.js
|
|
|
28
28
|
|
|
29
29
|
building package
|
|
30
30
|
py -m build
|
|
31
|
-
py -m twine upload
|
|
31
|
+
py -m twine upload dist/*
|
|
32
32
|
|
|
33
|
-
py -m pip install --upgrade twine
|
|
33
|
+
py -m pip install --upgrade twine
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
run locally python .\src\struct-frame
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
struct-frame/__init__.py,sha256=
|
|
2
|
-
struct-frame/__main__.py,sha256=
|
|
1
|
+
struct-frame/__init__.py,sha256=0BitNHuAcib58F4RVGBwuknvxYaQFyRCdB5zwortdKY,228
|
|
2
|
+
struct-frame/__main__.py,sha256=wlVdvVq42f6FW8gtmUVREhdX-UC5Q1rVtlcVwC5cwxs,10941
|
|
3
3
|
struct-frame/base.py,sha256=Sx1hwOjpmbhArPldw4jYibvd7UMRtfkSO_P0lu9NqZA,2021
|
|
4
|
-
struct-frame/c_gen.py,sha256=
|
|
5
|
-
struct-frame/ts_gen.py,sha256
|
|
4
|
+
struct-frame/c_gen.py,sha256=7DCO9INrPHAtpEeDDx_iqxja-5vEiev0LFnCpaMw2-I,5817
|
|
5
|
+
struct-frame/ts_gen.py,sha256=-RWjC1yAOc2pNE5YzIuTtUuSM4c0pbmMWGWr4rZTQ3I,6115
|
|
6
6
|
struct-frame/boilerplate/c/struct_frame.h,sha256=Y0V39aqXfR-eTSNe6f1hdc55GXHXBADBK2kbNrxCo-k,4909
|
|
7
7
|
struct-frame/boilerplate/c/struct_frame_gen.h,sha256=MdXFYOO6E7IN4DM5EaEMXXowZb4auv8UeyQBprkqx68,43
|
|
8
8
|
struct-frame/boilerplate/c/struct_frame_parser.h,sha256=A38zoqaAxh4cw4rG7zzF7FFQ9qnfqP2w41cpn2dO2CA,3052
|
|
@@ -11,7 +11,7 @@ struct-frame/boilerplate/ts/struct_frame.ts,sha256=botKdIKVP7Bi6BJdXfIZaGAmoATnu
|
|
|
11
11
|
struct-frame/boilerplate/ts/struct_frame_gen.ts,sha256=pz6QTIWDTIY0rMCFiGNgp3DcfO7cKsmXrx3rj3zgN_U,164
|
|
12
12
|
struct-frame/boilerplate/ts/struct_frame_parser.ts,sha256=6eTbafomqTsX3Fvfn82rxNQMxu4PwTaPug38xw4wrhE,3523
|
|
13
13
|
struct-frame/boilerplate/ts/struct_frame_types.ts,sha256=aBtxVI2lUJKGPTtJAOpbStpS2sXSKvd4XWCIsOnaMk8,2130
|
|
14
|
-
struct_frame-0.0.
|
|
15
|
-
struct_frame-0.0.
|
|
16
|
-
struct_frame-0.0.
|
|
17
|
-
struct_frame-0.0.
|
|
14
|
+
struct_frame-0.0.13.dist-info/METADATA,sha256=p1H3PDllB6U97mvVqWwlvpNivsgcwV6OeLhlIyOzkaA,833
|
|
15
|
+
struct_frame-0.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
struct_frame-0.0.13.dist-info/licenses/LICENSE,sha256=UjbLtGfcHCIqJg9UzEVGoNW8fyX4Ah9ZbsuAmJ_vhmk,1094
|
|
17
|
+
struct_frame-0.0.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|