Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuang1024/bcon
Python Binary Compressed Object Notation module.
https://github.com/phuang1024/bcon
Last synced: 9 days ago
JSON representation
Python Binary Compressed Object Notation module.
- Host: GitHub
- URL: https://github.com/phuang1024/bcon
- Owner: phuang1024
- License: gpl-3.0
- Created: 2021-03-03T00:39:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T03:57:55.000Z (almost 4 years ago)
- Last Synced: 2024-12-16T04:31:17.231Z (17 days ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bcon
Python Binary Compressed Object Notation module.
A [safe][pickle] alternative to the pickle module.
`pip install bcon`
[pickle]: https://docs.python.org/3/library/pickle.html