peewee_migrate

View on PyPIReverse Dependencies (10)

1.12.2 peewee_migrate-1.12.2-py3-none-any.whl

Wheel Details

Project: peewee_migrate
Version: 1.12.2
Filename: peewee_migrate-1.12.2-py3-none-any.whl
Download: [link]
Size: 18580
MD5: e3c7cfa7458d7b85c65080d331c6b07b
SHA256: 2930bf83ef802cdb5fb123116c5eb87cbf3756cb27674f674923be6bb27dabee
Uploaded: 2023-08-07 11:40:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: peewee-migrate
Version: 1.12.2
Summary: Support for migrations in Peewee ORM
Author: Kirill Klenov
Author-Email: horneds[at]gmail.com
Home-Page: https://github.com/klen/peewee_migrate
Project-Url: Repository, https://github.com/klen/peewee_migrate
License: MIT
Keywords: peewee,migrations,orm
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8,<4.0
Requires-Dist: click
Requires-Dist: peewee (<4,>=3)
Description-Content-Type: text/x-rst
[Description omitted; length: 4457 characters]

WHEEL

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

RECORD

Path Digest Size
peewee_migrate/__init__.py sha256=qGc4Hp1Xeq-i9emk2W3ua1H333iZkdiYWFG0AHFYnTc 146
peewee_migrate/__main__.py sha256=ICmR8ilvLyOr_kvBfNXkTjtte-Lz_PRbv_n2oXgJABQ 78
peewee_migrate/auto.py sha256=NinaB-k8CPWtBOtlxHEKS8TvJATCc6py69JmLS5pZxc 12809
peewee_migrate/cli.py sha256=p_Af0pHPeuVcK6OLHNMs1EnzHAEdWCV9Hqk_PNw8E0s 6766
peewee_migrate/logs.py sha256=k11EGrJz5kClxgClZ1iDrEI9D_Zc2PDBXafb65MsB9I 146
peewee_migrate/migrator.py sha256=T_01BgSKbi8aZeFmEFeBOFApAY4ese99nhicuK42tLs 18668
peewee_migrate/models.py sha256=1Lw0YaoP9yu95yuzdOdj-IJCU2D2iKbB1i_0naW-P2E 466
peewee_migrate/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
peewee_migrate/router.py sha256=SeJEha0aUUt_cQdJOyA1_5Lyy9Ro3bZ3ibpjW78gTpo 12504
peewee_migrate/template.py sha256=r7Py2wWIyxKWe7v58GeZhY4kcWG8bRgXLCejJg5RSs0 1826
peewee_migrate/types.py sha256=Koru-ZTXjvzJhPxDXbi6HU8g6N5R0VK22XhVP1yqOtI 249
peewee_migrate/utils.py sha256=DQOAOj6CYyM4QOclsq46w9rdYErnYZJStELldOvMac4 325
peewee_migrate-1.12.2.dist-info/METADATA sha256=4emVVU0BQpaBi-UWOm_Fkz9_xyfJHSkAw3ODwzyYe6A 5441
peewee_migrate-1.12.2.dist-info/WHEEL sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk 88
peewee_migrate-1.12.2.dist-info/entry_points.txt sha256=5LuDLzQr47lseYcJRcHQDA1euvZ8ooZk2yWC3mslvt8 87
peewee_migrate-1.12.2.dist-info/RECORD

entry_points.txt

pw-migrate = peewee_migrate.cli:cli
pw_migrate = peewee_migrate.cli:cli