summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-04-03 03:17:55 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 03:17:55 -0400
commit12cf076118570eebbff08c6b3090e0d4798447a1 (patch)
tree3ba25e17e3c3a5e82316558ba3864b955919ff72 /venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info
parentc45662ff3923b34614ddcc8feb9195541166dcc5 (diff)
no venv
Diffstat (limited to 'venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info')
-rw-r--r--venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/INSTALLER1
-rw-r--r--venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/LICENSE20
-rw-r--r--venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/METADATA66
-rw-r--r--venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/RECORD14
-rw-r--r--venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/WHEEL5
-rw-r--r--venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/top_level.txt1
6 files changed, 0 insertions, 107 deletions
diff --git a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/INSTALLER
deleted file mode 100644
index a1b589e..0000000
--- a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/INSTALLER
+++ /dev/null
@@ -1 +0,0 @@
-pip
diff --git a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/LICENSE b/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/LICENSE
deleted file mode 100644
index 62b076c..0000000
--- a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-This package contains a modified version of ca-bundle.crt:
-
-ca-bundle.crt -- Bundle of CA Root Certificates
-
-This is a bundle of X.509 certificates of public Certificate Authorities
-(CA). These were automatically extracted from Mozilla's root certificates
-file (certdata.txt). This file can be found in the mozilla source tree:
-https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
-It contains the certificates in PEM format and therefore
-can be directly used with curl / libcurl / php_curl, or with
-an Apache+mod_ssl webserver for SSL client authentication.
-Just configure this file as the SSLCACertificateFile.#
-
-***** BEGIN LICENSE BLOCK *****
-This Source Code Form is subject to the terms of the Mozilla Public License,
-v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
-one at http://mozilla.org/MPL/2.0/.
-
-***** END LICENSE BLOCK *****
-@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
diff --git a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/METADATA b/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/METADATA
deleted file mode 100644
index c688a62..0000000
--- a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/METADATA
+++ /dev/null
@@ -1,66 +0,0 @@
-Metadata-Version: 2.1
-Name: certifi
-Version: 2024.2.2
-Summary: Python package for providing Mozilla's CA Bundle.
-Home-page: https://github.com/certifi/python-certifi
-Author: Kenneth Reitz
-Author-email: me@kennethreitz.com
-License: MPL-2.0
-Project-URL: Source, https://github.com/certifi/python-certifi
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
-Classifier: Natural Language :: English
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3 :: Only
-Classifier: Programming Language :: Python :: 3.6
-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
-Requires-Python: >=3.6
-License-File: LICENSE
-
-Certifi: Python SSL Certificates
-================================
-
-Certifi provides Mozilla's carefully curated collection of Root Certificates for
-validating the trustworthiness of SSL certificates while verifying the identity
-of TLS hosts. It has been extracted from the `Requests`_ project.
-
-Installation
-------------
-
-``certifi`` is available on PyPI. Simply install it with ``pip``::
-
- $ pip install certifi
-
-Usage
------
-
-To reference the installed certificate authority (CA) bundle, you can use the
-built-in function::
-
- >>> import certifi
-
- >>> certifi.where()
- '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'
-
-Or from the command line::
-
- $ python -m certifi
- /usr/local/lib/python3.7/site-packages/certifi/cacert.pem
-
-Enjoy!
-
-.. _`Requests`: https://requests.readthedocs.io/en/master/
-
-Addition/Removal of Certificates
---------------------------------
-
-Certifi does not support any addition/removal or other modification of the
-CA trust store content. This project is intended to provide a reliable and
-highly portable root of trust to python deployments. Look to upstream projects
-for methods to use alternate trust.
diff --git a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/RECORD b/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/RECORD
deleted file mode 100644
index 716f0bb..0000000
--- a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/RECORD
+++ /dev/null
@@ -1,14 +0,0 @@
-certifi-2024.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
-certifi-2024.2.2.dist-info/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989
-certifi-2024.2.2.dist-info/METADATA,sha256=1noreLRChpOgeSj0uJT1mehiBl8ngh33Guc7KdvzYYM,2170
-certifi-2024.2.2.dist-info/RECORD,,
-certifi-2024.2.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
-certifi-2024.2.2.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8
-certifi/__init__.py,sha256=ljtEx-EmmPpTe2SOd5Kzsujm_lUD0fKJVnE9gzce320,94
-certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243
-certifi/__pycache__/__init__.cpython-311.pyc,,
-certifi/__pycache__/__main__.cpython-311.pyc,,
-certifi/__pycache__/core.cpython-311.pyc,,
-certifi/cacert.pem,sha256=ejR8qP724p-CtuR4U1WmY1wX-nVeCUD2XxWqj8e9f5I,292541
-certifi/core.py,sha256=qRDDFyXVJwTB_EmoGppaXU_R9qCZvhl-EzxPMuV3nTA,4426
-certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
diff --git a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/WHEEL b/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/WHEEL
deleted file mode 100644
index 98c0d20..0000000
--- a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/WHEEL
+++ /dev/null
@@ -1,5 +0,0 @@
-Wheel-Version: 1.0
-Generator: bdist_wheel (0.42.0)
-Root-Is-Purelib: true
-Tag: py3-none-any
-
diff --git a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/top_level.txt b/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/top_level.txt
deleted file mode 100644
index 963eac5..0000000
--- a/venv/lib/python3.11/site-packages/certifi-2024.2.2.dist-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-certifi