Metadata-Version: |
2.1 |
Name: |
zut |
Version: |
1.1.5 |
Summary: |
Reusable Python utilities. |
Author-Email: |
Sébastien Hocquet <dev[at]ipamo.net> |
Project-Url: |
Homepage, https://gitlab.com/ipamo/zut |
Project-Url: |
Bug Tracker, https://gitlab.com/ipamo/zut/issues |
Keywords: |
reusable,util,utils,common,commons,base,flexout,csv,excel,tabulate,smb,samba,share,dump,dump_object,tabular_dumper,db,DbAdapter |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Topic :: Software Development :: Libraries |
Requires-Python: |
>=3.7.3 |
Requires-Dist: |
typing-extensions; python_version < "3.8" |
Requires-Dist: |
tabulate; extra == "default" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "default" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "default" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "default" |
Requires-Dist: |
openpyxl; extra == "excel" |
Requires-Dist: |
defusedxml; extra == "excel" |
Requires-Dist: |
tabulate; extra == "excel" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "excel" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "excel" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "excel" |
Requires-Dist: |
smbprotocol; extra == "smb" |
Requires-Dist: |
tabulate; extra == "smb" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "smb" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "smb" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "smb" |
Requires-Dist: |
sqlparse; extra == "sqlite" |
Requires-Dist: |
tabulate; extra == "sqlite" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "sqlite" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "sqlite" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "sqlite" |
Requires-Dist: |
pyodbc; extra == "sqlserver" |
Requires-Dist: |
sqlparse; extra == "sqlserver" |
Requires-Dist: |
sqlparams; extra == "sqlserver" |
Requires-Dist: |
tabulate; extra == "sqlserver" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "sqlserver" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "sqlserver" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "sqlserver" |
Requires-Dist: |
mysqlclient; extra == "mariadb" |
Requires-Dist: |
sqlparse; extra == "mariadb" |
Requires-Dist: |
tabulate; extra == "mariadb" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "mariadb" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "mariadb" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "mariadb" |
Requires-Dist: |
mysqlclient; extra == "mysql" |
Requires-Dist: |
sqlparse; extra == "mysql" |
Requires-Dist: |
tabulate; extra == "mysql" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "mysql" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "mysql" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "mysql" |
Requires-Dist: |
psycopg; extra == "postgresql" |
Requires-Dist: |
sqlparse; extra == "postgresql" |
Requires-Dist: |
tabulate; extra == "postgresql" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "postgresql" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "postgresql" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "postgresql" |
Requires-Dist: |
psycopg; extra == "pg" |
Requires-Dist: |
sqlparse; extra == "pg" |
Requires-Dist: |
tabulate; extra == "pg" |
Requires-Dist: |
tzlocal; (python_version < "3.9" or sys_platform == "win32") and extra == "pg" |
Requires-Dist: |
pytz; python_version < "3.9" and extra == "pg" |
Requires-Dist: |
tzdata; (python_version >= "3.9" and sys_platform == "win32") and extra == "pg" |
Provides-Extra: |
default |
Provides-Extra: |
excel |
Provides-Extra: |
smb |
Provides-Extra: |
sqlite |
Provides-Extra: |
sqlserver |
Provides-Extra: |
mariadb |
Provides-Extra: |
mysql |
Provides-Extra: |
postgresql |
Provides-Extra: |
pg |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE.txt |