Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trisongz/dcodelib
- Owner: trisongz
- Created: 2021-12-06T22:31:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T22:31:29.000Z (about 3 years ago)
- Last Synced: 2024-10-14T12:07:44.964Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).