Skip to content

msaServer - Included Libraries



gunicorn ~=20.1.0

PyPI version fury.io

Wsgi http server for unix

Name: gunicorn
Version: 20.1.0
Summary: WSGI HTTP Server for UNIX
Home-page: https://gunicorn.org
Author: Benoit Chesneau
Author-email: benoitc@e-engura.com
License: MIT
Requires: setuptools
Required-by: 
Name: setuptools
Version: 65.3.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: distutils-sig@python.org
License: 
Requires: 
Required-by: gunicorn

uvicorn ~=0.18.3

PyPI version fury.io

The lightning-fast asgi server.

Name: uvicorn
Version: 0.18.3
Summary: The lightning-fast ASGI server.
Home-page: 
Author: 
Author-email: Tom Christie <tom@tomchristie.com>
License: 
Requires: click, h11
Required-by: 
Name: click
Version: 8.1.3
Summary: Composable command line interface toolkit
Home-page: https://palletsprojects.com/p/click/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
Requires: 
Required-by: black, mkdocs, uvicorn
Name: h11
Version: 0.14.0
Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
Home-page: https://github.com/python-hyper/h11
Author: Nathaniel J. Smith
Author-email: njs@pobox.com
License: MIT
Requires: 
Required-by: uvicorn

uvloop ~=0.17.0

PyPI version fury.io

Fast implementation of asyncio event loop on top of libuv

Name: uvloop
Version: 0.17.0
Summary: Fast implementation of asyncio event loop on top of libuv
Home-page: http://github.com/MagicStack/uvloop
Author: Yury Selivanov
Author-email: yury@magic.io
License: MIT
Requires: 
Required-by: 

General Dependencies


loguru ~=0.6.0

PyPI version fury.io

Python logging made (stupidly) simple

Name: loguru
Version: 0.6.0
Summary: Python logging made (stupidly) simple
Home-page: https://github.com/Delgan/loguru
Author: Delgan
Author-email: delgan.py@gmail.com
License: MIT license
Requires: 
Required-by: 

multidict ~=6.0.2

PyPI version fury.io

Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.

Name: multidict
Version: 6.0.2
Summary: multidict implementation
Home-page: https://github.com/aio-libs/multidict
Author: Andrew Svetlov
Author-email: andrew.svetlov@gmail.com
License: Apache 2
Requires: 
Required-by: 

pydantic ~=1.9.2

PyPI version fury.io

Data validation and settings management using python type hints

Name: pydantic
Version: 1.9.2
Summary: Data validation and settings management using python type hints
Home-page: https://github.com/samuelcolvin/pydantic
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Requires: typing-extensions
Required-by: 
Name: typing_extensions
Version: 4.3.0
Summary: 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

python-dotenv ~=0.20.0

PyPI version fury.io

Reads key-value pairs from a .env file and can set them as environment variables.

Name: python-dotenv
Version: 0.20.0
Summary: Read key-value pairs from a .env file and set them as environment variables
Home-page: https://github.com/theskumar/python-dotenv
Author: Saurabh Kumar
Author-email: me+github@saurabh-kumar.com
License: BSD-3-Clause
Requires: 
Required-by: 

regex ~=2022.3.2

PyPI version fury.io

Alternative regular expression module, to replace re.

Check Version: 2022.3.15 vs 2022.3.2

Name: regex
Version: 2022.3.15
Summary: Alternative regular expression module, to replace re.
Home-page: https://github.com/mrabarnett/mrab-regex
Author: Matthew Barnett
Author-email: regex@mrabarnett.plus.com
License: Apache Software License
Requires: 
Required-by: 

autoflake ~=1.6.1

PyPI version fury.io

Removes unused imports and unused variables

Name: autoflake
Version: 1.6.1
Summary: Removes unused imports and unused variables
Home-page: 
Author: 
Author-email: 
License: MIT
Requires: pyflakes, tomli
Required-by: 
Name: pyflakes
Version: 2.5.0
Summary: passive checker of Python programs
Home-page: https://github.com/PyCQA/pyflakes
Author: A lot of people
Author-email: code-quality@python.org
License: MIT
Requires: 
Required-by: autoflake, flake8
Name: tomli
Version: 2.0.1
Summary: A lil' TOML parser
Home-page: 
Author: 
Author-email: Taneli Hukkinen <hukkin@users.noreply.github.com>
License: 
Requires: 
Required-by: autoflake, black, mypy

black ~=22.8.0

PyPI version fury.io

Code formatter.

Name: black
Version: 22.8.0
Summary: The uncompromising code formatter.
Home-page: https://github.com/psf/black
Author: Łukasz Langa
Author-email: lukasz@langa.pl
License: MIT
Requires: click, mypy-extensions, pathspec, platformdirs, tomli, typing-extensions
Required-by: 
Name: click
Version: 8.1.3
Summary: Composable command line interface toolkit
Home-page: https://palletsprojects.com/p/click/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
Requires: 
Required-by: black, mkdocs, uvicorn
Name: mypy-extensions
Version: 0.4.3
Summary: Experimental type system extensions for programs checked with the mypy typechecker.
Home-page: https://github.com/python/mypy_extensions
Author: The mypy developers
Author-email: jukka.lehtosalo@iki.fi
License: MIT License
Requires: 
Required-by: black, mypy
Name: pathspec
Version: 0.10.1
Summary: Utility library for gitignore style pattern matching of file paths.
Home-page: https://github.com/cpburnz/python-pathspec
Author: Caleb P. Burns
Author-email: "Caleb P. Burns" <cpburnz@gmail.com>
License: MPL 2.0
Requires: 
Required-by: black
Name: platformdirs
Version: 2.5.2
Summary: 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: tomli
Version: 2.0.1
Summary: A lil' TOML parser
Home-page: 
Author: 
Author-email: Taneli Hukkinen <hukkin@users.noreply.github.com>
License: 
Requires: 
Required-by: autoflake, black, mypy
Name: typing_extensions
Version: 4.3.0
Summary: 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

flake8 ~=5.0.4

PyPI version fury.io

Modular source code checker: pep8 pyflakes and co

Name: flake8
Version: 5.0.4
Summary: the modular source code checker: pep8 pyflakes and co
Home-page: https://github.com/pycqa/flake8
Author: Tarek Ziade
Author-email: tarek@ziade.org
License: MIT
Requires: mccabe, pycodestyle, pyflakes
Required-by: 
Name: mccabe
Version: 0.7.0
Summary: McCabe checker, plugin for flake8
Home-page: https://github.com/pycqa/mccabe
Author: Tarek Ziade
Author-email: tarek@ziade.org
License: Expat license
Requires: 
Required-by: flake8
Name: pycodestyle
Version: 2.9.1
Summary: Python style guide checker
Home-page: https://pycodestyle.pycqa.org/
Author: Johann C. Rocholl
Author-email: johann@rocholl.net
License: Expat license
Requires: 
Required-by: flake8
Name: pyflakes
Version: 2.5.0
Summary: passive checker of Python programs
Home-page: https://github.com/PyCQA/pyflakes
Author: A lot of people
Author-email: code-quality@python.org
License: MIT
Requires: 
Required-by: autoflake, flake8

isort ~=5.10.1

PyPI version fury.io

Library to sort python imports.

Name: isort
Version: 5.10.1
Summary: A Python utility / library to sort Python imports.
Home-page: https://pycqa.github.io/isort/
Author: Timothy Crosley
Author-email: timothy.crosley@gmail.com
License: MIT
Requires: 
Required-by: 

mypy ~=0.981

PyPI version fury.io

Optional static typing for python

Name: mypy
Version: 0.981
Summary: Optional static typing for Python
Home-page: http://www.mypy-lang.org/
Author: Jukka Lehtosalo
Author-email: jukka.lehtosalo@iki.fi
License: MIT License
Requires: mypy-extensions, tomli, typing-extensions
Required-by: 
Name: mypy-extensions
Version: 0.4.3
Summary: Experimental type system extensions for programs checked with the mypy typechecker.
Home-page: https://github.com/python/mypy_extensions
Author: The mypy developers
Author-email: jukka.lehtosalo@iki.fi
License: MIT License
Requires: 
Required-by: black, mypy
Name: tomli
Version: 2.0.1
Summary: A lil' TOML parser
Home-page: 
Author: 
Author-email: Taneli Hukkinen <hukkin@users.noreply.github.com>
License: 
Requires: 
Required-by: autoflake, black, mypy
Name: typing_extensions
Version: 4.3.0
Summary: 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

setuptools ~=65.3.0

PyPI version fury.io

Easily download, build, install, upgrade, and uninstall python packages

Name: setuptools
Version: 65.3.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: distutils-sig@python.org
License: 
Requires: 
Required-by: gunicorn

twine ~=4.0.1

PyPI version fury.io

Collection of utilities for publishing packages on pypi

Name: twine
Version: 4.0.1
Summary: Collection of utilities for publishing packages on PyPI
Home-page: https://twine.readthedocs.io/
Author: Donald Stufft and individual contributors
Author-email: donald@stufft.io
License: 
Requires: importlib-metadata, keyring, pkginfo, readme-renderer, requests, requests-toolbelt, rfc3986, rich, urllib3
Required-by: 
Name: importlib-metadata
Version: 4.12.0
Summary: Read metadata from Python packages
Home-page: https://github.com/python/importlib_metadata
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: 
Requires: zipp
Required-by: keyring, Markdown, mkdocs, pyppeteer, twine
Name: keyring
Version: 23.9.3
Summary: Store and access your passwords safely.
Home-page: https://github.com/jaraco/keyring
Author: Kang Zhang
Author-email: jobo.zh@gmail.com
License: 
Requires: importlib-metadata, jaraco.classes, jeepney, SecretStorage
Required-by: twine
Name: pkginfo
Version: 1.8.3
Summary: Query metadatdata from sdists / bdists / installed packages.
Home-page: https://code.launchpad.net/~tseaver/pkginfo/trunk
Author: Tres Seaver, Agendaless Consulting
Author-email: tseaver@agendaless.com
License: MIT
Requires: 
Required-by: twine
Name: readme-renderer
Version: 37.2
Summary: readme_renderer is a library for rendering "readme" descriptions for Warehouse
Home-page: https://github.com/pypa/readme_renderer
Author: The Python Packaging Authority
Author-email: admin@mail.pypi.org
License: Apache License, Version 2.0
Requires: bleach, docutils, Pygments
Required-by: twine
Name: requests
Version: 2.28.1
Summary: Python HTTP for Humans.
Home-page: https://requests.readthedocs.io
Author: Kenneth Reitz
Author-email: me@kennethreitz.org
License: Apache 2.0
Requires: certifi, charset-normalizer, idna, urllib3
Required-by: requests-toolbelt, twine
Name: requests-toolbelt
Version: 0.9.1
Summary: A utility belt for advanced users of python-requests
Home-page: https://toolbelt.readthedocs.org
Author: Ian Cordasco, Cory Benfield
Author-email: graffatcolmingov@gmail.com
License: Apache 2.0
Requires: requests
Required-by: twine
Name: rfc3986
Version: 2.0.0
Summary: Validating URI References per RFC 3986
Home-page: http://rfc3986.readthedocs.io
Author: Ian Stapleton Cordasco
Author-email: graffatcolmingov@gmail.com
License: Apache 2.0
Requires: 
Required-by: twine
Name: rich
Version: 12.5.1
Summary: Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
Home-page: https://github.com/willmcgugan/rich
Author: Will McGugan
Author-email: willmcgugan@gmail.com
License: MIT
Requires: commonmark, pygments
Required-by: twine
Name: urllib3
Version: 1.26.12
Summary: HTTP library with thread-safe connection pooling, file post, and more.
Home-page: https://urllib3.readthedocs.io/
Author: Andrey Petrov
Author-email: andrey.petrov@shazow.net
License: MIT
Requires: 
Required-by: pyppeteer, requests, twine

mkdocs ~=1.3.1

PyPI version fury.io

Project documentation with markdown.

Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings
Name: click
Version: 8.1.3
Summary: Composable command line interface toolkit
Home-page: https://palletsprojects.com/p/click/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
Requires: 
Required-by: black, mkdocs, uvicorn
Name: ghp-import
Version: 2.1.0
Summary: Copy your docs directly to the gh-pages branch.
Home-page: https://github.com/c-w/ghp-import
Author: Paul Joseph Davis
Author-email: paul.joseph.davis@gmail.com
License: Apache Software License
Requires: python-dateutil
Required-by: mkdocs
Name: importlib-metadata
Version: 4.12.0
Summary: Read metadata from Python packages
Home-page: https://github.com/python/importlib_metadata
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: 
Requires: zipp
Required-by: keyring, Markdown, mkdocs, pyppeteer, twine
Name: Jinja2
Version: 3.1.2
Summary: A very fast and expressive template engine.
Home-page: https://palletsprojects.com/p/jinja/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
Requires: MarkupSafe
Required-by: mkdocs, mkdocs-material, mkdocstrings
Name: Markdown
Version: 3.3.7
Summary: Python implementation of Markdown.
Home-page: https://Python-Markdown.github.io/
Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
Author-email: python.markdown@gmail.com
License: BSD License
Requires: importlib-metadata
Required-by: mdx-include, mkdocs, mkdocs-autorefs, mkdocs-material, mkdocstrings, pymdown-extensions
Name: mergedeep
Version: 1.3.4
Summary: A deep merge function for 🐍.
Home-page: https://github.com/clarketm/mergedeep
Author: Travis Clarke
Author-email: travis.m.clarke@gmail.com
License: UNKNOWN
Requires: 
Required-by: mkdocs
Name: packaging
Version: 21.3
Summary: Core utilities for Python packages
Home-page: https://github.com/pypa/packaging
Author: Donald Stufft and individual contributors
Author-email: donald@stufft.io
License: BSD-2-Clause or Apache-2.0
Requires: pyparsing
Required-by: mkdocs
Name: PyYAML
Version: 6.0
Summary: YAML parser and emitter for Python
Home-page: https://pyyaml.org/
Author: Kirill Simonov
Author-email: xi@resolvent.net
License: MIT
Requires: 
Required-by: mkdocs, pyyaml_env_tag
Name: pyyaml_env_tag
Version: 0.1
Summary: A custom YAML tag for referencing environment variables in YAML files. 
Home-page: https://github.com/waylan/pyyaml-env-tag
Author: Waylan Limberg
Author-email: waylan.limberg@icloud.com
License: UNKNOWN
Requires: pyyaml
Required-by: mkdocs
Name: watchdog
Version: 2.1.9
Summary: Filesystem events monitoring
Home-page: https://github.com/gorakhargosh/watchdog
Author: Yesudeep Mangalapilly
Author-email: yesudeep@gmail.com
License: Apache License 2.0
Requires: 
Required-by: mkdocs

mkdocstrings ~=0.19.0

PyPI version fury.io

Automatic documentation from sources, for mkdocs.

Name: mkdocstrings
Version: 0.19.0
Summary: Automatic documentation from sources, for MkDocs.
Home-page: 
Author: 
Author-email: Timothée Mazzucotelli <pawamoy@pm.me>
License: UNKNOWN
Requires: Jinja2, Markdown, MarkupSafe, mkdocs, mkdocs-autorefs, pymdown-extensions
Required-by: mkdocstrings-python
Name: Jinja2
Version: 3.1.2
Summary: A very fast and expressive template engine.
Home-page: https://palletsprojects.com/p/jinja/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
Requires: MarkupSafe
Required-by: mkdocs, mkdocs-material, mkdocstrings
Name: Markdown
Version: 3.3.7
Summary: Python implementation of Markdown.
Home-page: https://Python-Markdown.github.io/
Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
Author-email: python.markdown@gmail.com
License: BSD License
Requires: importlib-metadata
Required-by: mdx-include, mkdocs, mkdocs-autorefs, mkdocs-material, mkdocstrings, pymdown-extensions
Name: MarkupSafe
Version: 2.1.1
Summary: Safely add untrusted strings to HTML/XML markup.
Home-page: https://palletsprojects.com/p/markupsafe/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
Requires: 
Required-by: Jinja2, mkdocstrings
Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings
Name: mkdocs-autorefs
Version: 0.4.1
Summary: Automatically link across pages in MkDocs.
Home-page: 
Author: 
Author-email: Oleh Prypin <oleh@pryp.in>,Timothée Mazzucotelli <pawamoy@pm.me>
License: UNKNOWN
Requires: Markdown, mkdocs
Required-by: mkdocstrings
Name: pymdown-extensions
Version: 9.5
Summary: Extension pack for Python Markdown.
Home-page: 
Author: 
Author-email: Isaac Muse <Isaac.Muse@gmail.com>
License: 
Requires: markdown
Required-by: mkdocs-material, mkdocstrings

mkdocstrings-python ~=0.7.1

PyPI version fury.io

A python handler for mkdocstrings.

Name: mkdocstrings-python
Version: 0.7.1
Summary: A Python handler for mkdocstrings.
Home-page: 
Author: 
Author-email: Timothée Mazzucotelli <pawamoy@pm.me>
License: ISC
Requires: griffe, mkdocstrings
Required-by: 
Name: griffe
Version: 0.22.2
Summary: 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: ISC
Requires: 
Required-by: mkdocstrings-python
Name: mkdocstrings
Version: 0.19.0
Summary: Automatic documentation from sources, for MkDocs.
Home-page: 
Author: 
Author-email: Timothée Mazzucotelli <pawamoy@pm.me>
License: UNKNOWN
Requires: Jinja2, Markdown, MarkupSafe, mkdocs, mkdocs-autorefs, pymdown-extensions
Required-by: mkdocstrings-python

mkdocs-material ~=8.4.4

PyPI version fury.io

Material design theme for mkdocs

Name: mkdocs-material
Version: 8.4.4
Summary: Documentation that simply works
Home-page: https://squidfunk.github.io/mkdocs-material/
Author: Martin Donath
Author-email: martin.donath@squidfunk.com
License: MIT
Requires: jinja2, markdown, mkdocs, mkdocs-material-extensions, pygments, pymdown-extensions
Required-by: 
Name: Jinja2
Version: 3.1.2
Summary: A very fast and expressive template engine.
Home-page: https://palletsprojects.com/p/jinja/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
Requires: MarkupSafe
Required-by: mkdocs, mkdocs-material, mkdocstrings
Name: Markdown
Version: 3.3.7
Summary: Python implementation of Markdown.
Home-page: https://Python-Markdown.github.io/
Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
Author-email: python.markdown@gmail.com
License: BSD License
Requires: importlib-metadata
Required-by: mdx-include, mkdocs, mkdocs-autorefs, mkdocs-material, mkdocstrings, pymdown-extensions
Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings
Name: mkdocs-material-extensions
Version: 1.0.3
Summary: Extension pack for Python Markdown.
Home-page: https://github.com/facelessuser/mkdocs-material-extensions
Author: Isaac Muse
Author-email: Isaac.Muse@gmail.com
License: MIT License
Requires: 
Required-by: mkdocs-material
Name: Pygments
Version: 2.13.0
Summary: Pygments is a syntax highlighting package written in Python.
Home-page: https://pygments.org/
Author: Georg Brandl
Author-email: georg@python.org
License: BSD License
Requires: 
Required-by: mkdocs-material, readme-renderer, rich
Name: pymdown-extensions
Version: 9.5
Summary: Extension pack for Python Markdown.
Home-page: 
Author: 
Author-email: Isaac Muse <Isaac.Muse@gmail.com>
License: 
Requires: markdown
Required-by: mkdocs-material, mkdocstrings

mkdocs-gen-files ~=0.4.0

PyPI version fury.io

Mkdocs plugin to programmatically generate documentation pages during the build

Name: mkdocs-gen-files
Version: 0.4.0
Summary: MkDocs plugin to programmatically generate documentation pages during the build
Home-page: https://github.com/oprypin/mkdocs-gen-files
Author: Oleh Prypin
Author-email: oleh@pryp.in
License: MIT
Requires: mkdocs
Required-by: 
Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings

mkdocs-literate-nav ~=0.4.1

PyPI version fury.io

Mkdocs plugin to specify the navigation in markdown instead of yaml

Name: mkdocs-literate-nav
Version: 0.4.1
Summary: MkDocs plugin to specify the navigation in Markdown instead of YAML
Home-page: https://github.com/oprypin/mkdocs-literate-nav
Author: Oleh Prypin
Author-email: oleh@pryp.in
License: MIT
Requires: mkdocs
Required-by: 
Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings

mkdocs-section-index ~=0.3.4

PyPI version fury.io

Mkdocs plugin to allow clickable sections that lead to an index page

Name: mkdocs-section-index
Version: 0.3.4
Summary: MkDocs plugin to allow clickable sections that lead to an index page
Home-page: https://github.com/oprypin/mkdocs-section-index
Author: Oleh Prypin
Author-email: oleh@pryp.in
License: MIT
Requires: mkdocs
Required-by: 
Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings

mkdocs-page-pdf ~=0.1.0

PyPI version fury.io

Generate a pdf file for each mkdocs page and adds a download button

Name: mkdocs-page-pdf
Version: 0.1.0
Summary: Generate a PDF file for each MkDocs page
Home-page: https://github.com/brospars/mkdocs-page-pdf
Author: brospars
Author-email: 
License: MIT
Requires: asyncio, mkdocs, nest-asyncio, pyppeteer
Required-by: 
Name: asyncio
Version: 3.4.3
Summary: reference implementation of PEP 3156
Home-page: http://www.python.org/dev/peps/pep-3156/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Requires: 
Required-by: mkdocs-page-pdf
Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings
Name: nest-asyncio
Version: 1.5.5
Summary: Patch asyncio to allow nested event loops
Home-page: https://github.com/erdewit/nest_asyncio
Author: Ewald R. de Wit
Author-email: ewald.de.wit@gmail.com
License: BSD
Requires: 
Required-by: mkdocs-page-pdf
Name: pyppeteer
Version: 1.0.2
Summary: Headless chrome/chromium automation library (unofficial port of puppeteer)
Home-page: https://github.com/pyppeteer/pyppeteer
Author: granitosaurus
Author-email: bernardas.alisauskas@pm.me
License: MIT
Requires: appdirs, certifi, importlib-metadata, pyee, tqdm, urllib3, websockets
Required-by: mkdocs-page-pdf

mkdocs-git-revision-date-localized-plugin ~=1.1.0

PyPI version fury.io

Name: mkdocs-git-revision-date-localized-plugin
Version: 1.1.0
Summary: 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-plugin
Author: Tim Vink
Author-email: vinktim@gmail.com
License: MIT
Requires: babel, GitPython, mkdocs
Required-by: 
Name: Babel
Version: 2.10.3
Summary: Internationalization utilities
Home-page: https://babel.pocoo.org/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD
Requires: pytz
Required-by: mkdocs-git-revision-date-localized-plugin
Name: GitPython
Version: 3.1.27
Summary: GitPython is a python library used to interact with Git repositories
Home-page: https://github.com/gitpython-developers/GitPython
Author: Sebastian Thiel, Michael Trier
Author-email: byronimo@gmail.com, mtrier@gmail.com
License: BSD
Requires: gitdb
Required-by: mkdocs-git-revision-date-localized-plugin
Name: mkdocs
Version: 1.3.1
Summary: Project documentation with Markdown.
Home-page: https://www.mkdocs.org
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: click, ghp-import, importlib-metadata, Jinja2, Markdown, mergedeep, packaging, PyYAML, pyyaml-env-tag, watchdog
Required-by: mkdocs-autorefs, mkdocs-gen-files, mkdocs-git-revision-date-localized-plugin, mkdocs-literate-nav, mkdocs-material, mkdocs-page-pdf, mkdocs-section-index, mkdocstrings

pygments Pygments~=2.13.0

PyPI version fury.io

Generic syntax highlighter

Name: Pygments
Version: 2.13.0
Summary: Pygments is a syntax highlighting package written in Python.
Home-page: https://pygments.org/
Author: Georg Brandl
Author-email: georg@python.org
License: BSD License
Requires: 
Required-by: mkdocs-material, readme-renderer, rich

markdown Markdown~=3.3.7

PyPI version fury.io

Implementation of markdown.

Name: Markdown
Version: 3.3.7
Summary: Python implementation of Markdown.
Home-page: https://Python-Markdown.github.io/
Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
Author-email: python.markdown@gmail.com
License: BSD License
Requires: importlib-metadata
Required-by: mdx-include, mkdocs, mkdocs-autorefs, mkdocs-material, mkdocstrings, pymdown-extensions
Name: importlib-metadata
Version: 4.12.0
Summary: Read metadata from Python packages
Home-page: https://github.com/python/importlib_metadata
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: 
Requires: zipp
Required-by: keyring, Markdown, mkdocs, pyppeteer, twine

mdx-include ~=1.4.2

PyPI version fury.io

Markdown extension to include local or remote files

Name: mdx-include
Version: 1.4.2
Summary: Python Markdown extension to include local or remote files
Home-page: https://github.com/neurobin/mdx_include
Author: Md. Jahidul Hamid
Author-email: jahidulhamid@yahoo.com
License: BSD
Requires: cyclic, Markdown, rcslice
Required-by: 
Name: cyclic
Version: 1.0.0
Summary: Handle cyclic relations
Home-page: https://github.com/neurobin/cyclic
Author: Md. Jahidul Hamid
Author-email: jahidulhamid@yahoo.com
License: BSD
Requires: 
Required-by: mdx-include
Name: Markdown
Version: 3.3.7
Summary: Python implementation of Markdown.
Home-page: https://Python-Markdown.github.io/
Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
Author-email: python.markdown@gmail.com
License: BSD License
Requires: importlib-metadata
Required-by: mdx-include, mkdocs, mkdocs-autorefs, mkdocs-material, mkdocstrings, pymdown-extensions
Name: rcslice
Version: 1.1.0
Summary: Slice a list of sliceables (1 indexed, start and end index both are inclusive) 
Home-page: https://github.com/neurobin/rcslice
Author: Md. Jahidul Hamid
Author-email: jahidulhamid@yahoo.com
License: BSD
Requires: 
Required-by: mdx-include

Last update: September 28, 2022
Created: September 28, 2022