https://github.com/thoroc/py-json-compressor
Heavily based on https://medium.com/@busybus/zipjson-3ed15f8ea85d
https://github.com/thoroc/py-json-compressor
Last synced: 3 months ago
JSON representation
Heavily based on https://medium.com/@busybus/zipjson-3ed15f8ea85d
- Host: GitHub
- URL: https://github.com/thoroc/py-json-compressor
- Owner: thoroc
- Created: 2022-10-11T06:02:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T05:01:49.000Z (8 months ago)
- Last Synced: 2025-01-13T01:08:30.772Z (5 months ago)
- Language: Python
- Size: 224 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* run tests: `poetry run pytest`
* run coverage: `poetry run coverage run -m pytest && poetry run coverage report -m`