microcosm-sqlite

View on PyPIReverse Dependencies (0)

2.0.0 microcosm_sqlite-2.0.0-py3-none-any.whl

Wheel Details

Project: microcosm-sqlite
Version: 2.0.0
Filename: microcosm_sqlite-2.0.0-py3-none-any.whl
Download: [link]
Size: 22182
MD5: 9c202492830eaec672c75449b803c60f
SHA256: c24013278555c906d275e05bd43ef2ca759b639f64423f135b38cb58adfc6341
Uploaded: 2024-06-28 21:25:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: microcosm-sqlite
Version: 2.0.0
Summary: Opinionated persistence with SQLite
Author: Globality Engineering
Author-Email: engineering[at]globality.com
Home-Page: https://github.com/globality-corp/microcosm-sqlite
Keywords: microcosm
Requires-Python: >=3.11
Requires-Dist: SQLAlchemy-Utils (>=0.33.3)
Requires-Dist: SQLAlchemy (>=1.2.0)
Requires-Dist: alembic (>=1.0.11)
Requires-Dist: microcosm (>=4.0.0)
Requires-Dist: flake8; extra == "lint"
Requires-Dist: flake8-print; extra == "lint"
Requires-Dist: flake8-isort; extra == "lint"
Requires-Dist: coverage (>=3.7.1); extra == "test"
Requires-Dist: PyHamcrest (>=1.8.5); extra == "test"
Requires-Dist: pytest-cov (>=5.0.0); extra == "test"
Requires-Dist: pytest (>=6.2.5); extra == "test"
Requires-Dist: mypy; extra == "typehinting"
Requires-Dist: types-setuptools; extra == "typehinting"
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: typehinting
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1766 characters]

WHEEL

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

RECORD

Path Digest Size
microcosm_sqlite/__init__.py sha256=yl3qhHoGxycFTJN0l2ys4ZWkBmv-xp751X_fED8UoLI 143
microcosm_sqlite/alembic.py sha256=BwxMFnhopiFpCZmU4_ppV-ZWaPdIYkebEY6Rp_AFP30 6107
microcosm_sqlite/constants.py sha256=nUJfltKp8tEtov39Za5fZbillRcxLlltIO8Fs17VZ_c 376
microcosm_sqlite/context.py sha256=TwbWW7EWdtASP5eu2hyz5zskBrAdHRPrn5TX44LB5jc 1661
microcosm_sqlite/dataset.py sha256=Uv6ix3CEwCVfakC8QsuQ57khpgEYrEjeIL5PFsYhgsk 4106
microcosm_sqlite/errors.py sha256=Cyf09wD8qNJn0TuPP13ki9LV5ETjI5qPyRgxhXZabcY 639
microcosm_sqlite/factories.py sha256=put1PjhU5__JYAbwRB1GT7Tw0zezbzEaCxvoV9UPJBw 2612
microcosm_sqlite/identifiers.py sha256=Fk8pSowsLsmJmMqRgAzC3bq3oiludkfpSnc3tc5tVd4 150
microcosm_sqlite/models.py sha256=mVEdDijYOmSHNGTVc3ARUW5eTbTaU23_MRvmQnkOg2o 833
microcosm_sqlite/stores.py sha256=TnJRm54BpjCzEjAuXEJHSuJdwnicp-awNjgZD5sF56g 7021
microcosm_sqlite/types.py sha256=V8PoOpnYVIqNgeg9cOHpYkSgaXeG9qAyyALmp1_rErM 1465
microcosm_sqlite/builders/__init__.py sha256=cghe95S5FRU7KTIZw9TSKa2icO0mcMdC9xMPpn6mE9k 336
microcosm_sqlite/builders/csv.py sha256=O-_yznE-kTw1807VncMDi-sEcUCHTSu7Y6ugYHywLCQ 3283
microcosm_sqlite/cmd/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
microcosm_sqlite/cmd/check_migration.py sha256=Nx_qcSpqd62AVrd-8WB2y5db-a_7lrTNw-Pg5fSK6G0 2913
microcosm_sqlite/cmd/migrate.py sha256=SAIqSSaOlsC-lhzIbz5k_5Jp_MaPZ-LIxO1m1znpsG4 2801
microcosm_sqlite/dumpers/__init__.py sha256=GwwEZNfj1su4Nh9TgtiVt4AXH3LHMDQ8ERFGfZWweEY 331
microcosm_sqlite/dumpers/csv.py sha256=r0Y1qyXW8xvPUIvGV-T-wPYympdOgEk-yGO_D-xOMEE 1292
microcosm_sqlite-2.0.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
microcosm_sqlite-2.0.0.dist-info/METADATA sha256=ovjwYhjG3ZxNSqlhY3eKiNcxl-NjTYj1NiuCWctI92Y 2756
microcosm_sqlite-2.0.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
microcosm_sqlite-2.0.0.dist-info/entry_points.txt sha256=Dy5h_iYXhMIi3IkmGuLwuZYK639AfzoaYsUa-a8qJS4 187
microcosm_sqlite-2.0.0.dist-info/top_level.txt sha256=koSOVsSwf-2jFXQzmqzFt8j7TWhc5-rpkzi3iXwFqpI 17
microcosm_sqlite-2.0.0.dist-info/RECORD

top_level.txt

microcosm_sqlite

entry_points.txt

sqlite = microcosm_sqlite.factories:SQLiteBindFactory
sqlite_builder = microcosm_sqlite.builders:SQLiteBuilder
sqlite_dumper = microcosm_sqlite.dumpers:SQLiteDumper