Metadata-Version: 2.1
Name: tif
Version: 3.1.0
Summary: TIF Python Package
Project-URL: Homepage, https://github.com/ctasca/tif
Project-URL: Bug Tracker, https://github.com/ctasca/tif/issues
Author-email: Carlo Tasca <c.tasca.tif@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: docker>=6.0.0
Requires-Dist: emoji>=2.2.0
Requires-Dist: fabric>=2.7.1
Requires-Dist: python-hosts>=1.0.3
Description-Content-Type: text/markdown


# TIF

## Python version
Python 3.8.9

## Dependencies
- Fabric 2: https://www.fabfile.org/
- Docker SDK for Python: https://pypi.org/project/docker/ https://docker-py.readthedocs.io/en/stable/index.html
- Python Hosts: https://pypi.org/project/python-hosts/
- Emoji: https://pypi.org/project/emoji/

## Installation
```bash
pip3 install tif
```
