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.
Files changed (37) hide show
  1. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/PKG-INFO +1 -1
  2. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pyproject.toml +7 -0
  3. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_version.py +2 -2
  4. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/.agents/docs/ARCHITECTURE.md +0 -0
  5. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/.agents/docs/IMPLEMENTATION.md +0 -0
  6. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/.gitignore +0 -0
  7. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/LICENSE +0 -0
  8. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/README.md +0 -0
  9. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/.gitignore +0 -0
  10. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/Makefile +0 -0
  11. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/make.bat +0 -0
  12. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/_static/images/mj-jnta.svg +0 -0
  13. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/_static/images/relationships-character-mappings.svg +0 -0
  14. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/api.rst +0 -0
  15. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/conf.py +0 -0
  16. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/index.rst +0 -0
  17. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/docs/source/license.rst +0 -0
  18. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/Makefile +0 -0
  19. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/api.rst +0 -0
  20. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/changelog.rst +0 -0
  21. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/conf.py +0 -0
  22. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/index.rst +0 -0
  23. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/links.rst +0 -0
  24. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/make.bat +0 -0
  25. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/tests.rst +0 -0
  26. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/upgrade.rst +0 -0
  27. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/pythoncapi-compat/docs/users.rst +0 -0
  28. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/__init__.py +0 -0
  29. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_jntajis.h +0 -0
  30. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_jntajis.pyi +0 -0
  31. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/_jntajis.pyx +0 -0
  32. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/gen.py +0 -0
  33. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/py.typed +0 -0
  34. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/pythoncapi_compat_shim.h +0 -0
  35. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/xlsx_parser/__init__.py +0 -0
  36. {jntajis_python-0.0.16 → jntajis_python-0.0.17}/src/jntajis/xlsx_parser/parser.py +0 -0
  37. {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.16
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.16'
32
- __version_tuple__ = version_tuple = (0, 0, 16)
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