Skip to content

Credits¤

These projects were used to build aria2p. Thank you!

python | pdm | copier-pdm

Runtime dependencies¤

Project Summary Version (accepted) Version (last resolved) License
appdirs A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". >=1.4 1.4.4 MIT
asciimatics A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations >=1.13 1.15.0 Apache 2.0
certifi Python package for providing Mozilla's CA Bundle. >=2017.4.17 2023.11.17 MPL-2.0
charset-normalizer The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. <4,>=2 3.3.2 MIT
colorama Cross-platform colored terminal text. >=0.3.4; sys_platform == "win32" 0.4.6 BSD License
idna Internationalized Domain Names in Applications (IDNA) <4,>=2.5 3.6 BSD License
loguru Python logging made (stupidly) simple >=0.5 0.7.2 MIT license
pillow Python Imaging Library (Fork) >=2.7.0 10.2.0 HPND
pyfiglet Pure-python FIGlet implementation >=0.7.2 0.8.post1 MIT
pyperclip A cross-platform clipboard module for Python. (Only handles plain text for now.) >=1.8 1.8.2 BSD
pywin32 Python for Window Extensions ; sys_platform == "win32" 306 ?
requests Python HTTP for Humans. >=2.19 2.31.0 Apache 2.0
tomli A lil' TOML parser >=2.0; python_version < '3.11' 2.0.1 ?
urllib3 HTTP library with thread-safe connection pooling, file post, and more. <3,>=1.21.1 2.1.0 MIT License
wcwidth Measures the displayed width of unicode strings in a terminal 0.2.13 MIT
websocket-client WebSocket client for Python with low level API options >=0.58 1.7.0 Apache-2.0
win32-setctime A small Python utility to set file creation time on Windows >=1.0.0; sys_platform == "win32" 1.1.0 ?

Development dependencies¤

Project Summary Version (accepted) Version (last resolved) License
annotated-types Reusable constraint types to use with typing.Annotated >=0.4.0 0.6.0 MIT License
ansimarkup Produce colored terminal text with an xml-like markup ~=1.4 1.5.0 Revised BSD License
anyio High level compatibility layer for multiple asynchronous event loop implementations <5,>=3.4.0 4.2.0 MIT
appdirs A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". >=1.4 1.4.4 MIT
babel Internationalization utilities ~=2.10 2.14.0 BSD-3-Clause
black The uncompromising code formatter. >=23.9 23.12.1 MIT
blacken-docs Run Black on Python code blocks in documentation files. >=1.16 1.16.0 MIT
certifi Python package for providing Mozilla's CA Bundle. >=2017.4.17 2023.11.17 MPL-2.0
charset-normalizer The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. <4,>=2 3.3.2 MIT
click Composable command line interface toolkit >=8.0.0 8.1.7 BSD-3-Clause
colorama Cross-platform colored terminal text. ; platform_system == "Windows" 0.4.6 BSD License
coverage Code coverage measurement for Python [toml]>=5.2.1 7.4.0 Apache-2.0
csscompressor A python port of YUI CSS Compressor >=0.9.5 0.9.5 BSD
dparse A parser for Python dependency files >=0.6.2 0.6.3 MIT license
duty A simple task runner. >=0.10 1.1.0 ISC
exceptiongroup Backport of PEP 654 (exception groups) >=1.0.0rc8; python_version < "3.11" 1.2.0 ?
execnet execnet: rapid multi-Python deployment >=1.1 2.0.2 MIT License
failprint Run a command, print its output only if it fails. !=1.0.0,>=0.11 1.0.2 ISC
fastapi FastAPI framework, high performance, easy to learn, fast to code, ready for production >=0.100 0.108.0 MIT License
ghp-import Copy your docs directly to the gh-pages branch. >=1.0 2.1.0 Apache Software License
git-changelog Automatic Changelog generator using Jinja2 templates. >=2.3 2.4.0 ISC
gitdb Git Object Database <5,>=4.0.1 4.0.11 BSD License
gitpython GitPython is a Python library used to interact with Git repositories 3.1.41 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. >=0.37 0.38.1 ISC
h11 A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 >=0.8 0.14.0 MIT
htmlmin2 An HTML Minifier >=0.1.13 0.1.13 BSD
idna Internationalized Domain Names in Applications (IDNA) <4,>=2.5 3.6 BSD License
importlib-metadata Read metadata from Python packages >=4.3; python_version < "3.10" 7.0.1 ?
iniconfig brain-dead simple config-ini parsing 2.0.0 MIT License
jinja2 A very fast and expressive template engine. <4,>=2.11 3.1.3 BSD-3-Clause
jsmin JavaScript minifier. >=3.0.1 3.0.1 MIT License
markdown Python implementation of John Gruber's Markdown. <4.0.0,>=3.3.3 3.5.2 BSD License
markdown-callouts Markdown extension: a classier syntax for admonitions >=0.3 0.3.0 MIT
markdown-exec Utilities to execute code blocks in Markdown files. >=1.7 1.8.0 ISC
markupsafe Safely add untrusted strings to HTML/XML markup. >=2.0 2.1.3 BSD-3-Clause
mergedeep A deep merge function for 🐍. >=1.3.4 1.3.4 MIT License
mkdocs Project documentation with Markdown. >=1.5 1.5.3 BSD License
mkdocs-coverage MkDocs plugin to integrate your coverage HTML report into your site. >=1.0 1.0.0 ISC
mkdocs-gen-files MkDocs plugin to programmatically generate documentation pages during the build >=0.5 0.5.0 MIT License
mkdocs-git-committers-plugin-2 An MkDocs plugin to create a list of contributors on the page. The git-committers plugin will seed the template context with a list of GitHub or GitLab committers and other useful GIT info such as last modified date >=1.2 2.2.3 MIT
mkdocs-literate-nav MkDocs plugin to specify the navigation in Markdown instead of YAML >=0.6 0.6.1 MIT License
mkdocs-material Documentation that simply works >=9.4 9.5.3 MIT License
mkdocs-material-extensions Extension pack for Python Markdown and MkDocs Material. ~=1.3 1.3.1 MIT License
mkdocs-minify-plugin An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk >=0.7 0.7.2 MIT
mkdocstrings Automatic documentation from sources, for MkDocs. [python]>=0.23 0.24.0 ISC
mkdocstrings-python A Python handler for mkdocstrings. >=0.5.2 1.8.0.1.5.1 ISC
mypy Optional static typing for Python >=1.5 1.8.0 MIT
mypy-extensions Type system extensions for programs checked with the mypy type checker. >=0.4.3 1.0.0 MIT License
packaging Core utilities for Python packages >=22.0 23.2 BSD License
paginate Divides large result sets into pages for easier browsing ~=0.5 0.5.6 MIT
pathspec Utility library for gitignore style pattern matching of file paths. >=0.9.0 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 4.1.0 MIT License
pluggy plugin and hook calling mechanisms for python <2.0,>=0.12 1.3.0 MIT
psutil Cross-platform lib for process and system monitoring in Python. >=5.9.5 5.9.7 BSD-3-Clause
ptyprocess Run a subprocess in a pseudo terminal ~=0.6; sys_platform != "win32" 0.7.0 ISC License (ISCL)
pydantic Data validation using Python type hints !=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 2.5.3 MIT License
pydantic-core ==2.14.6 2.14.6 MIT
pygments Pygments is a syntax highlighting package written in Python. ~=2.16 2.17.2 BSD-2-Clause
pymdown-extensions Extension pack for Python Markdown. >=9 10.7 MIT License
pytest pytest: simple powerful testing with Python >=7.4 7.4.4 MIT
pytest-cov Pytest plugin for measuring coverage. >=4.1 4.1.0 MIT
pytest-randomly Pytest plugin to randomly order tests and control random.seed. >=3.15 3.15.0 MIT
pytest-rerunfailures pytest plugin to re-run tests to eliminate flaky failures >=9.1 13.0 Mozilla Public License 2.0 (MPL 2.0)
pytest-xdist pytest xdist plugin for distributed testing, most importantly across multiple CPUs >=3.3 3.5.0 MIT
python-dateutil Extensions to the standard Python datetime module >=2.8.1 2.8.2 Dual License
pytz World timezone definitions, modern and historical >=2015.7; python_version < "3.9" 2023.3.post1 ?
pyyaml YAML parser and emitter for Python >=5.1 6.0.1 MIT
pyyaml-env-tag A custom YAML tag for referencing environment variables in YAML files. >=0.1 0.1 MIT License
regex Alternative regular expression module, to replace re. >=2022.4 2023.12.25 Apache Software License
requests Python HTTP for Humans. 2.31.0 Apache 2.0
responses A utility library for mocking out the requests Python library. >=0.23 0.24.1 Apache 2.0
ruamel-yaml ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order >=0.17.21 0.18.5 MIT license
ruamel-yaml-clib C version of reader, parser and emitter for ruamel.yaml derived from libyaml >=0.2.7; platform_python_implementation == "CPython" and python_version < "3.13" 0.2.8 MIT
ruff An extremely fast Python linter and code formatter, written in Rust. >=0.0 0.1.11 MIT
safety Checks installed dependencies for known vulnerabilities and licenses. >=2.3 2.3.4 MIT license
semver Python helper for Semantic Versioning (https://semver.org) >=2.13 3.0.2 BSD
setuptools Easily download, build, install, upgrade, and uninstall Python packages >=19.3 69.0.3 MIT License
six Python 2 and 3 compatibility utilities >=1.5 1.16.0 MIT
smmap A pure Python implementation of a sliding window memory map manager <6,>=3.0.1 5.0.1 BSD
sniffio Sniff out which async library your code is running under >=1.1 1.3.0 MIT OR Apache-2.0
starlette The little ASGI library that shines. <0.33.0,>=0.29.0 0.32.0.post1 BSD License
tomli A lil' TOML parser >=2.0; python_version < '3.11' 2.0.1 ?
types-markdown Typing stubs for Markdown >=3.5 3.5.0.20240106 Apache-2.0 license
types-pyyaml Typing stubs for PyYAML >=6.0 6.0.12.12 Apache-2.0 license
types-requests Typing stubs for requests >=2.31 2.31.0.20240106 Apache-2.0 license
typing-extensions Backported and Experimental Type Hints for Python 3.8+ >=4.0.1; python_version < "3.11" 4.9.0 Python Software Foundation License
urllib3 HTTP library with thread-safe connection pooling, file post, and more. <3,>=1.21.1 2.1.0 MIT License
uvicorn The lightning-fast ASGI server. >=0.23 0.25.0 BSD License
watchdog Filesystem events monitoring >=2.0 3.0.0 Apache License 2.0
zipp Backport of pathlib-compatible object wrapper for zip files >=0.5 3.17.0 ?

More credits from the author