Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trisongz/dcodelib

Collection of various serialization methods with cli
https://github.com/trisongz/dcodelib

Last synced: about 2 months ago
JSON representation

Collection of various serialization methods with cli

Awesome Lists containing this project

README

        

# dcodelib

---
Collection of various serialization methods with cli

---
## Quickstart

```bash
# From pypi
pip install --upgrade dcodelib

# From source
pip install --upgrade git+https://github.com/trisongz/dcodelib
```

## Usage

```bash
dcode b64 decode ...

decode bgz encode ...

```

---

## Libraries & Dependencies

- `Python 3.6`

- `pylogz`

- `boltons`

- `pyyaml`

---

This Python Library has been autogenerated with [pylibup](https://github.com/trisongz/pylibup).