Metadata-Version: 2.1
Name: 4711
Version: 0.0.1
Summary: A collection of CLI tools for working with data structures, parsing and formatting
Home-page: https://github.com/kalaspuff/4711
License: MIT
Keywords: 4711,data structures,data,structure
Author: Carl Oscar Aaro
Author-email: hello@carloscar.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Project-URL: Repository, https://github.com/kalaspuff/4711
Description-Content-Type: text/markdown

# `4711`
[![pypi](https://badge.fury.io/py/4711.svg)](https://pypi.python.org/pypi/4711/)
[![Made with Python](https://img.shields.io/pypi/pyversions/4711)](https://www.python.org/)
[![MIT License](https://img.shields.io/github/license/kalaspuff/4711.svg)](https://github.com/kalaspuff/4711/blob/master/LICENSE)
[![Code coverage](https://codecov.io/gh/kalaspuff/4711/branch/master/graph/badge.svg)](https://codecov.io/gh/kalaspuff/4711/tree/master/4711)

*A collection of CLI tools for working with data structures, parsing values, conversion and formatting. Requires Python 3.6, Python 3.7 or Python 3.8.*


## Installation with `pipx` (preferred) or `pip`
It's recommended to install `4711` using `pipx`, which is a tool that stores CLI's in their own virtual environments without you having to think about it or handle the dependencies.

`pipx` is available at [https://github.com/pipxproject/pipx](https://github.com/pipxproject/pipx).

To install using `pipx` (depending on how you've installed `pipx` previously, may have to use `sudo`):
```
$ pipx install 4711
```

If you prefer to install the CLI normally using `pip`, go ahead and run:
```
$ pip install 4711
```


## Usage and examples

#### Use-case
```
$ 4711 --help

```

