Metadata-Version: 2.2
Name: acto
Version: 0.1
Summary: A template of pypi library
Author: Hansimov
Project-URL: Homepage, https://github.com/Hansimov/acto
Project-URL: Issues, https://github.com/Hansimov/acto/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# acto
Automate Common Tasks On-demand.

![](https://img.shields.io/pypi/v/acto?label=acto&color=blue&cacheSeconds=60)

## Install

```sh
pip install acto --upgrade
```

## Usage

Run example:

```sh
python example.py
```

See: [example.py](https://github.com/Hansimov/acto/blob/main/example.py)

```python
```
