Metadata-Version: 2.4
Name: acto
Version: 0.6.2
Summary: Automate Common Tasks On-demand
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
Requires-Dist: tclogger
Dynamic: license-file

# 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 -m acto.times
python -m acto.tests
```
