Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxme1/deli


https://github.com/maxme1/deli

Last synced: 3 months ago
JSON representation

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]
```