django-configuration-management

View on PyPIReverse Dependencies (0)

0.4.0 django_configuration_management-0.4.0-py3-none-any.whl

Wheel Details

Project: django-configuration-management
Version: 0.4.0
Filename: django_configuration_management-0.4.0-py3-none-any.whl
Download: [link]
Size: 13816
MD5: 46d9bbd8dc7495ac974df9ea3b19eed4
SHA256: cde6735c2af70fb6665c077642e5943c4ef10777336a1c2ecef438da0695d771
Uploaded: 2022-03-28 22:01:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: django-configuration-management
Version: 0.4.0
Summary: A merge conflict-less solution to committing an encrypted configuration to the repo with secrets and non-secrets side-by-side.
Author: Alex Drozd
Author-Email: drozdster[at]gmail.com
Home-Page: https://github.com/brno32/django-configuration-management
Project-Url: Repository, https://github.com/brno32/django-configuration-management
License: MIT
Keywords: django,config,secrets,settings
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<4.0
Requires-Dist: Django (<5.0.0,>=4.0.3)
Requires-Dist: PyGithub (<2.0.0,>=1.54.1)
Requires-Dist: PyNaCl (<2.0.0,>=1.4.0)
Requires-Dist: boto3 (<2.0.0,>=1.17.27)
Requires-Dist: cryptography (<4.0.0,>=3.3.1)
Requires-Dist: python-dotenv (<0.16.0,>=0.15.0)
Requires-Dist: pyyaml (<6.0.0,>=5.3.1)
Description-Content-Type: text/markdown
[Description omitted; length: 6321 characters]

WHEEL

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

RECORD

Path Digest Size
django_configuration_management/__init__.py sha256=nfd_A6S8Ruq-_XalX59cDaRFhTaQRFyDzH4sRb9TmIM 52
django_configuration_management/aws_utils.py sha256=eXl22n__qJySr5ng9wed1Jhz9EF1i52g_w4PkygyCf8 1344
django_configuration_management/cli.py sha256=20p4LQiXSw-WEr9ePbff865TyRMJMFrCDMjRpHrXJD4 4719
django_configuration_management/core.py sha256=MpL_kFpU_vk-B_LpB4EmVjmOM2TutpaUlAwEaw8S1Io 1856
django_configuration_management/github_script.py sha256=9wK-p7VJOGowUyJs7if8VtyBirwrAcKZWVmlrRXr1iU 4228
django_configuration_management/iam_script.py sha256=ggPZXXsPzbIjnq0PHPi8kJlhDyDFedCkTd6HinhDnuU 2327
django_configuration_management/secrets.py sha256=NcTHOUt0aLCTuQA4DVCP0SZBme4OBrVCjVxuj1PiocU 668
django_configuration_management/utils.py sha256=El35wld42ntP381bI1hGOqV8osT8AbDEADBDHKa26kE 1082
django_configuration_management/validation_utils.py sha256=yUWtLaWwgKyYOjwypbOVdTI9jKecUdjX1Rd94gJt4pY 537
django_configuration_management/yml_utils.py sha256=V7R8K2NwWG77qlf5ChWM_YCHXtcC6x6wEI9-in0BrEc 2153
django_configuration_management-0.4.0.dist-info/entry_points.txt sha256=ooYAgMJ2V8375X0DfnUoGm81pjglJkSBuJ1QoEq-6z8 387
django_configuration_management-0.4.0.dist-info/LICENSE sha256=6SFjqR_h2IGU5WCRrJkF7fccuPt1eRV0JOqHciyoV0U 1084
django_configuration_management-0.4.0.dist-info/WHEEL sha256=V7iVckP-GYreevsTDnv1eAinQt_aArwnAxmnP0gygBY 83
django_configuration_management-0.4.0.dist-info/METADATA sha256=DQuFRi4SRaZvMv2b9rPAlge6GbPeONakcQYDhXAXJSg 7351
django_configuration_management-0.4.0.dist-info/RECORD

entry_points.txt

generate_key = django_configuration_management.cli:generate_key
github_secrets = django_configuration_management.cli:github_secrets
iam_role = django_configuration_management.cli:iam_role
reencrypt = django_configuration_management.cli:reencrypt
reveal_secrets = django_configuration_management.cli:reveal_secrets
upsert_secret = django_configuration_management.cli:upsert_secret