Metadata-Version: 2.1
Name: cfl-data-utils
Version: 0.12.4
Summary: Utilities for the Data and Analytics team at Chetwood Financial
Home-page: https://github.com/chetwoodfinancial/data-utilities
Author: Will Garside
Author-email: will@chetwood.co
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: sshtunnel
Requires-Dist: pymysql
Requires-Dist: psycopg2-binary
Requires-Dist: requests
Requires-Dist: blessings
Requires-Dist: pandas
Requires-Dist: sqlalchemy

# Chetwood Financial Data and Analytics Utilities

Full documentation can be found [here](https://chetwoodfinancial.github.io/data-utilities/build/html/index.html)

## Installation

This can be installed like any other package, from PyPi:

```bash
pip install cfl-data-utils
```

### System Requirements

This package has the following requirements:

- Python `>= 3.6`

### Dependencies

All dependencies are listed in `setup.py` as per the expected standard. These packages should be installed as part of the installation process.

##### Blessings

`blessings` is a Unix-only package, and does not work on Windows. This has been accounted for and it is not imported if the OS is Windows, however should this cuase an error an issue should be raised as detail below.


## Uses


## Contributing

### Issues

If any issues arise when using/as a result of this package, raise an issue on GitHub with the following details:

- Steps to reproduce
- Expected result
- Actual result
- Environment setup
- Any other information which may be useful

### Code

If you have functions which you often copy and paste between scripts or reuse (in any volume), then feel free to create a pull request or send a request via Slack/Email/etc.

