Metadata-Version: 2.1
Name: iauditor-exporter
Version: 1.7.7
Summary: DO NOT USE. This package is deprecated, please see https://github.com/SafetyCulture/iauditor-exporter for the latest version of iAuditor Exporter.
Author: SafetyCulture
Author-email: support@safetyculture.io
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: all_db
Provides-Extra: mysql
Provides-Extra: postgres
Provides-Extra: sql
Requires-Dist: PyYAML (>=5.3.1,<6.0.0)
Requires-Dist: SQLAlchemy (>=1.3.4)
Requires-Dist: coloredlogs (>=10.0)
Requires-Dist: dateparser (>=0.7.6,<0.8.0)
Requires-Dist: mysqlclient (>=2.0.1,<3.0.0); extra == "all_db" or extra == "mysql"
Requires-Dist: numpy (>=1.19.5)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: psycopg2 (>=2.8.5,<3.0.0); extra == "all_db" or extra == "postgres"
Requires-Dist: pyodbc (>=4.0.30,<5.0.0); extra == "all_db" or extra == "sql"
Requires-Dist: python_dateutil (>=2.8.0)
Requires-Dist: pytz (>=2019.2)
Requires-Dist: questionary (>=1.5.2,<2.0.0)
Requires-Dist: rich (>=4.2.2,<5.0.0)
Requires-Dist: safetyculture-sdk-python-beta (>=2.2.3)
Requires-Dist: tqdm (>=4.48.2,<5.0.0)
Requires-Dist: tzlocal (>=2.0.0)
Requires-Dist: unicodecsv (>=0.14.1)
