From 224468ed8d314ae0d22ebb6eaf48949b25ca3644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 7 Jun 2022 15:22:20 +0200 Subject: [PATCH] Commit README's for binaries --- bin/certifi/README.md | 21 ++++++++++++++++++ bin/charset_normalizer/README.md | 37 ++++++++++++++++++++++++++++++++ bin/idna/README.md | 14 ++++++++++++ bin/requests/README.md | 24 +++++++++++++++++++++ bin/urllib3/README.md | 20 +++++++++++++++++ 5 files changed, 116 insertions(+) create mode 100644 bin/certifi/README.md create mode 100644 bin/charset_normalizer/README.md create mode 100644 bin/idna/README.md create mode 100644 bin/requests/README.md create mode 100644 bin/urllib3/README.md diff --git a/bin/certifi/README.md b/bin/certifi/README.md new file mode 100644 index 0000000..0af91b8 --- /dev/null +++ b/bin/certifi/README.md @@ -0,0 +1,21 @@ +# Run in standalone mode + +## Content of bin\certifi + +**On Windows** + +``` +__init__.py +__main__.py +cacert.pem +core.py +``` + +**On Linux** + +``` +__init__.py +__main__.py +cacert.pem +core.py +``` \ No newline at end of file diff --git a/bin/charset_normalizer/README.md b/bin/charset_normalizer/README.md new file mode 100644 index 0000000..3b16dde --- /dev/null +++ b/bin/charset_normalizer/README.md @@ -0,0 +1,37 @@ +# Run in standalone mode + +## Content of bin\charset_normalizer + +**On Windows** + +``` +assets +cli +__init__.py +api.py +cd.py +constant.py +legacy.py +md.py +models.py +py.typed +utils.py +version.py +``` + +**On Linux** + +``` +assets +cli +__init__.py +api.py +cd.py +constant.py +legacy.py +md.py +models.py +py.typed +utils.py +version.py +``` \ No newline at end of file diff --git a/bin/idna/README.md b/bin/idna/README.md new file mode 100644 index 0000000..bb5fd1f --- /dev/null +++ b/bin/idna/README.md @@ -0,0 +1,14 @@ +# Run in standalone mode + +## Content of bin\idna + +``` +__init__.py +codec.py +compat.py +core.py +idnadata.py +intranges.py +package_data.py +uts46data.py +``` diff --git a/bin/requests/README.md b/bin/requests/README.md new file mode 100644 index 0000000..3a446bb --- /dev/null +++ b/bin/requests/README.md @@ -0,0 +1,24 @@ +# Run in standalone mode + +## Content of bin\requests + +``` +__init__.py +__version__.py +_internal_utils.py +adapters.py +api.py +auth.py +certs.py +compat.py +cookies.py +exceptions.py +help.py +hooks.py +models.py +packages.py +sessions.py +status_codes.py +structures.py +utils.py +``` diff --git a/bin/urllib3/README.md b/bin/urllib3/README.md new file mode 100644 index 0000000..e1b3f37 --- /dev/null +++ b/bin/urllib3/README.md @@ -0,0 +1,20 @@ +# Run in standalone mode + +## Content of bin\urllib3 + +``` +contrib +packages +util +__init__.py +_collections.py +_version.py +connection.py +connectionpool.py +exceptions.py +fields.py +filepost.py +poolmanager.py +request.py +response.py +```