jntajis-python 0.0.16__tar.gz → 0.0.17__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.
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/PKG-INFO +1 -1
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pyproject.toml +7 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_version.py +2 -2
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/.agents/docs/ARCHITECTURE.md +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/.agents/docs/IMPLEMENTATION.md +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/.gitignore +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/LICENSE +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/README.md +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/.gitignore +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/Makefile +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/make.bat +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/_static/images/mj-jnta.svg +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/_static/images/relationships-character-mappings.svg +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/api.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/conf.py +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/index.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/license.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/Makefile +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/api.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/changelog.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/conf.py +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/index.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/links.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/make.bat +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/tests.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/upgrade.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/users.rst +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/__init__.py +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_jntajis.h +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_jntajis.pyi +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_jntajis.pyx +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/gen.py +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/py.typed +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/pythoncapi_compat_shim.h +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/xlsx_parser/__init__.py +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/xlsx_parser/parser.py +0 -0
- {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/xlsx_parser/xmlutils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jntajis-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.17
|
|
4
4
|
Summary: A fast character conversion and transliteration library based on the scheme defined for Japan National Tax Agency's corporate number system.
|
|
5
5
|
Project-URL: Homepage, https://github.com/opencollector/jntajis-python
|
|
6
6
|
Author-email: "Open Collector, inc." <info@opencollector.co.jp>
|
|
@@ -103,5 +103,12 @@ files = "src/"
|
|
|
103
103
|
build = ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
|
|
104
104
|
# skip = "pp*"
|
|
105
105
|
|
|
106
|
+
[tool.cibuildwheel.linux]
|
|
107
|
+
before-build = "find /project -iname '*.so' | xargs rm -f"
|
|
108
|
+
|
|
109
|
+
[tool.cibuildwheel.windows]
|
|
110
|
+
before-build = "DEL /S /Q *.pyd"
|
|
111
|
+
|
|
106
112
|
[tool.cibuildwheel.macos]
|
|
107
113
|
archs = ["universal2"]
|
|
114
|
+
before-build = "find . -iname '*.so' | xargs rm -f "
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
31
|
+
__version__ = version = '0.0.17'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 17)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|