sql-helper

View on PyPIReverse Dependencies (2)

0.0.18 sql_helper-0.0.18-py3-none-any.whl

Wheel Details

Project: sql-helper
Version: 0.0.18
Filename: sql_helper-0.0.18-py3-none-any.whl
Download: [link]
Size: 12188
MD5: ecd40a36cb4ef933714fcc9f1c57a74e
SHA256: 9579b82ba0d97854c25451911b28cb121a7f2a6c0e17cbb07601e089940c0384
Uploaded: 2023-07-10 06:59:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sql-helper
Version: 0.0.18
Summary: Helper funcs and tools for working with SQL in mysql, postgresql, and more
Author: Ken
Author-Email: kenjyco[at]gmail.com
Home-Page: https://github.com/kenjyco/sql-helper
Download-Url: https://github.com/kenjyco/sql-helper/tarball/v0.0.18
License: MIT
Keywords: sql,data,database,cli,command-line,sqlalchemy,mysql,postgresql,sqlite,helper,kenjyco
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: PyMySQL (>=0.9.3)
Requires-Dist: SQLAlchemy (<1.5,>=1.3)
Requires-Dist: bg-helper
Requires-Dist: click (>=6.0)
Requires-Dist: cryptography
Requires-Dist: psycopg2-binary (<3,>=2.8)
Requires-Dist: settings-helper
License-File: LICENSE.txt
[Description omitted; length: 1337 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
sql_helper/__init__.py sha256=ZWRJvUmsyPAAjroCep-KwQbUTaMmfIbMNZwGaFt9NvU 21393
sql_helper/settings.ini sha256=arejGlD88cgQvqeKXmdKac_Rm7lKiMbeEmwIE-aLn3g 1104
sql_helper/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sql_helper/scripts/sql_ipython.py sha256=D7Opcs-6UCO0Bl6a1n_-m68et0DBVjRl3P0kRpKGm-s 1024
tests/__init__.py sha256=jci-DFyrUeT4kU4vCgkmGeFgq6wfxwEtoyRQcBSuM_8 43
tests/test_mysql.py sha256=h80W3o5zwIFn5ntnJpni3pjToI2FHsrcKtB7S3l_VZc 3799
tests/test_postgresql.py sha256=OozhJS_IH3EkivqzmeNh3NvXtIpEkblsRU4-ctYO-Zc 3849
tests/test_sqlite.py sha256=2YxaHD_OuXph4o1hh1WsX8if-A1MNwLsQJ4_knKeQnU 1374
sql_helper-0.0.18.dist-info/LICENSE.txt sha256=zvTkt6BCfNA0UoWHvDmJY0LC3BySpqAUzJjN-jgIdmw 608
sql_helper-0.0.18.dist-info/METADATA sha256=EpVbeDoWQNVfOEF-v8sCO61U_qCngm6DqwF3PCpDPvw 2536
sql_helper-0.0.18.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
sql_helper-0.0.18.dist-info/entry_points.txt sha256=dfqHn6BnO9Pibz5h-GpA6HwR6cbZdWLcnY1jcmPCE5A 68
sql_helper-0.0.18.dist-info/top_level.txt sha256=e_EbjXYHKdx-87D2VmSs-YTq_JDHQx9_D4AtmxGW91U 17
sql_helper-0.0.18.dist-info/RECORD

top_level.txt

sql_helper
tests

entry_points.txt

sql-ipython = sql_helper.scripts.sql_ipython:main