# Antools - Anton's Tools

## Overview
### Private library which is also free to public use. Its purpose is to be useful code keeper and template for various automation projects.

Anton's Tools package contains of following modules:

TBD
* TBD

## Getting Started
### Dependencies
The antools package utilizes following libraries, but they are installed by utility packages separately.

*TBD

### Correct ackage Installation
Installable using pip. Execute:
```
pip install poetry
poetry init
poetry add antools
```

For correct initialization of new project, execute following:
```
python -m antools init
```

For correct installation of dependency, execute following:
```
python -m antools install UTILITY_NAME
```


## Authors
* **Antonín Drozda** - adrozda.dev@gmail.com

## URLs
* **GitHub** - https://github.com/antonin-drozda/antools
* **Pypi** - https://pypi.org/project/antools/
