Metadata-Version: 2.1
Name: dcodelib
Version: 0.0.1
Summary: Collection of various serialization methods with cli
Home-page: https://github.com/trisongz/dcodelib
Author: Tri Songz
Author-email: ts@growthengineai.com
License: MIT Style
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown


# 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).


