Skip to content

msaUtils - Included Libraries



fastapi ~=0.85.0

PyPI version fury.io

Fastapi framework, high performance, easy to learn, fast to code, ready for production

Name: fastapi
Version: 0.85.0
Summary: FastAPI framework, high performance, easy to learn, fast to code, ready for production
Home-page: 
Author: 
Author-email: Sebastián Ramírez <tiangolo@gmail.com>
License: 
Requires: pydantic, starlette
Required-by: fastapi-utils
Name: pydantic
Version: 1.10.2
Summary: Data validation and settings management using python type hints
Home-page: https://github.com/pydantic/pydantic
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Requires: typing-extensions
Required-by: fastapi, fastapi-utils, redbird, rocketry
Name: starlette
Version: 0.20.4
Summary: The little ASGI library that shines.
Home-page: https://github.com/encode/starlette
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: anyio, typing-extensions
Required-by: fastapi

fastapi_utils ~=0.2.1

PyPI version fury.io

Reusable utilities for fastapi, repeated tasks, apimodel, apisettings

Name: fastapi-utils
Version: 0.2.1
Summary: Reusable utilities for FastAPI
Home-page: https://fastapi-utils.davidmontague.xyz
Author: David Montague
Author-email: davwmont@gmail.com
License: MIT
Requires: fastapi, pydantic, sqlalchemy
Required-by: 
Name: fastapi
Version: 0.85.0
Summary: FastAPI framework, high performance, easy to learn, fast to code, ready for production
Home-page: 
Author: 
Author-email: Sebastián Ramírez <tiangolo@gmail.com>
License: 
Requires: pydantic, starlette
Required-by: fastapi-utils
Name: pydantic
Version: 1.10.2
Summary: Data validation and settings management using python type hints
Home-page: https://github.com/pydantic/pydantic
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Requires: typing-extensions
Required-by: fastapi, fastapi-utils, redbird, rocketry
Name: SQLAlchemy
Version: 1.4.41
Summary: Database Abstraction Library
Home-page: https://www.sqlalchemy.org
Author: Mike Bayer
Author-email: mike_mp@zzzcomputing.com
License: MIT
Requires: greenlet
Required-by: fastapi-utils

jinja2 Jinja2~=3.1.2

PyPI version fury.io

A very fast and expressive template engine.

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: 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

orjson ~=3.8.0

PyPI version fury.io

Fast, correct python json library supporting dataclasses, datetimes, and numpy

Name: orjson
Version: 3.8.0
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Home-page: https://github.com/ijl/orjson
Author: ijl <ijl@mailbox.org>
Author-email: ijl <ijl@mailbox.org>
License: Apache-2.0 OR MIT
Requires: 
Required-by: 

pyinstrument ~=4.3.0

PyPI version fury.io

Pyinstrument to check service performance.

Name: pyinstrument
Version: 4.3.0
Summary: Call stack profiler for Python. Shows you why your code is slow!
Home-page: https://github.com/joerick/pyinstrument
Author: Joe Rickerby
Author-email: joerick@mac.com
License: 
Requires: 
Required-by: 

General Dependencies


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

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

httpx ~=0.23.0

PyPI version fury.io

The next generation http client.

Name: httpx
Version: 0.23.0
Summary: The next generation HTTP client.
Home-page: https://github.com/encode/httpx
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: certifi, httpcore, rfc3986, sniffio
Required-by: 
Name: certifi
Version: 2022.9.14
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
Author-email: me@kennethreitz.com
License: MPL-2.0
Requires: 
Required-by: httpcore, httpx, pyppeteer, requests
Name: httpcore
Version: 0.15.0
Summary: A minimal low-level HTTP client.
Home-page: https://github.com/encode/httpcore
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Requires: anyio, certifi, h11, sniffio
Required-by: httpx
Name: rfc3986
Version: 1.5.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: httpx
Name: sniffio
Version: 1.3.0
Summary: Sniff out which async library your code is running under
Home-page: https://github.com/python-trio/sniffio
Author: Nathaniel J. Smith
Author-email: njs@pobox.com
License: MIT OR Apache-2.0
Requires: 
Required-by: anyio, httpcore, httpx

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: 

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: 

lxml ~=4.9.1

PyPI version fury.io

Powerful and pythonic xml processing library combining libxml2/libxslt with the elementtree api.

Name: lxml
Version: 4.9.1
Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Home-page: https://lxml.de/
Author: lxml dev team
Author-email: lxml-dev@lxml.de
License: BSD
Requires: 
Required-by: 

mypy ~=0.971

PyPI version fury.io

Optional static typing for python

Name: mypy
Version: 0.971
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, redbird, starlette

python-jose ~=3.3.0

PyPI version fury.io

Son web signature (jws), json web encryption (jwe), json web key (jwk), and json web algorithms (jwa)

Name: python-jose
Version: 3.3.0
Summary: JOSE implementation in Python
Home-page: http://github.com/mpdavis/python-jose
Author: Michael Davis
Author-email: mike.philip.davis@gmail.com
License: MIT
Requires: ecdsa, pyasn1, rsa
Required-by: 
Name: ecdsa
Version: 0.18.0
Summary: ECDSA cryptographic signature library (pure python)
Home-page: http://github.com/tlsfuzzer/python-ecdsa
Author: Brian Warner
Author-email: warner@lothar.com
License: MIT
Requires: six
Required-by: python-jose
Name: pyasn1
Version: 0.4.8
Summary: ASN.1 types and codecs
Home-page: https://github.com/etingof/pyasn1
Author: Ilya Etingof
Author-email: etingof@gmail.com
License: BSD
Requires: 
Required-by: python-jose, rsa
Name: rsa
Version: 4.9
Summary: Pure-Python RSA implementation
Home-page: https://stuvel.eu/rsa
Author: Sybren A. Stüvel
Author-email: sybren@stuvel.eu
License: Apache-2.0
Requires: pyasn1
Required-by: python-jose

setuptools ~=65.2.0

PyPI version fury.io

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

Name: setuptools
Version: 65.2.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: 

aiofiles ~=22.1.0

PyPI version fury.io

Handling local disk files in asyncio applications

Name: aiofiles
Version: 22.1.0
Summary: File support for asyncio.
Home-page: https://github.com/Tinche/aiofiles
Author: Tin Tvrtkovic
Author-email: tinchester@gmail.com
License: Apache-2.0
Requires: 
Required-by: 

python_magic ~=0.4.27

PyPI version fury.io

Filetype and metadata detection

Name: python-magic
Version: 0.4.27
Summary: File type identification using libmagic
Home-page: http://github.com/ahupp/python-magic
Author: Adam Hupp
Author-email: adam@hupp.org
License: MIT
Requires: 
Required-by: 

fonttools ~=4.37.3

PyPI version fury.io

Tools to manipulate font files

Name: fonttools
Version: 4.37.3
Summary: Tools to manipulate font files
Home-page: http://github.com/fonttools/fonttools
Author: Just van Rossum
Author-email: just@letterror.com
License: MIT
Requires: 
Required-by: matplotlib

matplotlib ~=3.5.3

PyPI version fury.io

Python plotting package

Name: matplotlib
Version: 3.5.3
Summary: Python plotting package
Home-page: https://matplotlib.org
Author: John D. Hunter, Michael Droettboom
Author-email: matplotlib-users@python.org
License: PSF
Requires: cycler, fonttools, kiwisolver, numpy, packaging, pillow, pyparsing, python-dateutil
Required-by: 
Name: cycler
Version: 0.11.0
Summary: Composable style cycles
Home-page: https://github.com/matplotlib/cycler
Author: Thomas A Caswell
Author-email: matplotlib-users@python.org
License: BSD
Requires: 
Required-by: matplotlib
Name: fonttools
Version: 4.37.3
Summary: Tools to manipulate font files
Home-page: http://github.com/fonttools/fonttools
Author: Just van Rossum
Author-email: just@letterror.com
License: MIT
Requires: 
Required-by: matplotlib
Name: kiwisolver
Version: 1.4.4
Summary: A fast implementation of the Cassowary constraint solver
Home-page: 
Author: 
Author-email: The Nucleic Development Team <sccolbert@gmail.com>
License: =========================
         The Kiwi licensing terms
        =========================
        Kiwi is licensed under the terms of the Modified BSD License (also known as
        New or Revised BSD), as follows:        
        Copyright (c) 2013, Nucleic Development Team        
        All rights reserved.        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:        
        Redistributions of source code must retain the above copyright notice, this
        list of conditions and the following disclaimer.        
        Redistributions in binary form must reproduce the above copyright notice, this
        list of conditions and the following disclaimer in the documentation and/or
        other materials provided with the distribution.        
        Neither the name of the Nucleic Development Team nor the names of its
        contributors may be used to endorse or promote products derived from this
        software without specific prior written permission.        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.        
        About Kiwi
        ----------
        Chris Colbert began the Kiwi project in December 2013 in an effort to
        create a blisteringly fast UI constraint solver. Chris is still the
        project lead.        
        The Nucleic Development Team is the set of all contributors to the Nucleic
        project and its subprojects.        
        The core team that coordinates development on GitHub can be found here:
        http://github.com/nucleic. The current team consists of:        
        * Chris Colbert        
        Our Copyright Policy
        --------------------
        Nucleic uses a shared copyright model. Each contributor maintains copyright
        over their contributions to Nucleic. But, it is important to note that these
        contributions are typically only changes to the repositories. Thus, the Nucleic
        source code, in its entirety is not the copyright of any single person or
        institution. Instead, it is the collective copyright of the entire Nucleic
        Development Team. If individual contributors want to maintain a record of what
        changes/contributions they have specific copyright on, they should indicate
        their copyright in the commit message of the change, when they commit the
        change to one of the Nucleic repositories.        
        With this in mind, the following banner should be used in any source code file
        to indicate the copyright and license terms:        
        #------------------------------------------------------------------------------
        # Copyright (c) 2013, Nucleic Development Team.
        #
        # Distributed under the terms of the Modified BSD License.
        #
        # The full license is in the file LICENSE, distributed with this software.
        #------------------------------------------------------------------------------        
Requires: 
Required-by: matplotlib
Name: numpy
Version: 1.23.3
Summary: NumPy is the fundamental package for array computing with Python.
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email: 
License: BSD
Requires: 
Required-by: matplotlib
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: matplotlib, mkdocs
Name: Pillow
Version: 9.2.0
Summary: Python Imaging Library (Fork)
Home-page: https://python-pillow.org
Author: Alex Clark (PIL Fork Author)
Author-email: aclark@python-pillow.org
License: HPND
Requires: 
Required-by: matplotlib
Name: pyparsing
Version: 3.0.9
Summary: pyparsing module - Classes and methods to define and execute parsing grammars
Home-page: 
Author: 
Author-email: Paul McGuire <ptmcg.gm+pyparsing@gmail.com>
License: 
Requires: 
Required-by: matplotlib, packaging
Name: python-dateutil
Version: 2.8.2
Summary: Extensions to the standard Python datetime module
Home-page: https://github.com/dateutil/dateutil
Author: Gustavo Niemeyer
Author-email: gustavo@niemeyer.net
License: Dual License
Requires: six
Required-by: ghp-import, matplotlib, rocketry

gputil ~=1.4.0

PyPI version fury.io

Python module for getting the gpu status from nvida gpus using nvidia-smi.

Name: GPUtil
Version: 1.4.0
Summary: GPUtil is a Python module for getting the GPU status from NVIDA GPUs using nvidia-smi.
Home-page: https://github.com/anderskm/gputil
Author: Anders Krogh Mortensen
Author-email: anderskroghm@gmail.com
License: MIT
Requires: 
Required-by: 

psutil ~=5.9.2

PyPI version fury.io

Cross-platform lib for process and system monitoring in python.

Name: psutil
Version: 5.9.2
Summary: Cross-platform lib for process and system monitoring in Python.
Home-page: https://github.com/giampaolo/psutil
Author: Giampaolo Rodola
Author-email: g.rodola@gmail.com
License: BSD
Requires: 
Required-by: 

Scheduler


rocketry ~=2.3.0

PyPI version fury.io

Rocketry is a modern scheduling framework for python applications

Name: rocketry
Version: 2.3.0
Summary: Advanced scheduling framework
Home-page: https://github.com/Miksus/rocketry.git
Author: Mikael Koli
Author-email: koli.mikael@gmail.com
License: 
Requires: pydantic, python-dateutil, redbird
Required-by: 
Name: pydantic
Version: 1.10.2
Summary: Data validation and settings management using python type hints
Home-page: https://github.com/pydantic/pydantic
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Requires: typing-extensions
Required-by: fastapi, fastapi-utils, redbird, rocketry
Name: python-dateutil
Version: 2.8.2
Summary: Extensions to the standard Python datetime module
Home-page: https://github.com/dateutil/dateutil
Author: Gustavo Niemeyer
Author-email: gustavo@niemeyer.net
License: Dual License
Requires: six
Required-by: ghp-import, matplotlib, rocketry
Name: redbird
Version: 0.5.1
Summary: Repository Patterns for Python
Home-page: https://github.com/Miksus/red-bird.git
Author: Mikael Koli
Author-email: koli.mikael@gmail.com
License: UNKNOWN
Requires: pydantic, typing-extensions
Required-by: rocketry

pytz ~=2022.2.1

PyPI version fury.io

World timezone definitions, modern and historical

Name: pytz
Version: 2022.2.1
Summary: World timezone definitions, modern and historical
Home-page: http://pythonhosted.org/pytz
Author: Stuart Bishop
Author-email: stuart@stuartbishop.net
License: MIT
Requires: 
Required-by: Babel

redbird ~=0.5.1

PyPI version fury.io

Repository patterns for python

Name: redbird
Version: 0.5.1
Summary: Repository Patterns for Python
Home-page: https://github.com/Miksus/red-bird.git
Author: Mikael Koli
Author-email: koli.mikael@gmail.com
License: UNKNOWN
Requires: pydantic, typing-extensions
Required-by: rocketry
Name: pydantic
Version: 1.10.2
Summary: Data validation and settings management using python type hints
Home-page: https://github.com/pydantic/pydantic
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Requires: typing-extensions
Required-by: fastapi, fastapi-utils, redbird, rocketry
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, redbird, starlette

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, redbird, starlette

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: Markdown, mkdocs, pyppeteer
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: matplotlib, 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.1
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
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

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: Markdown, mkdocs, pyppeteer

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 24, 2022
Created: September 24, 2022