Credits¶
These projects were used to build pyfsviz. Thank you!
Development dependencies¶
| Project | Summary | Version (accepted) | Version (last resolved) | License |
|---|---|---|---|---|
| babel | Internationalization utilities | >=2.7.0 |
2.17.0 |
BSD-3-Clause |
| backrefs | A wrapper around re and regex that adds additional back references. | ~=5.7.post1 |
5.9 |
MIT |
| beautifulsoup4 | Screen-scraping library | >=4.12 |
4.14.2 |
MIT License |
| certifi | Python package for providing Mozilla's CA Bundle. | >=2017.4.17 |
2025.10.5 |
MPL-2.0 |
| charset-normalizer | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. | >=2, <4 |
3.4.4 |
MIT |
| click | Composable command line interface toolkit | >=7.0 |
8.3.0 |
BSD-3-Clause |
| colorama | Cross-platform colored terminal text. | ~=0.4 |
0.4.6 |
BSD License |
| csscompressor | A python port of YUI CSS Compressor | >=0.9.5 |
0.9.5 |
BSD |
| ghp-import | Copy your docs directly to the gh-pages branch. | >=1.0 |
2.1.0 |
Apache Software License |
| gitdb | Git Object Database | >=4.0.1, <5 |
4.0.12 |
BSD License |
| GitPython | GitPython is a Python library used to interact with Git repositories | >=3.1.44 |
3.1.45 |
BSD-3-Clause |
| griffe | Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. | >=1.13 |
1.14.0 |
ISC |
| htmlmin2 | An HTML Minifier | >=0.1.13 |
0.1.13 |
BSD |
| idna | Internationalized Domain Names in Applications (IDNA) | >=2.5, <4 |
3.11 |
BSD-3-Clause |
| Jinja2 | A very fast and expressive template engine. | >=2.11.1 |
3.1.6 |
BSD License |
| jsmin | JavaScript minifier. | >=3.0.1 |
3.0.1 |
MIT License |
| Markdown | Python implementation of John Gruber's Markdown. | >=3.3.3 |
3.10 |
BSD-3-Clause |
| markdown-callouts | Markdown extension: a classier syntax for admonitions | >=0.4 |
0.4.0 |
MIT |
| markdown-exec | Utilities to execute code blocks in Markdown files. | >=1.8 |
1.11.0 |
ISC |
| markdown-it-py | Python port of markdown-it. Markdown parsing, done right! | >=1.0.0, <4.0.0 |
3.0.0 |
MIT License |
| markdownify | Convert HTML to markdown. | >=0.14 |
1.2.0 |
MIT License |
| MarkupSafe | Safely add untrusted strings to HTML/XML markup. | >=1.1 |
3.0.3 |
BSD-3-Clause |
| mdformat | CommonMark compliant Markdown formatter | >=0.7.21 |
0.7.22 |
MIT License |
| mdformat_tables | An mdformat plugin for rendering tables. | >=1.0 |
1.0.0 |
MIT License |
| mdurl | Markdown URL utilities | ~=0.1 |
0.1.2 |
MIT License |
| mergedeep | A deep merge function for 🐍. | >=1.3.4 |
1.3.4 |
MIT License |
| mkdocs | Project documentation with Markdown. | >=1.6 |
1.6.1 |
BSD-2-Clause |
| mkdocs-api-autonav | Autogenerate API docs with mkdocstrings, including nav | >=0.4.0 |
0.4.0 |
BSD-3-Clause |
| mkdocs-autoapi | MkDocs plugin providing automatic API reference generation | >=0.4.1 |
0.4.1 |
MIT License |
| mkdocs-autorefs | Automatically link across pages in MkDocs. | >=1.4 |
1.4.3 |
ISC |
| mkdocs-coverage | MkDocs plugin to integrate your coverage HTML report into your site. | >=1.0 |
2.0.0 |
ISC |
| mkdocs-get-deps | MkDocs extension that lists all dependencies according to a mkdocs.yml file | >=0.2.0 |
0.2.0 |
MIT |
| mkdocs-git-revision-date-localized-plugin | Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file. | >=1.2 |
1.5.0 |
MIT |
| mkdocs-llmstxt | MkDocs plugin to generate an /llms.txt file. | >=0.2 |
0.4.0 |
ISC |
| mkdocs-material | Documentation that simply works | >=9.5 |
9.6.23 |
MIT |
| mkdocs-material-extensions | Extension pack for Python Markdown and MkDocs Material. | ~=1.3 |
1.3.1 |
MIT |
| mkdocs-minify-plugin | An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk | >=0.8 |
0.8.0 |
MIT |
| mkdocs-section-index | MkDocs plugin to allow clickable sections that lead to an index page | >=0.3 |
0.3.10 |
MIT |
| mkdocstrings | Automatic documentation from sources, for MkDocs. | >=0.29 |
0.30.1 |
ISC |
| mkdocstrings-python | A Python handler for mkdocstrings. | >=1.16.2 |
1.18.2 |
ISC |
| packaging | Core utilities for Python packages | >=20.5 |
25.0 |
Apache Software License + BSD License |
| paginate | Divides large result sets into pages for easier browsing | ~=0.5 |
0.5.7 |
MIT |
| pathspec | Utility library for gitignore style pattern matching of file paths. | >=0.11.1 |
0.12.1 |
Mozilla Public License 2.0 (MPL 2.0) |
| platformdirs | A small Python package for determining appropriate platform-specific dirs, e.g. a user data dir. |
>=2.2.0 |
4.5.0 |
MIT |
| Pygments | Pygments is a syntax highlighting package written in Python. | ~=2.16 |
2.19.2 |
BSD-2-Clause |
| pymdown-extensions | Extension pack for Python Markdown. | >=6.3 |
10.16.1 |
MIT |
| python-dateutil | Extensions to the standard Python datetime module | >=2.8.1 |
2.9.0.post0 |
BSD License + Apache Software License |
| PyYAML | YAML parser and emitter for Python | >=5.1 |
6.0.3 |
MIT |
| pyyaml_env_tag | A custom YAML tag for referencing environment variables in YAML files. | >=0.1 |
1.1 |
MIT |
| requests | Python HTTP for Humans. | ~=2.26 |
2.32.5 |
Apache-2.0 |
| six | Python 2 and 3 compatibility utilities | >=1.15, <2 |
1.17.0 |
MIT |
| smmap | A pure Python implementation of a sliding window memory map manager | >=3.0.1, <6 |
5.0.2 |
BSD-3-Clause |
| soupsieve | A modern CSS selector implementation for Beautiful Soup. | >1.2 |
2.8 |
MIT |
| typing_extensions | Backported and Experimental Type Hints for Python 3.9+ | >=4.0 |
4.15.0 |
PSF-2.0 |
| urllib3 | HTTP library with thread-safe connection pooling, file post, and more. | >=1.21.1, <3 |
2.5.0 |
MIT |
| watchdog | Filesystem events monitoring | >=2.0 |
6.0.0 |
Apache-2.0 |
| wcwidth | Measures the displayed width of unicode strings in a terminal | >=0.2.13 |
0.2.14 |
MIT |