intake-sqlite

View on PyPIReverse Dependencies (1)

0.2.0 intake_sqlite-0.2.0-py3-none-any.whl

Wheel Details

Project: intake-sqlite
Version: 0.2.0
Filename: intake_sqlite-0.2.0-py3-none-any.whl
Download: [link]
Size: 8416
MD5: e02d82e98b8f1754de433e765341f178
SHA256: 9f1e2c41610afcb1bf607c3ee258f597b4c558b8b7aa56cd8c4fed59691a84f4
Uploaded: 2022-11-27 00:15:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: intake-sqlite
Version: 0.2.0
Summary: An Intake driver to access local or remote SQLite databases by URL.
Author: Catalyst Cooperative
Author-Email: pudl[at]catalyst.coop
Maintainer: Zane Selvans
Maintainer-Email: zane.selvans[at]catalyst.coop
Home-Page: https://github.com/catalyst-cooperative/intake-sqlite
Project-Url: Source, https://github.com/catalyst-cooperative/intake-sqlite
Project-Url: Documentation, https://intake-sqlite.readthedocs.io
Project-Url: Issue Tracker, https://github.com/catalyst-cooperative/intake-sqlite/issues
License: MIT
Keywords: intake,sqlite,data catalog
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<3.12
Requires-Dist: intake-sql (<0.4,>=0.3.1)
Requires-Dist: fsspec (<2023,>=2022.5)
Requires-Dist: black (<23,>=22); extra == "dev"
Requires-Dist: isort (<6,>=5); extra == "dev"
Requires-Dist: tox (<4,>=3.20); extra == "dev"
Requires-Dist: twine (<5.0,>=3.3); extra == "dev"
Requires-Dist: doc8 (<1.1,>=0.9); extra == "docs"
Requires-Dist: furo (>=2022.4.7); extra == "docs"
Requires-Dist: sphinx (<6,>=4); extra == "docs"
Requires-Dist: sphinx-autoapi (<3,>=1.8); extra == "docs"
Requires-Dist: sphinx-issues (<4.0,>=1.2); extra == "docs"
Requires-Dist: bandit (<2,>=1.6); extra == "tests"
Requires-Dist: coverage (<7,>=5.3); extra == "tests"
Requires-Dist: doc8 (<1.1,>=0.9); extra == "tests"
Requires-Dist: flake8 (<7,>=4); extra == "tests"
Requires-Dist: flake8-builtins (<3,>=1.5); extra == "tests"
Requires-Dist: flake8-colors (<0.2,>=0.1); extra == "tests"
Requires-Dist: flake8-docstrings (<2,>=1.5); extra == "tests"
Requires-Dist: flake8-rst-docstrings (<0.4,>=0.2); extra == "tests"
Requires-Dist: flake8-use-fstring (<2,>=1); extra == "tests"
Requires-Dist: fsspec[http]; extra == "tests"
Requires-Dist: intake (<0.7,>=0.6.5); extra == "tests"
Requires-Dist: mccabe (<0.8,>=0.6); extra == "tests"
Requires-Dist: msgpack-numpy (<0.5,>=0.4); extra == "tests"
Requires-Dist: mypy (>=0.942); extra == "tests"
Requires-Dist: pandas (<2,>=1.4); extra == "tests"
Requires-Dist: pep8-naming (<0.14,>=0.12); extra == "tests"
Requires-Dist: pre-commit (<3,>=2.9); extra == "tests"
Requires-Dist: pydocstyle (<7,>=5.1); extra == "tests"
Requires-Dist: pytest (<8,>=6.2); extra == "tests"
Requires-Dist: pytest-cov (<5.0,>=2.10); extra == "tests"
Requires-Dist: rstcheck[sphinx] (<7,>=5); extra == "tests"
Requires-Dist: sqlalchemy (<2,>=1.3); extra == "tests"
Requires-Dist: tox (<4,>=3.20); extra == "tests"
Requires-Dist: types-setuptools; extra == "types"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: types
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
[Description omitted; length: 6422 characters]

WHEEL

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

RECORD

Path Digest Size
intake_sqlite/__init__.py sha256=UfUg72HRXD5WTm2FVVVhWG5tiXnST5T8K3GEb2J9gxU 908
intake_sqlite/sqlite_cat.py sha256=YA1-2uJc6QoKRk5lHy-eog26PuceKU5tPEySb6_xTvo 1010
intake_sqlite/sqlite_src.py sha256=hAg2oek1tgJArVkULjgn4BqZxJaTyVe_1NaHRm5g3o0 6005
intake_sqlite-0.2.0.dist-info/LICENSE.txt sha256=DjC5hWjh8k2IFdAcjqrVkuZYcvnk7nakndbxkWmlSpY 1077
intake_sqlite-0.2.0.dist-info/METADATA sha256=_QWdQYwgOGt5UxjHMUmhYYsGCXqd4CQPkm-BfM-UhZw 9665
intake_sqlite-0.2.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
intake_sqlite-0.2.0.dist-info/entry_points.txt sha256=ZUFfzrITMTqoEB30i2xN3mvH7Dlg-fNKuZ-UVz_y2OY 250
intake_sqlite-0.2.0.dist-info/top_level.txt sha256=SIt2JU4zKtdkyW3chXWnlFnqpfHIZWaI6FLba-nf7PY 14
intake_sqlite-0.2.0.dist-info/RECORD

top_level.txt

intake_sqlite

entry_points.txt

sqlite = intake_sqlite.sqlite_src:SQLiteSource
sqlite_auto = intake_sqlite.sqlite_src:SQLiteSourceAutoPartition
sqlite_cat = intake_sqlite.sqlite_cat:SQLiteCatalog
sqlite_manual = intake_sqlite.sqlite_src:SQLiteSourceManualPartition