Metadata-Version: 2.1
Name: yapocl
Version: 0.0.8
Summary: Helper functions for yapocl
Home-page: https://github.com/JorgePoblete/yapocl
Author: koke
Author-email: jpobleteriquelme@gmail.com
License: MIT
Platform: UNKNOWN
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
Requires-Dist: requests (>=2.24.0)
Requires-Dist: joblib (>=0.16.0)
Requires-Dist: psycopg2-binary (>=2.8.6)
Requires-Dist: pandas (>=1.1.2)
Requires-Dist: sshtunnel (>=0.1.5)
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'


## yapocl

## Instalation

To install run the following:

```python
pip install yapocl
```

## Usage

import using the following:

```python
import yapocl
```

