Metadata-Version: |
2.1 |
Name: |
sqlify |
Version: |
0.7.4 |
Summary: |
A simple sql builder based on standard Python type hints |
Author: |
Gabriel Massadas |
Home-Page: |
https://github.com/G4brym/sqlify |
Project-Url: |
Documentation, http://massadas.com/sqlify/ |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Database |
Classifier: |
Topic :: Database :: Database Engines/Servers |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Internet :: WWW/HTTP :: HTTP Servers |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7.0 |
Requires-Dist: |
psycopg2-binary (>=2.9.0); extra == "all" |
Requires-Dist: |
mkdocs (<2.0.0,>=1.1.2); extra == "doc" |
Requires-Dist: |
mkdocs-material (<8.0.0,>=7.1.9); extra == "doc" |
Requires-Dist: |
mdx-include (<2.0.0,>=1.4.1); extra == "doc" |
Requires-Dist: |
mkdocs-markdownextradata-plugin (<0.3.0,>=0.1.7); extra == "doc" |
Requires-Dist: |
typer-cli (<0.0.13,>=0.0.12); extra == "doc" |
Requires-Dist: |
pyyaml (<6.0.0,>=5.3.1); extra == "doc" |
Requires-Dist: |
psycopg2-binary (>=2.9.0); extra == "postgres" |
Requires-Dist: |
pytest (<7.0.0,>=6.2.4); extra == "test" |
Requires-Dist: |
pytest-cov (<4.0.0,>=2.12.0); extra == "test" |
Requires-Dist: |
mypy (==0.910); extra == "test" |
Requires-Dist: |
flake8 (<4.0.0,>=3.8.3); extra == "test" |
Requires-Dist: |
black (==21.9b0); extra == "test" |
Requires-Dist: |
isort (<6.0.0,>=5.0.6); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
doc |
Provides-Extra: |
postgres |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |