bq-schema-sync

View on PyPIReverse Dependencies (0)

0.2.1 bq_schema_sync-0.2.1-py3-none-any.whl

Wheel Details

Project: bq-schema-sync
Version: 0.2.1
Filename: bq_schema_sync-0.2.1-py3-none-any.whl
Download: [link]
Size: 10107
MD5: a2029403767ab133d92b57abed48b515
SHA256: 202d8f80c394f2edbec2a556bacaf6101165eff233aa9dffae6b603e9cbc9fa4
Uploaded: 2024-07-21 14:43:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: bq-schema-sync
Version: 0.2.1
Summary: A tool to synchronize BigQuery table schemas with local definitions
Author: Victor Hasim Elexpe Ahamri
Home-Page: https://github.com/victorelexpe/bq-schema-sync
Project-Url: Documentation, https://github.com/victorelexpe/bq-schema-sync#readme
Project-Url: Source, https://github.com/victorelexpe/bq-schema-sync
Project-Url: Tracker, https://github.com/victorelexpe/bq-schema-sync/issues
License: MIT
Keywords: bigquery schema sync gcp google-cloud
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Database
Requires-Python: >=3.8
Requires-Dist: google-cloud-bigquery (>=2.0.0)
Requires-Dist: google-api-core (>=1.22.0)
Requires-Dist: pyyaml (>=5.0)
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: flake8; extra == "lint"
Requires-Dist: pytest; extra == "test"
Requires-Dist: mypy; extra == "type"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: type
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5082 characters]

WHEEL

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

RECORD

Path Digest Size
bq_schema_sync/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bq_schema_sync/cli.py sha256=HUFrPUYwynTxgc9qI-vVkL85_-v5cdxTIaSZBGSGv_E 5761
bq_schema_sync/schema_sync.py sha256=KcglVrmvviRgiX5Xjr_4_x8Bgmfkem2vYBIrhp_fVVk 6755
bq_schema_sync/utils.py sha256=I1usIiEpu_kvUmm-K2O9Xvk7r2Xsh1thCluY_SFMUYk 2012
bq_schema_sync-0.2.1.data/data/schemas/example_schema.yaml sha256=PuaYKf4MPSKi1Ex-U1OLl_0faeYkZvSLKuAoBXyOAJE 235
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_schema_sync.py sha256=DQ9kdzKyjCRwQM_8Yxz_Hx4ibODxie2U6OLRgdmilHo 1050
bq_schema_sync-0.2.1.dist-info/LICENSE sha256=rWE4zc3edhBknOuCGurzLVtUSJ36r1h-PZF2Ywi7yBI 1069
bq_schema_sync-0.2.1.dist-info/METADATA sha256=dKsYRpgElaSzH483IuPrRW6KiuCuNU25G3zrkcTaOK4 6846
bq_schema_sync-0.2.1.dist-info/WHEEL sha256=rWxmBtp7hEUqVLOnTaDOPpR-cZpCDkzhhcBce-Zyd5k 91
bq_schema_sync-0.2.1.dist-info/entry_points.txt sha256=Y6oUI1MoRoa7PKaZUIjk_2eKD1dApJHufa0BurMtIxE 59
bq_schema_sync-0.2.1.dist-info/top_level.txt sha256=X2XiZO9nP3z4SbBIoPsNNILvptUCmZSN5dQsWyVmwVE 21
bq_schema_sync-0.2.1.dist-info/RECORD

top_level.txt

bq_schema_sync
tests

entry_points.txt

bq-schema-sync = bq_schema_sync.cli:main