Metadata-Version: |
2.1 |
Name: |
locopy |
Version: |
0.6.2 |
Summary: |
Loading/Unloading to Amazon Redshift using Python |
Author-Email: |
Faisal Dosani <faisal.dosani[at]capitalone.com> |
Project-Url: |
Homepage, https://github.com/capitalone/locopy |
Project-Url: |
Documentation, https://capitalone.github.io/locopy/ |
License: |
Apache Software License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Requires-Python: |
>=3.9.0 |
Requires-Dist: |
boto3 (<=1.35.43,>=1.9.92) |
Requires-Dist: |
PyYAML (<=6.0.1,>=5.1) |
Requires-Dist: |
pandas (<=2.2.3,>=0.25.2) |
Requires-Dist: |
numpy (<=2.0.2,>=1.22.0) |
Requires-Dist: |
polars (>=0.20.0) |
Requires-Dist: |
build; extra == "build" |
Requires-Dist: |
twine; extra == "build" |
Requires-Dist: |
wheel; extra == "build" |
Requires-Dist: |
locopy[tests]; extra == "dev" |
Requires-Dist: |
locopy[docs]; extra == "dev" |
Requires-Dist: |
locopy[qa]; extra == "dev" |
Requires-Dist: |
locopy[build]; extra == "dev" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
edgetest; extra == "edgetest" |
Requires-Dist: |
edgetest-conda; extra == "edgetest" |
Requires-Dist: |
pg8000 (>=1.13.1); extra == "pg8000" |
Requires-Dist: |
psycopg2-binary (>=2.7.7); extra == "psycopg2" |
Requires-Dist: |
pre-commit; extra == "qa" |
Requires-Dist: |
ruff (==0.5.7); extra == "qa" |
Requires-Dist: |
snowflake-connector-python[pandas] (>=2.1.2); extra == "snowflake" |
Requires-Dist: |
hypothesis; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Provides-Extra: |
build |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
edgetest |
Provides-Extra: |
pg8000 |
Provides-Extra: |
psycopg2 |
Provides-Extra: |
qa |
Provides-Extra: |
snowflake |
Provides-Extra: |
tests |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |