Metadata-Version: 2.1
Name: rcd-dev-kit
Version: 0.0.9
Summary: Interact with OIP ecosystem.
Home-page: https://github.com/OpenInnovationProgram/rcd-dev-kit
License: MIT
Author: Davi FACANHA
Requires-Python: >=3.8,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: SQLAlchemy (>=1.4.36,<2.0.0)
Requires-Dist: boto3 (>=1.22.7,<2.0.0)
Requires-Dist: botocore (>=1.25.7,<2.0.0)
Requires-Dist: elasticsearch (>=8.2.0,<9.0.0)
Requires-Dist: google (>=3.0.0,<4.0.0)
Requires-Dist: google-api-python-client (>=2.47.0,<3.0.0)
Requires-Dist: google-cloud-storage (>=2.3.0,<3.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: psycopg2-binary (>=2.9.3,<3.0.0)
Requires-Dist: python-dotenv (>=0.20.0,<0.21.0)
Requires-Dist: snowflake-connector-python (>=2.7.7,<3.0.0)
Requires-Dist: sqlalchemy-redshift (>=0.8.9,<0.9.0)
Requires-Dist: sqlparse (>=0.4.2,<0.5.0)
Project-URL: Repository, https://github.com/OpenInnovationProgram/rcd-dev-kit
Description-Content-Type: text/markdown

# rcd_dev_kit

rcd-utils is a Python package for manipulating data and interacting with OIP ecosystem.

## Installation
```bash
pip install rcd-utils
```

## Modules
    database_manager
    decorator_manager
    file_manager
    pandas_manager

## Feedback
Any questions or suggestions?
Please contact package maintainer.

# python-sdk
Refer to book https://py-pkgs.org/01-introduction for best practices

# Maintainers
This package is using poetry for pkg management, it must be installed locally if you are maintaining the package.  
For testing install pydev with poetry `poetry add --dev pytest`

### Build Package 
`poetry build`

### Publish Package
`poetry publish`

#TODO: restructure package to use src parent folder as per recommendation

## Contributing

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

## License

`rcd_dev_kit` was created by RCD. It is licensed under the terms of the MIT license.

## Credits

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