pymigratedb

View on PyPIReverse Dependencies (0)

1.3.0 pymigratedb-1.3.0-py3-none-any.whl

Wheel Details

Project: pymigratedb
Version: 1.3.0
Filename: pymigratedb-1.3.0-py3-none-any.whl
Download: [link]
Size: 9019
MD5: 5b4c5073750fc46400dfee88d0c6b9fc
SHA256: 0bd5569d8a09ef6321f04100f2cdea2f76da24691af05fdaeed15880580860e0
Uploaded: 2023-06-06 16:32:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pymigratedb
Version: 1.3.0
Summary: This is a package to help you to migrate your database. It will be useful when you work on frameworks or programming languages that don't have a built-in tool to do it or it's little hard to setup.
Author: Indico Innovation
Author-Email: dev[at]indicoinnovation.pt
Home-Page: https://github.com/INDICO-INNOVATION/py-migrate-db
License: Apache License
Keywords: migrate,migration,database,db
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: greenlet (==1.1.2)
Requires-Dist: psycopg2-binary (==2.9.3)
Requires-Dist: python-dotenv (==0.19.2)
Requires-Dist: SQLAlchemy (==1.4.31)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 380 characters]

WHEEL

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

RECORD

Path Digest Size
src/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
src/constants.py sha256=MPLbXmIjygmUlXwJMWqxZ73Xnpwv9i9nrJ90NmWem6Y 677
src/migrate.py sha256=UZDiBEDGq0Kzqbp48dtDtm-cxJJUzpEnp0YvgflW0SM 5404
tests/__init__.py sha256=iTw_teUZxYB_s7S7Pm3oHt6-VBZ3S3gn3bnOxxMnATY 64
tests/test_migratedatabase.py sha256=6vdqCIXtCAlSWrPWsHNUwok7-RWrfC0JI39t3LOCQbk 802
pymigratedb-1.3.0.dist-info/LICENSE.txt sha256=csgAt_CS_oRlfockFDyZNDLDy_ITi08273Cc0RHEhoM 11316
pymigratedb-1.3.0.dist-info/METADATA sha256=SjB0SpsdErGLqV2xZ1XAGwiNBMiRhWcAvG_iCMTa6bs 1210
pymigratedb-1.3.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
pymigratedb-1.3.0.dist-info/entry_points.txt sha256=uR04BHPmzhjMAx14Z1WOgz2Z0rrSrcp4DVvSA6t445w 45
pymigratedb-1.3.0.dist-info/top_level.txt sha256=KW3xgkz9NLMTcmmzgKvW8RFpCFkRIQ085qzq2diFf68 10
pymigratedb-1.3.0.dist-info/RECORD

top_level.txt

src
tests

entry_points.txt

migrate = src.migrate:main