pythrel

View on PyPIReverse Dependencies (0)

0.1.1 pythrel-0.1.1-py3-none-any.whl

Wheel Details

Project: pythrel
Version: 0.1.1
Filename: pythrel-0.1.1-py3-none-any.whl
Download: [link]
Size: 8287
MD5: 94dc4023dd32cf5f4441672710951b47
SHA256: 7ee08990ee3a6dfa812412f31d65ec3e27c21175b79a6839b358ead3185a7982
Uploaded: 2023-09-17 01:16:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pythrel
Version: 0.1.1
Summary: Simple SQL ORM with support for several DB providers
Author: Dax Harris
Author-Email: matteovh[at]gmail.com
Home-Page: https://github.com/iTecAI/pythrel
Project-Url: Repository, https://github.com/iTecAI/pythrel
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10,<4.0
Requires-Dist: psycopg (<4.0.0,>=3.1.10)
Requires-Dist: pydantic (<3.0.0,>=2.3.0)
Description-Content-Type: text/markdown
[Description omitted; length: 1338 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.7.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pythrel/__init__.py sha256=qeOxkcaT3mNvBFE5MjYcNMYdyh1jeZiVQilv1DHgNgI 2987
pythrel/adapters/__init__.py sha256=BHLJyUhZvCz5a4n7LGUkP9yxBEsa3JLqyO-ik0s7wSo 133
pythrel/adapters/postgres.py sha256=LXZ7Ugy-vOHEPwcVUsdiESZsbL5eYqPwdgJvt1aVOAA 4999
pythrel/adapters/sqlite.py sha256=D8KX4CfgZyOqs9ps09lXNs7FQ3fHicCi27dJLVOb_JQ 4998
pythrel/database.py sha256=4tN4M0R2dihZJtpmm0MZptP15xQ1Ho1x9mgQeoKkWwY 2069
pythrel-0.1.1.dist-info/LICENSE sha256=d3NLvLDEnvVagL6MK4vZwVG4JeSfSj9ZpoElp2pcXBs 1067
pythrel-0.1.1.dist-info/METADATA sha256=dDDmxW-Bvcex1XlatLmn6NgGHkMKh8spyg6c_ULoZzM 1973
pythrel-0.1.1.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
pythrel-0.1.1.dist-info/entry_points.txt sha256=NpG65bU7FaHcr77eM8PGwpBzJySUUHxgQorZt83TJWc 77
pythrel-0.1.1.dist-info/RECORD

entry_points.txt

test_pg = tests.postgres:main
test_sqlite = tests.sqlite:main