django-simple-certmanager

View on PyPIReverse Dependencies (2)

2.4.1 django_simple_certmanager-2.4.1-py3-none-any.whl

Wheel Details

Project: django-simple-certmanager
Version: 2.4.1
Filename: django_simple_certmanager-2.4.1-py3-none-any.whl
Download: [link]
Size: 32154
MD5: f2481b73f8a39b9ba1dcd032ecd832a7
SHA256: fa5ceca8e48da89843bab738fe1a4f24de2fa89ce2ad6b9aec6e459eace9202a
Uploaded: 2024-09-19 13:48:22 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: django-simple-certmanager
Version: 2.4.1
Summary: Manage TLS certificates and keys in the Django admin
Author-Email: Maykin Media <support[at]maykinmedia.nl>
Project-Url: Homepage, https://github.com/maykinmedia/django-simple-certmanager
Project-Url: Documentation, http://django-simple-certmanager.readthedocs.io/en/latest/
Project-Url: Bug Tracker, https://github.com/maykinmedia/django-simple-certmanager/issues
Project-Url: Source Code, https://github.com/maykinmedia/django-simple-certmanager
Project-Url: Changelog, https://github.com/maykinmedia/django-simple-certmanager/blob/main/CHANGELOG.rst
License: Copyright 2022 Maykin Media Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: django,certificate,security
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: django (>=3.2)
Requires-Dist: django-privates (>=1.5)
Requires-Dist: cryptography (>=35.0.0)
Requires-Dist: pytest-cov; extra == "coverage"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: bump-my-version; extra == "release"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-django; extra == "tests"
Requires-Dist: pyquery; extra == "tests"
Requires-Dist: tox; extra == "tests"
Requires-Dist: isort; extra == "tests"
Requires-Dist: black; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Requires-Dist: freezegun; extra == "tests"
Requires-Dist: factory-boy; extra == "testutils"
Requires-Dist: django-stubs[compatible-mypy]; extra == "type-checking"
Provides-Extra: coverage
Provides-Extra: docs
Provides-Extra: release
Provides-Extra: tests
Provides-Extra: testutils
Provides-Extra: type-checking
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 3048 characters]

WHEEL

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

RECORD

Path Digest Size
simple_certmanager/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_certmanager/admin.py sha256=RW8JsQBCzqaaAzd5bMBu37JyYtCL4J_Icx1XU6Cqb-c 7667
simple_certmanager/apps.py sha256=NeB_2TDAg9PwiqP1Zwpe1mRotpeYJEIm940KuxYfVLc 164
simple_certmanager/constants.py sha256=DR4bW3yBL6fuOgLqGicwvA8SI4aaHF9xM3m4PmCtxag 222
simple_certmanager/csr_generation.py sha256=OcW8QxS0kA7TT4xvuFdFx2DOj4oPciwcnOjUuYpZBDA 3191
simple_certmanager/forms.py sha256=sr273r0tngbTBZ0KSlpjooerlfFZz5KI7kxIgsF3wVU 5569
simple_certmanager/mixins.py sha256=neFExgpeLC6cniAYWZ-GHVduHY8zwr9koGOw1YMn4aM 2603
simple_certmanager/models.py sha256=y1ihv9urvgkP75uWvQ8nUJouAN4HgCpdhHRtztOE9Tk 6630
simple_certmanager/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_certmanager/utils.py sha256=4nEXUCApVwhGMoGvnawaRw2A8PLlCCkB8nBNdA_t6dI 3172
simple_certmanager/validators.py sha256=tcDY3ejQcPmNNtG4akESNyiV0Nxtm13ORjG4eRDadRs 2011
simple_certmanager/locale/nl/LC_MESSAGES/django.po sha256=XXo8tiJ5xxbGm3luINX2dlRuihD5zMXAuZ80EzH4nEY 5756
simple_certmanager/management/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_certmanager/management/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_certmanager/management/commands/dump_certs.py sha256=S4P-OjHPjYSxn_DQr9ywHu_VU8eo4qy5ieTO3XZaLX8 961
simple_certmanager/migrations/0001_initial.py sha256=khLusdA1SAt8ON4cLgIybT5d_46vUob32ml5CiEzlA4 2666
simple_certmanager/migrations/0002_alter_certificate_private_key_and_more.py sha256=bOPjwLtkafcwenZySqO-zmIB7itKW3Et4eB9Vfrc3w0 1349
simple_certmanager/migrations/0003_signingrequest_and_more.py sha256=QrC9icmDgtCZkYCYoMKH-qFo0auTFNGyPDP3_9DYEv4 3280
simple_certmanager/migrations/0004_signingrequest_public_certificate.py sha256=eFOmbcJfFJNIwkvlVIIjs-SZ0Z5wjlIPYfg7s72FFPQ 708
simple_certmanager/migrations/0005_remove_signingrequest_csr_and_private_key_must_be_set_together.py sha256=AVzhv3VfFDRZcCU57MTulFAUNPQyCV_fPs_cosayUbY 402
simple_certmanager/migrations/0006_remove_signingrequest_csr.py sha256=ieF0RiyxLGG99zEBxPt3rBmwwBaSDkzPXDI0VrjXiTQ 424
simple_certmanager/migrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_certmanager/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_certmanager/test/certificate_generation.py sha256=3vn0srertk-V5qXfnmjjib0ddnZa18WFYwBVMzlnIvk 3139
simple_certmanager/test/factories.py sha256=CVXx3vGtbCFE80wsoVtPcWMpwSvCzp_623d6QgjSgTU 784
simple_certmanager/test/fixtures.py sha256=xVoVJe3sr8e9BomtQzk1YBIa5rZWxAFbsSDTg_CJrPg 2204
simple_certmanager/test/plugin.py sha256=iAd5gcbqZp9VPSTv_3bJAcGlNs57lvkNkK7WZPKUC78 218
simple_certmanager/test/data/README.md sha256=h8Bg5wcskD9Ty7_Bfs_oMaYQScCrvoDdRv6UYfX7B8c 363
simple_certmanager/test/data/test.certificate sha256=ShXaVNdqO0CFiyvOze9ZzvPwiPEAFqua0LlOZnBr8qA 1992
simple_certmanager/test/data/test.key sha256=7KVIlAS7DqUhxEZbMzn0WTOB_iguiV5pMpzbK0DdD7s 3268
django_simple_certmanager-2.4.1.dist-info/LICENSE sha256=ZAaFT2awPeq237FCFVTHREqwR0DKSNRYCXkgvWkze10 1052
django_simple_certmanager-2.4.1.dist-info/METADATA sha256=fWvPRqhzRbSp1JWM0qDbQXM6gijxojltit0kCm1oyFs 6376
django_simple_certmanager-2.4.1.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
django_simple_certmanager-2.4.1.dist-info/entry_points.txt sha256=4WmD4RYwr_CsxFrYHMTqxE4Dvmlyf2r4rfyQp4Odn-g 63
django_simple_certmanager-2.4.1.dist-info/top_level.txt sha256=P9PXlLW_IDXyFwmGcCjSD1r4Run05khUMzUilGHHL0o 19
django_simple_certmanager-2.4.1.dist-info/RECORD

top_level.txt

simple_certmanager

entry_points.txt

simple_certmanager = simple_certmanager.test.plugin