Metadata-Version: 2.1
Name: mydstools
Version: 0.1.4
Summary: Data Science Toolbox
License: MIT
Author: Antonio Buzzelli
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: matplotlib (>=3.6.3,<4.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: seaborn (>=0.12.2,<0.13.0)
Requires-Dist: simple-salesforce (>=1.12.3,<2.0.0)
Requires-Dist: statsmodels (>=0.13.5,<0.14.0)
Description-Content-Type: text/markdown

# mydstools

`mydstools`: **Data Science Toolbox**

Follow the project on:

* [Github](https://github.com/antobzzll/mydstools)
* [PyPI](https://pypi.org/project/mydstools/)

## Installation

```bash
$ pip install mydstools
```

## Usage

For a complete usage guide, please refer to the [example notebook](docs/example.ipynb).

## Contributing

Interested in contributing? Check out the [contributing guidelines](CONTRIBUTING.md). Please note that this project is released with a [Code of Conduct](CONDUCT.md). By contributing to this project, you agree to abide by its terms.

## License

`mydstools` was created by Antonio Buzzelli. It is licensed under the terms of the [MIT license](LICENSE).

## Credits

`mydstools` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

