Metadata-Version: |
2.4 |
Name: |
wassima |
Version: |
1.2.2 |
Summary: |
Access your OS root certificates with utmost ease |
Author-Email: |
"Ahmed R. TAHRI" <tahri.ahmed[at]proton.me> |
Maintainer-Email: |
"Ahmed R. TAHRI" <tahri.ahmed[at]proton.me> |
Project-Url: |
Changelog, https://github.com/jawah/wassima/blob/main/CHANGELOG.md |
Project-Url: |
Documentation, https://wassima.readthedocs.io |
Project-Url: |
Code, https://github.com/jawah/wassima |
Project-Url: |
Issue tracker, https://github.com/jawah/wassima/issues |
License: |
MIT |
Keywords: |
truststore,ssl,tls,root ca,ca,trust,https,certificate |
Classifier: |
Programming Language :: Rust |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
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: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Development Status :: 5 - Production/Stable |
Requires-Python: |
>=3.7 |
Requires-Dist: |
certifi; python_full_version < "3.7.10" or (platform_machine != "AMD64" and platform_machine != "ARM64" and platform_machine != "aarch64" and platform_machine != "arm64" and platform_machine != "armv7l" and platform_machine != "i686" and platform_machine != "ppc64" and platform_machine != "ppc64le" and platform_machine != "s390x" and platform_machine != "x86" and platform_machine != "x86_64") or (platform_machine == "AMD64" and platform_python_implementation != "CPython") or (platform_machine == "AMD64" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "ARM64" and platform_python_implementation != "CPython") or (platform_machine == "ARM64" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "aarch64" and platform_python_implementation != "CPython") or (platform_machine == "aarch64" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "arm64" and platform_python_implementation != "CPython") or (platform_machine == "arm64" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "armv7l" and platform_python_implementation != "CPython") or (platform_machine == "armv7l" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "i686" and platform_python_implementation != "CPython") or (platform_machine == "i686" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "ppc64" and platform_python_implementation != "CPython") or (platform_machine == "ppc64" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "ppc64le" and platform_python_implementation != "CPython") or (platform_machine == "ppc64le" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "s390x" and platform_python_implementation != "CPython") or (platform_machine == "s390x" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "x86" and platform_python_implementation != "CPython") or (platform_machine == "x86" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") or (platform_machine == "x86_64" and platform_python_implementation != "CPython") or (platform_machine == "x86_64" and platform_system != "Darwin" and platform_system != "Linux" and platform_system != "Windows") |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |
License-File: |
LICENSE |