django-migration-resolver-hook

View on PyPIReverse Dependencies (0)

0.2.8 django_migration_resolver_hook-0.2.8-py3-none-any.whl

Wheel Details

Project: django-migration-resolver-hook
Version: 0.2.8
Filename: django_migration_resolver_hook-0.2.8-py3-none-any.whl
Download: [link]
Size: 14259
MD5: c81e7f4efb0b074b4c03dccf8c0a31b0
SHA256: 5961c60eb4ea05a369e0d6d0bad35bc49c31265befc0405c1bc8bd0acbcc2a81
Uploaded: 2021-04-05 12:43:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: django-migration-resolver-hook
Version: 0.2.8
Summary: Resolve migration conflicts.
Author: Tonye Jack
Author-Email: jtonye[at]ymail.com
Maintainer: Tonye Jack
Maintainer-Email: jtonye[at]ymail.com
Home-Page: https://github.com/jackton1/django-migration-resolver-hook.git
License: MIT
Keywords: django,django migration,django migration resolver,django migration node conflict resolver
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Requires-Python: >=3.6
Requires-Dist: django (>=1.11)
Requires-Dist: bump2version (==1.0.1); extra == "deploy"
Requires-Dist: readme-renderer[md]; extra == "deploy"
Requires-Dist: twine (==3.4.1); extra == "deploy"
Requires-Dist: pip-tools (==6.0.1); extra == "development"
Provides-Extra: deploy
Provides-Extra: development
Description-Content-Type: text/markdown
[Description omitted; length: 6094 characters]

WHEEL

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

RECORD

Path Digest Size
bin/auto_resolver.py sha256=kPmqpsyYmUMpuEB3l1tTDVOzqh0gu1kazpQL0gDEbW8 9272
bin/resolver.py sha256=hcH2c0Mk8ycbtIvKkQ1pNKnjs6EwSC-xf2rPMZ5cDgc 6047
migration_test/manage.py sha256=Fw4nbvPphi3LHPwc7urIBfc3ictTLIjd-QCM8HIprMw 634
migration_test/demo/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
migration_test/demo/admin.py sha256=VWlhkFyPcKZz6ThllvIz1NT1yhDC-eBsdDWtpsuuhO0 65
migration_test/demo/apps.py sha256=I-vds8IPSTL_nOifUpOjsy49VZfVltEKX2yT3bu9MhI 83
migration_test/demo/models.py sha256=wzz6N5oF4ngNFMn3G0Bf2ZunnZL0eNuQdopNLnNyyL8 59
migration_test/demo/tests.py sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g 60
migration_test/demo/views.py sha256=nuCZgNpj1b9sjpyn7gWY7rPrbCPaC0jTvfDdTpn-q2g 65
migration_test/demo/migrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
migration_test/migration_test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
migration_test/migration_test/asgi.py sha256=6qUq4thwUxCRHQQH3X-QPlkbrhGYe6CZOfSQ7h160bw 405
migration_test/migration_test/settings.py sha256=SajFb4aq7zix3Xm8bwpyEPCEjtIu-eJLQhIBaLho2Bo 3112
migration_test/migration_test/urls.py sha256=A0-hUrV99wAjxsKyKKMuNtrMwNa-nlKg8wv5C_HN8lo 756
migration_test/migration_test/wsgi.py sha256=GuB_irad0CkS4yG6IG2tcIVC4YlQ4uCZ9FuGT5rtNyw 405
django_migration_resolver_hook-0.2.8.dist-info/LICENSE sha256=AZttwd3FYTOlU61hAVL2vBAu3j4-YFKg4uEV1E8kFUM 1067
django_migration_resolver_hook-0.2.8.dist-info/METADATA sha256=TGVJ46890MAgmX4kaCfUuXTfqpNh7gzbEFiHTufLhBQ 7561
django_migration_resolver_hook-0.2.8.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
django_migration_resolver_hook-0.2.8.dist-info/entry_points.txt sha256=IK31c86LT6EH1RgeNDaukxnX-rQ2FvcyTnSa6ShGGZk 107
django_migration_resolver_hook-0.2.8.dist-info/top_level.txt sha256=r_IcwJXRpwHD_mRk5Cll9t0QTMcE-YPqv7zgpcdc-vY 19
django_migration_resolver_hook-0.2.8.dist-info/RECORD

top_level.txt

bin
migration_test

entry_points.txt

auto_migration_resolver = bin.auto_resolver:main
migration_resolver = bin.resolver:main