Fast implementation of asyncio event loop on top of libuv
Name: uvloopVersion: 0.17.0Summary: Fast implementation of asyncio event loop on top of libuvHome-page: http://github.com/MagicStack/uvloopAuthor: Yury SelivanovAuthor-email: yury@magic.ioLicense: MITRequires: Required-by:
Data validation and settings management using python type hints
Name: pydanticVersion: 1.9.2Summary: Data validation and settings management using python type hintsHome-page: https://github.com/samuelcolvin/pydanticAuthor: Samuel ColvinAuthor-email: s@muelcolvin.comLicense: MITRequires: typing-extensionsRequired-by:
Name: typing_extensionsVersion: 4.3.0Summary: Backported and Experimental Type Hints for Python 3.7+Home-page: Author: Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>License: Requires: Required-by: black, mypy, pydantic
Reads key-value pairs from a .env file and can set them as environment variables.
Name: python-dotenvVersion: 0.20.0Summary: Read key-value pairs from a .env file and set them as environment variablesHome-page: https://github.com/theskumar/python-dotenvAuthor: Saurabh KumarAuthor-email: me+github@saurabh-kumar.comLicense: BSD-3-ClauseRequires: Required-by:
Name: pyflakesVersion: 2.5.0Summary: passive checker of Python programsHome-page: https://github.com/PyCQA/pyflakesAuthor: A lot of peopleAuthor-email: code-quality@python.orgLicense: MITRequires: Required-by: autoflake, flake8
Name: mypy-extensionsVersion: 0.4.3Summary: Experimental type system extensions for programs checked with the mypy typechecker.Home-page: https://github.com/python/mypy_extensionsAuthor: The mypy developersAuthor-email: jukka.lehtosalo@iki.fiLicense: MIT LicenseRequires: Required-by: black, mypy
Name: pathspecVersion: 0.10.1Summary: Utility library for gitignore style pattern matching of file paths.Home-page: https://github.com/cpburnz/python-pathspecAuthor: Caleb P. BurnsAuthor-email: "Caleb P. Burns" <cpburnz@gmail.com>License: MPL 2.0Requires: Required-by: black
Name: platformdirsVersion: 2.5.2Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".Home-page: Author: Author-email: License: Requires: Required-by: black
Name: typing_extensionsVersion: 4.3.0Summary: Backported and Experimental Type Hints for Python 3.7+Home-page: Author: Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>License: Requires: Required-by: black, mypy, pydantic
Name: pycodestyleVersion: 2.9.1Summary: Python style guide checkerHome-page: https://pycodestyle.pycqa.org/Author: Johann C. RochollAuthor-email: johann@rocholl.netLicense: Expat licenseRequires: Required-by: flake8
Name: pyflakesVersion: 2.5.0Summary: passive checker of Python programsHome-page: https://github.com/PyCQA/pyflakesAuthor: A lot of peopleAuthor-email: code-quality@python.orgLicense: MITRequires: Required-by: autoflake, flake8
Name: mypyVersion: 0.981Summary: Optional static typing for PythonHome-page: http://www.mypy-lang.org/Author: Jukka LehtosaloAuthor-email: jukka.lehtosalo@iki.fiLicense: MIT LicenseRequires: mypy-extensions, tomli, typing-extensionsRequired-by:
Name: mypy-extensionsVersion: 0.4.3Summary: Experimental type system extensions for programs checked with the mypy typechecker.Home-page: https://github.com/python/mypy_extensionsAuthor: The mypy developersAuthor-email: jukka.lehtosalo@iki.fiLicense: MIT LicenseRequires: Required-by: black, mypy
Name: typing_extensionsVersion: 4.3.0Summary: Backported and Experimental Type Hints for Python 3.7+Home-page: Author: Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>License: Requires: Required-by: black, mypy, pydantic
Collection of utilities for publishing packages on pypi
Name: twineVersion: 4.0.1Summary: Collection of utilities for publishing packages on PyPIHome-page: https://twine.readthedocs.io/Author: Donald Stufft and individual contributorsAuthor-email: donald@stufft.ioLicense: Requires: importlib-metadata, keyring, pkginfo, readme-renderer, requests, requests-toolbelt, rfc3986, rich, urllib3Required-by:
Name: importlib-metadataVersion: 4.12.0Summary: Read metadata from Python packagesHome-page: https://github.com/python/importlib_metadataAuthor: Jason R. CoombsAuthor-email: jaraco@jaraco.comLicense: Requires: zippRequired-by: keyring, Markdown, mkdocs, pyppeteer, twine
Name: keyringVersion: 23.9.3Summary: Store and access your passwords safely.Home-page: https://github.com/jaraco/keyringAuthor: Kang ZhangAuthor-email: jobo.zh@gmail.comLicense: Requires: importlib-metadata, jaraco.classes, jeepney, SecretStorageRequired-by: twine
Name: readme-rendererVersion: 37.2Summary: readme_renderer is a library for rendering "readme" descriptions for WarehouseHome-page: https://github.com/pypa/readme_rendererAuthor: The Python Packaging AuthorityAuthor-email: admin@mail.pypi.orgLicense: Apache License, Version 2.0Requires: bleach, docutils, PygmentsRequired-by: twine
Name: requests-toolbeltVersion: 0.9.1Summary: A utility belt for advanced users of python-requestsHome-page: https://toolbelt.readthedocs.orgAuthor: Ian Cordasco, Cory BenfieldAuthor-email: graffatcolmingov@gmail.comLicense: Apache 2.0Requires: requestsRequired-by: twine
Name: rfc3986Version: 2.0.0Summary: Validating URI References per RFC 3986Home-page: http://rfc3986.readthedocs.ioAuthor: Ian Stapleton CordascoAuthor-email: graffatcolmingov@gmail.comLicense: Apache 2.0Requires: Required-by: twine
Name: richVersion: 12.5.1Summary: Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminalHome-page: https://github.com/willmcgugan/richAuthor: Will McGuganAuthor-email: willmcgugan@gmail.comLicense: MITRequires: commonmark, pygmentsRequired-by: twine
Name: urllib3Version: 1.26.12Summary: HTTP library with thread-safe connection pooling, file post, and more.Home-page: https://urllib3.readthedocs.io/Author: Andrey PetrovAuthor-email: andrey.petrov@shazow.netLicense: MITRequires: Required-by: pyppeteer, requests, twine
Name: ghp-importVersion: 2.1.0Summary: Copy your docs directly to the gh-pages branch.Home-page: https://github.com/c-w/ghp-importAuthor: Paul Joseph DavisAuthor-email: paul.joseph.davis@gmail.comLicense: Apache Software LicenseRequires: python-dateutilRequired-by: mkdocs
Name: importlib-metadataVersion: 4.12.0Summary: Read metadata from Python packagesHome-page: https://github.com/python/importlib_metadataAuthor: Jason R. CoombsAuthor-email: jaraco@jaraco.comLicense: Requires: zippRequired-by: keyring, Markdown, mkdocs, pyppeteer, twine
Name: Jinja2Version: 3.1.2Summary: A very fast and expressive template engine.Home-page: https://palletsprojects.com/p/jinja/Author: Armin RonacherAuthor-email: armin.ronacher@active-4.comLicense: BSD-3-ClauseRequires: MarkupSafeRequired-by: mkdocs, mkdocs-material, mkdocstrings
Name: mergedeepVersion: 1.3.4Summary: A deep merge function for 🐍.Home-page: https://github.com/clarketm/mergedeepAuthor: Travis ClarkeAuthor-email: travis.m.clarke@gmail.comLicense: UNKNOWNRequires: Required-by: mkdocs
Name: packagingVersion: 21.3Summary: Core utilities for Python packagesHome-page: https://github.com/pypa/packagingAuthor: Donald Stufft and individual contributorsAuthor-email: donald@stufft.ioLicense: BSD-2-Clause or Apache-2.0Requires: pyparsingRequired-by: mkdocs
Name: PyYAMLVersion: 6.0Summary: YAML parser and emitter for PythonHome-page: https://pyyaml.org/Author: Kirill SimonovAuthor-email: xi@resolvent.netLicense: MITRequires: Required-by: mkdocs, pyyaml_env_tag
Name: pyyaml_env_tagVersion: 0.1Summary: A custom YAML tag for referencing environment variables in YAML files. Home-page: https://github.com/waylan/pyyaml-env-tagAuthor: Waylan LimbergAuthor-email: waylan.limberg@icloud.comLicense: UNKNOWNRequires: pyyamlRequired-by: mkdocs
Name: Jinja2Version: 3.1.2Summary: A very fast and expressive template engine.Home-page: https://palletsprojects.com/p/jinja/Author: Armin RonacherAuthor-email: armin.ronacher@active-4.comLicense: BSD-3-ClauseRequires: MarkupSafeRequired-by: mkdocs, mkdocs-material, mkdocstrings
Name: mkdocs-autorefsVersion: 0.4.1Summary: Automatically link across pages in MkDocs.Home-page: Author: Author-email: Oleh Prypin <oleh@pryp.in>,Timothée Mazzucotelli <pawamoy@pm.me>License: UNKNOWNRequires: Markdown, mkdocsRequired-by: mkdocstrings
Name: pymdown-extensionsVersion: 9.5Summary: Extension pack for Python Markdown.Home-page: Author: Author-email: Isaac Muse <Isaac.Muse@gmail.com>License: Requires: markdownRequired-by: mkdocs-material, mkdocstrings
Name: mkdocstrings-pythonVersion: 0.7.1Summary: A Python handler for mkdocstrings.Home-page: Author: Author-email: Timothée Mazzucotelli <pawamoy@pm.me>License: ISCRequires: griffe, mkdocstringsRequired-by:
Name: griffeVersion: 0.22.2Summary: 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.Home-page: Author: Author-email: Timothée Mazzucotelli <pawamoy@pm.me>License: ISCRequires: Required-by: mkdocstrings-python
Name: mkdocs-materialVersion: 8.4.4Summary: Documentation that simply worksHome-page: https://squidfunk.github.io/mkdocs-material/Author: Martin DonathAuthor-email: martin.donath@squidfunk.comLicense: MITRequires: jinja2, markdown, mkdocs, mkdocs-material-extensions, pygments, pymdown-extensionsRequired-by:
Name: Jinja2Version: 3.1.2Summary: A very fast and expressive template engine.Home-page: https://palletsprojects.com/p/jinja/Author: Armin RonacherAuthor-email: armin.ronacher@active-4.comLicense: BSD-3-ClauseRequires: MarkupSafeRequired-by: mkdocs, mkdocs-material, mkdocstrings
Name: mkdocs-material-extensionsVersion: 1.0.3Summary: Extension pack for Python Markdown.Home-page: https://github.com/facelessuser/mkdocs-material-extensionsAuthor: Isaac MuseAuthor-email: Isaac.Muse@gmail.comLicense: MIT LicenseRequires: Required-by: mkdocs-material
Name: PygmentsVersion: 2.13.0Summary: Pygments is a syntax highlighting package written in Python.Home-page: https://pygments.org/Author: Georg BrandlAuthor-email: georg@python.orgLicense: BSD LicenseRequires: Required-by: mkdocs-material, readme-renderer, rich
Name: pymdown-extensionsVersion: 9.5Summary: Extension pack for Python Markdown.Home-page: Author: Author-email: Isaac Muse <Isaac.Muse@gmail.com>License: Requires: markdownRequired-by: mkdocs-material, mkdocstrings
Mkdocs plugin to programmatically generate documentation pages during the build
Name: mkdocs-gen-filesVersion: 0.4.0Summary: MkDocs plugin to programmatically generate documentation pages during the buildHome-page: https://github.com/oprypin/mkdocs-gen-filesAuthor: Oleh PrypinAuthor-email: oleh@pryp.inLicense: MITRequires: mkdocsRequired-by:
Mkdocs plugin to specify the navigation in markdown instead of yaml
Name: mkdocs-literate-navVersion: 0.4.1Summary: MkDocs plugin to specify the navigation in Markdown instead of YAMLHome-page: https://github.com/oprypin/mkdocs-literate-navAuthor: Oleh PrypinAuthor-email: oleh@pryp.inLicense: MITRequires: mkdocsRequired-by:
Mkdocs plugin to allow clickable sections that lead to an index page
Name: mkdocs-section-indexVersion: 0.3.4Summary: MkDocs plugin to allow clickable sections that lead to an index pageHome-page: https://github.com/oprypin/mkdocs-section-indexAuthor: Oleh PrypinAuthor-email: oleh@pryp.inLicense: MITRequires: mkdocsRequired-by:
Generate a pdf file for each mkdocs page and adds a download button
Name: mkdocs-page-pdfVersion: 0.1.0Summary: Generate a PDF file for each MkDocs pageHome-page: https://github.com/brospars/mkdocs-page-pdfAuthor: brosparsAuthor-email: License: MITRequires: asyncio, mkdocs, nest-asyncio, pyppeteerRequired-by:
Name: asyncioVersion: 3.4.3Summary: reference implementation of PEP 3156Home-page: http://www.python.org/dev/peps/pep-3156/Author: UNKNOWNAuthor-email: UNKNOWNLicense: UNKNOWNRequires: Required-by: mkdocs-page-pdf
Name: mkdocs-git-revision-date-localized-pluginVersion: 1.1.0Summary: Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.Home-page: https://github.com/timvink/mkdocs-git-revision-date-localized-pluginAuthor: Tim VinkAuthor-email: vinktim@gmail.comLicense: MITRequires: babel, GitPython, mkdocsRequired-by:
Name: GitPythonVersion: 3.1.27Summary: GitPython is a python library used to interact with Git repositoriesHome-page: https://github.com/gitpython-developers/GitPythonAuthor: Sebastian Thiel, Michael TrierAuthor-email: byronimo@gmail.com, mtrier@gmail.comLicense: BSDRequires: gitdbRequired-by: mkdocs-git-revision-date-localized-plugin
Name: PygmentsVersion: 2.13.0Summary: Pygments is a syntax highlighting package written in Python.Home-page: https://pygments.org/Author: Georg BrandlAuthor-email: georg@python.orgLicense: BSD LicenseRequires: Required-by: mkdocs-material, readme-renderer, rich
Name: rcsliceVersion: 1.1.0Summary: Slice a list of sliceables (1 indexed, start and end index both are inclusive) Home-page: https://github.com/neurobin/rcsliceAuthor: Md. Jahidul HamidAuthor-email: jahidulhamid@yahoo.comLicense: BSDRequires: Required-by: mdx-include
Last update:
September 28, 2022
Created:
September 28, 2022