Metadata-Version: 2.1
Name: acnawebcli
Version: 0.1.0
Summary: CLI for study
Home-page: https://github.com/acnaweb/cli-tools
Author: Antonio Carlos de Lima Junior
Author-email: antonioclj.ac@gmail.com
License: MIT
Keywords: library test
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: English
Description-Content-Type: text/markdown

# Welcome to cli-tools

![version](https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000) 
![licence](https://img.shields.io/badge/licence-MIT-green.svg?cacheSeconds=2592000)

This is a Python library for testing

## Installation

`acnawebcli` supports Python 3.8 and higher.

### System-wide or user-wide installation with pipx

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `acnawebcli`.

```bash
$ pip install acnawebcli
```

## Usage

```python


```

## Developing

Development requires Python 3.8+; otherwise you'll get false positive type failures.

To work on the `acnawebcli` code: pull the repository, create and activate a virtualenv, then run:

```bash
make dev
```

Testing

```bash
make test
```

Publish

```bash
make push
```

## Author

👤 **Antonio Carlos de Lima Junior**

* Website: https://www.linkedin.com/in/acnaweb/
* Github: [@acnaweb](https://github.com/acnaweb)
* LinkedIn: [@acnaweb](https://linkedin.com/in/acnaweb)


## References

- [Pypi Classifiers](https://pypi.org/classifiers/)
- [Python Packaging Tutorial](https://www.devdungeon.com/content/python-packaging-tutorial)
- [A Practical Guide to Using Setup.py](https://godatadriven.com/blog/a-practical-guide-to-using-setup-py/)

