Total Files: 24
Total Directories: 3
File Type | Number of Files | Percentage Overall |
---|---|---|
.md | 4 | 16.67% |
.txt | 2 | 8.33% |
.svg | 4 | 16.67% |
.py | 9 | 37.50% |
.in | 1 | 4.17% |
.png | 2 | 8.33% |
.ini | 1 | 4.17% |
.cfg | 1 | 4.17% |
+-- π¦ furl
| +-- π π LICENSE.md
| +-- π π» requirements.txt
| +-- π π» api-as-text.svg
| +-- π π» MANIFEST.in
| +-- π πΌοΈ local_imports.png
| +-- π π README.md
| +-- π π setup.py
| +-- π π python_documentation.md
| +-- π π» tox.ini
| +-- π π» api.svg
| +-- π π git_documentation.md
| +-- π π» changelog.txt
| +-- π π» setup.cfg
| +-- π πΌοΈ uml.png
| +-- π π» logo.svg
| +-- π π» logo-as-text.svg
+-- π¦ tests
| +-- π π test_furl.py
| +-- π π test_omdict1D.py
+-- π¦ furl
| +-- π π compat.py
| +-- π π furl.py
| +-- π π __init__.py
| +-- π π __version__.py
| +-- π π common.py
| +-- π π omdict1D.py
Package Name | Documentation URL | Used In |
---|---|---|
sys | https://docs.python.org/3/library/sys.html | compat.py, setup.py, test_furl.py |
collections | https://docs.python.org/3/library/collections.html | compat.py |
re | https://docs.python.org/3/library/re.html | furl.py |
abc | https://docs.python.org/3/library/abc.html | furl.py, test_furl.py |
warnings | https://docs.python.org/3/library/warnings.html | furl.py, test_furl.py |
copy | https://docs.python.org/3/library/copy.html | furl.py |
posixpath | https://docs.python.org/3/library/posixpath.html | furl.py |
os | https://docs.python.org/3/library/os.html | setup.py |
unittest | https://docs.python.org/3/library/unittest.html | test_omdict1D.py, setup.py, test_furl.py |
future | https://docs.python.org/3/library/future.html | test_furl.py |
itertools | https://docs.python.org/3/library/itertools.html | test_omdict1D.py |
Package Name | Install Command | Used In |
---|---|---|
ordereddict | pip install ordereddict |
compat.py |
six | pip install six |
furl.py, test_omdict1D.py, test_furl.py |
icecream | pip install icecream |
furl.py |
both | pip install both |
furl.py |
the | pip install the |
furl.py |
orderedmultidict | pip install orderedmultidict |
test_omdict1D.py, omdict1D.py |
setuptools | pip install setuptools |
setup.py |
furl | pip install furl |
test_omdict1D.py, test_furl.py |
Requirements File Automatically Generated.
Install all packages locally by running:
pip install -r requirements.txt
___ ___