8000 GitHub - timothyjamesramage/furl: 🌐 URL parsing and manipulation made easy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timothyjamesramage/furl

Β 
Β 

Repository files navigation

Repository Analysis

Total Files: 24
Total Directories: 3

File Types

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%

Directory Structure

+-- πŸ“¦ 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

Built-in Packages

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

External Packages

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

UML Diagram:

UML Diagram

___

Associations Diagram:

Associations Diagram

___

About

🌐 URL parsing and manipulation made easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0