Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxme1/deli
https://github.com/maxme1/deli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxme1/deli
- Owner: maxme1
- License: mit
- Created: 2022-05-12T14:12:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T23:27:57.000Z (over 1 year ago)
- Last Synced: 2024-07-09T13:18:33.297Z (7 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Smart serialization and deserialization for (almost) any python object
# Install
To get the bare minimum without any dependencies. This will give you support for JSON, Gzip, Pickle and plain text
files.```shell
pip install deli
```To install the complete set of formats use
```shell
pip install deli[all]
```