Metadata-Version: 2.1
Name: devtoys
Version: 1.0.1
Summary: DevToys for Linux
Home-page: https://github.com/jakbin/DevToysLinux
Author: Jak Bin
Author-email: jakbin4747@gmail.com
License: MIT License
Keywords: devtoys,linux,devloper-tools
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# DevToysLinux

DevToys for linux

 [![PyPI version](https://badge.fury.io/py/devtoys.svg)](https://pypi.org/project/devtoys/)
 [![Downloads](https://pepy.tech/badge/devtoys/month)](https://pepy.tech/project/devtoys)
 [![Downloads](https://static.pepy.tech/personalized-badge/devtoys?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/devtoys)
 ![flask](https://img.shields.io/badge/python-3.6-green.svg)

## How to install
```sh
pip3 install devtoys
```

## How to use
```sh
devtoys format {filename.json}
devtoys convert {filename.json}
```

## Tools are available :

- Converters
    - Json <> Yaml
- Formatters
    - Json
- Encoders / Decoders
    - Base64


