Skip to content

Commit

Permalink
Commit README's for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
disketflu committed Jun 7, 2022
1 parent dd164c6 commit 224468e
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bin/certifi/README.md
Original file line number Diff line number Diff line change
@@ -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
```
37 changes: 37 additions & 0 deletions bin/charset_normalizer/README.md
Original file line number Diff line number Diff line change
@@ -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
```
14 changes: 14 additions & 0 deletions bin/idna/README.md
Original file line number Diff line number Diff line change
@@ -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
```
24 changes: 24 additions & 0 deletions bin/requests/README.md
Original file line number Diff line number Diff line change
@@ -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
```
20 changes: 20 additions & 0 deletions bin/urllib3/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 224468e

Please sign in to comment.