Category: dev-python
Search
Compact View
dev-python/DAWG-Python::guru
- Ebuilds: 1, Testing: 0.7.2
Description: Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ library.
Homepage:
https://github.com/pytries/DAWG-Python
https://pypi.org/project/DAWG-Python/
License: MIT
dev-python/EbookLib::guru
- Ebuilds: 1, Testing: 0.20
Description: Ebook library which can handle EPUB2/EPUB3 and Kindle format
Homepage: https://github.com/aerkalov/ebooklib https://pypi.org/project/EbookLib/
License: AGPL-3
dev-python/ManimPango::guru
- Ebuilds: 2, Testing: 0.6.1
Description: Binding for Pango, to use with Manim.
Homepage: https://github.com/ManimCommunity/ManimPango https://pypi.org/project/manimpango
License: MIT
dev-python/PyPubSub::guru
- Ebuilds: 1, Testing: 4.0.3
Description: Python Publish-Subscribe Package
Homepage: https://github.com/schollii/pypubsub https://pypi.org/project/PyPubSub/
License: BSD
dev-python/PythonQwt::guru
- Ebuilds: 3, Testing: 0.16.3 , 0.14.6
Description: Qt plotting widgets for Python
Homepage: https://pypi.org/project/PythonQwt
License: MIT
dev-python/SLPP::guru
- Ebuilds: 1, Testing: 1.2.3
Description: Simple lua-python parser
Homepage:
https://github.com/SirAnthony/slpp
https://pypi.org/project/SLPP/
License: MIT
dev-python/adb-shell::guru
- Ebuilds: 1, Testing: 0.4.4
Description: A Python implementation of ADB with shell and FileSync functionality.
Homepage: https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell
License: BSD
dev-python/addict::guru
- Ebuilds: 1, Testing: 2.4.0
Description: The Python Dict that's better than heroin
Homepage: https://github.com/mewwts/addict https://pypi.org/project/addict/
License: MIT
dev-python/agent-client-protocol::guru
- Ebuilds: 1, Testing: 0.12.1
Description: Client protocol specification for agent interactions
Homepage:
https://github.com/agentclientprotocol/python-sdk
https://pypi.org/project/agent-client-protocol/
License: MIT
dev-python/ahocorasick::guru
- Ebuilds: 2, Testing: 2.1.0
Description:
pyahocorasick is a fast and memory efficient library for exact or
approximate multi-pattern string search meaning that you can find
multiple key strings occurrences at once in some input text.
The library provides an ahocorasick Python module that you can use
as a plain dict-like Trie or convert a Trie to an automaton for
efficient Aho-Corasick search.
Homepage: https://github.com/WojciechMula/pyahocorasick
License: BSD
dev-python/aiofile::guru
- Ebuilds: 1, Testing: 3.12.3
Description: Asynchronous file operations
Homepage:
https://github.com/mosquito/aiofile
https://pypi.org/project/aiofile/
License: Apache-2.0
dev-python/aiolimiter::guru
- Ebuilds: 1, Testing: 1.2.1
Description: An efficient implementation of a rate limiter for asyncio
Homepage:
https://github.com/mjpieters/aiolimiter
https://pypi.org/project/aiolimiter/
License: MIT
dev-python/aiomisc::guru
- Ebuilds: 1, Testing: 18.0.26
Description: aiomisc - miscellaneous utils for asyncio
Homepage:
https://github.com/aiokitchen/aiomisc
https://pypi.org/project/aiomisc/
License: MIT
dev-python/aiomisc-pytest::guru
- Ebuilds: 1, Testing: 2.0.0
Description: pytest integration for aiomisc
Homepage:
https://github.com/aiokitchen/aiomisc-pytest
https://pypi.org/project/aiomisc-pytest/
License: Apache-2.0
dev-python/aiothreads::guru
- Ebuilds: 1, Testing: 1.1.1
Description: glue between async and thread worlds
Homepage:
https://github.com/mosquito/aiothreads
https://pypi.org/project/aiothreads/
License: Apache-2.0
dev-python/aisuite::guru
- Ebuilds: 1, Testing: 0.1.7
Description: Simple, unified interface to multiple Generative AI providers
Homepage: https://github.com/andrewyng/aisuite/
License: MIT
dev-python/anthropic::guru
- Ebuilds: 1, Testing: 0.116.0
Description: The official Python library for the anthropic API
Homepage:
https://github.com/anthropics/anthropic-sdk-python
https://pypi.org/project/anthropic
License: MIT
dev-python/arpy::guru
- Ebuilds: 1, Testing: 2.3.0
Description: Library for accessing ar files
Homepage: https://github.com/viraptor/arpy
License: BSD
dev-python/ascim::guru
- Ebuilds: 1, Testing: 0.1.1
Description: Manipulate ASCII art as you would do with raster images
Homepage: https://github.com/fakefred/ascim
License: MIT
dev-python/asgi-lifespan::guru
- Ebuilds: 1, Testing: 2.1.0
Description: Programmatic startup/shutdown of ASGI apps
Homepage:
https://github.com/florimondmanca/asgi-lifespan/
https://pypi.org/project/asgi-lifespan/
License: MIT
dev-python/asyncinotify::guru
- Ebuilds: 1, Testing: 4.0.1
Description:
An async python inotify package. Kept as simple and easy-to-understand as
possible, while still being flexible and powerful. This is built on no external
dependencies, and works through ctypes in a very obvious fashion.
Homepage: https://gitlab.com/Taywee/asyncinotify
License: MIT
dev-python/asyncpg::guru
- Ebuilds: 2, Testing: 0.31.0
Description: An asyncio PostgreSQL driver
Homepage:
https://pypi.org/project/asyncpg/
https://github.com/MagicStack/asyncpg
License: Apache-2.0 PSF-2
dev-python/auditok::guru
- Ebuilds: 1, Testing: 0.2.0
Description: A module for Audio/Acoustic Activity Detection
Homepage: https://github.com/amsehili/auditok/
License: MIT
dev-python/autoflake::guru
- Ebuilds: 1, Testing: 2.3.1
Description:
autoflake removes unused imports and unused variables from Python code. It makes use of pyflakes to do this.
By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.
autoflake also removes useless pass statements.
Homepage: https://github.com/PyCQA/autoflake/ https://pypi.org/project/autoflake/
License: MIT
dev-python/autopxd::guru
- Ebuilds: 1, Testing: 2.5.0
Description: generates .pxd files automatically from .h files
Homepage:
https://github.com/elijahr/python-autopxd2
https://pypi.org/project/autopxd2
License: MIT
dev-python/av::guru
- Ebuilds: 2, Testing: 17.0.1
Description: Pythonic bindings for FFmpeg's libraries
Homepage:
https://pyav.basswood-io.com/docs/stable/
https://pypi.org/project/av/
https://github.com/PyAV-Org/PyAV/
License: BSD
dev-python/avro::guru
- Ebuilds: 2, Testing: 1.12.1
Description: Apache Avro is a data serialization system
Homepage:
https://pypi.org/project/avro/
https://avro.apache.org
License: Apache-2.0
dev-python/azure-core::guru
- Ebuilds: 2, Testing: 1.28.0
Description: Microsoft Azure Core Library for Python
Homepage:
https://pypi.org/project/azure-core/
https://github.com/Azure/azure-sdk-for-python
License: MIT
dev-python/azure-storage-blob::guru
- Ebuilds: 1, Testing: 12.17.0
Description: Microsoft Azure Blob Storage Client Library for Python
Homepage:
https://pypi.org/project/azure-storage-blob/
https://github.com/Azure/azure-sdk-for-python
License: MIT
dev-python/backoff::guru
- Ebuilds: 1, Testing: 2.2.1
Description: Function decoration for backoff and retry
Homepage:
https://github.com/litl/backoff/
https://pypi.org/project/backoff/
License: MIT
dev-python/baseline::guru
- Ebuilds: 1, Testing: 1.2.1
Description: Easy string baseline
Homepage:
https://github.com/dmgass/baseline
https://pypi.org/project/baseline/
License: MIT
dev-python/bashlex::guru
- Ebuilds: 1, Testing: 0.18
Description: Python parser for bash
Homepage:
https://github.com/idank/bashlex
https://pypi.org/project/bashlex/
License: GPL-3
dev-python/bidict::guru
- Ebuilds: 1, Testing: 0.23.1
Description: The bidirectional mapping library for Python
Homepage:
https://pypi.org/project/bidict/
https://github.com/jab/bidict
License: MPL-2.0
dev-python/billiard::guru
- Ebuilds: 1, Testing: 4.0.2
Description: Python multiprocessing fork
Homepage:
https://pypi.org/project/billiard/
https://github.com/celery/billiard
License: BSD
dev-python/bleak::guru
- Ebuilds: 2, Testing: 1.1.1
Description: Bluetooth Low Energy platform Agnostic Klient (BLEAK) for Python
Homepage: https://bleak.readthedocs.io
License: MIT
dev-python/blobfile::guru
- Ebuilds: 1, Testing: 3.3.0
Description: Read GCS, ABS and local paths with the same interface, tensorflow.io.gfile clone
Homepage:
https://github.com/blobfile/blobfile
https://pypi.org/project/blobfile/
License: Unlicense
dev-python/blurhash::guru
- Ebuilds: 2, Testing: 1.1.5
Description: Pure-Python implementation of the blurhash algorithm
Homepage:
https://pypi.org/project/blurhash/
https://github.com/halcy/blurhash-python
License: MIT
dev-python/burner-redis::guru
- Ebuilds: 1, Testing: 0.1.7
Description: An embedded, in-process Redis-compatible database
Homepage:
https://github.com/prefectlabs/burner-redis
https://pypi.org/project/burner-redis/
License: MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0
dev-python/caio::guru
- Ebuilds: 1, Testing: 0.12.3
Description: Asynchronous file IO for Linux MacOS or Windows
Homepage:
https://github.com/mosquito/caio
https://pypi.org/project/caio/
License: Apache-2.0
dev-python/chalice::guru
- Ebuilds: 1, Testing: 1.32.0
Description: Python Serverless Microframework for AWS
Homepage:
https://github.com/aws/chalice/
https://pypi.org/project/chalice/
License: Apache-2.0
dev-python/channels::guru
- Ebuilds: 1, Testing: 4.3.2
Description: Brings async, event-driven capabilities to Django
Homepage:
https://channels.readthedocs.io/
https://github.com/django/channels/
https://pypi.org/project/channels/
License: BSD
dev-python/chevron::guru
- Ebuilds: 2, Testing: 0.14.0
Description: A Python implementation of mustache
Homepage: https://github.com/noahmorrison/chevron
License: MIT
dev-python/click-aliases::guru
- Ebuilds: 2, Testing: 1.0.7
Description: Add (mutiple) aliases to a click group or command
Homepage:
https://pypi.org/project/click-aliases/
https://github.com/click-contrib/click-aliases
License: MIT
dev-python/click-command-tree::guru
- Ebuilds: 1, Testing: 1.1.1
Description: click plugin to show the command tree of your CLI
Homepage: https://pypi.org/project/click-command-tree/
License: MIT
dev-python/click-repl::guru
- Ebuilds: 1, Testing: 0.2.0
Description: Subcommand REPL for click apps
Homepage:
https://github.com/click-contrib/click-repl
https://pypi.org/project/click-repl/
License: MIT
dev-python/cloudflare::guru
- Ebuilds: 3, Testing: 5.1.0
Description: Python wrapper for the Cloudflare v4 API
Homepage: https://pypi.org/project/cloudflare/
License: MIT
dev-python/cloup::guru
- Ebuilds: 1, Testing: 3.1.0
Description: Library to build command line interfaces based on (and 100% compatible) with Click. It's like using Click but with more built-in features: option groups, constraints (e.g. mutually exclusive params), command aliases, help themes, "did you mean ...?" suggestions and more.
Homepage:
https://github.com/janLuke/cloup
https://pypi.org/project/cloup/
License: BSD
dev-python/cogapp::guru
- Ebuilds: 1, Testing: 3.4.1
Description: Cog content generation tool. Small bits of computation for static files
Homepage:
https://pypi.org/project/cogapp/
License: MIT
dev-python/colorspacious::guru
- Ebuilds: 1, Testing: 1.1.2
Description: Python library for doing colorspace conversions
Homepage:
https://pypi.org/project/colorspacious/
https://github.com/njsmith/colorspacious
License: MIT
dev-python/colorthief::guru
- Ebuilds: 1, Testing: 0.2.1
Description: Module for grabbing the color palette from an image
Homepage:
https://github.com/fengsp/color-thief-py
https://pypi.org/project/colorthief/
License: BSD
dev-python/convertdate::guru
- Ebuilds: 1, Testing: 2.4.1
Description: Utils for converting between date formats and calculating holidays
Homepage: https://github.com/fitnr/convertdate
License: MIT
dev-python/cronsim::guru
- Ebuilds: 1, Testing: 2.7
Description: Cron expression parser and evaluator
Homepage:
https://github.com/cuu508/cronsim
https://pypi.org/project/cronsim/
License: BSD
dev-python/cross-web::guru
- Ebuilds: 2, Testing: 0.7.0
Description: A library for working with web frameworks
Homepage:
https://github.com/usecross/cross-web/
https://pypi.org/project/cross-web/
License: MIT
dev-python/cryptg::guru
- Ebuilds: 2, Testing: 0.6.0
Description: Cryptographic utilities for Telegram
Homepage:
https://pypi.org/project/cryptg/
https://github.com/cher-nov/cryptg/
License: CC0-1.0
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-3.0 ZLIB
dev-python/cyclopts::guru
- Ebuilds: 1, Testing: 4.23.3
Description: Intuitive, easy CLIs based on type hints
Homepage:
https://github.com/BrianPugh/cyclopts
https://pypi.org/project/cyclopts/
License: Apache-2.0
dev-python/dacite::guru
- Ebuilds: 1, Testing: 1.8.1
Description: This module simplifies creation of data classes (PEP 557) from dictionaries
Homepage: https://github.com/konradhalas/dacite
License: GPL-2
dev-python/daff::guru
- Ebuilds: 1, Testing: 1.4.2
Description:
daff: data diff. daff can produce and apply tabular diffs.
This is a library for comparing tables, producing a summary of their
differences, and using such a summary as a patch file. It is optimized for
comparing tables that share a common origin, in other words multiple
versions of the "same" table.
Homepage: https://github.com/paulfitz/daff
License: MIT
dev-python/daiquiri::guru
- Ebuilds: 2, Testing: 3.4.0
Description:
The daiquiri library provides an easy way to configure logging. It also provides some custom formatters and handlers.
Homepage:
https://pypi.org/project/daiquiri/
https://github.com/Mergifyio/daiquiri
License: Apache-2.0
dev-python/darkdetect::guru
- Ebuilds: 1, Testing: 0.8.0
Description: Detect OS dark mode from Python
Homepage: https://github.com/5yutan5/PyQtDarkTheme https://pypi.org/project/PyQtDarkTheme
License: BSD
dev-python/dateparser::guru
- Ebuilds: 1, Testing: 1.3.0
Description: Date parsing library designed to parse dates from HTML pages
Homepage:
https://pypi.org/project/dateparser/
https://github.com/scrapinghub/dateparser
License: BSD
dev-python/decopatch::guru
- Ebuilds: 1, Testing: 1.4.10
Description: Create decorators easily in python
Homepage:
https://pypi.org/project/decopatch/
https://github.com/smarie/python-decopatch
License: BSD
dev-python/deezer-py::guru
- Ebuilds: 1, Testing: 1.3.7
Description: A wrapper for all Deezer's APIs
Homepage: https://pypi.org/project/deezer-py/
License: GPL-3
dev-python/dek::guru
- Ebuilds: 1, Testing: 1.5.0
Description: The decorator-decorator
Homepage:
https://rec.github.io/dek/
https://github.com/rec/dek/
https://pypi.org/project/dek/
License: MIT
dev-python/desktop-notifier::guru
- Ebuilds: 2, Testing: 6.2.0
Description: desktop-notifier is a Python library for cross-platform desktop notifications
Homepage:
https://desktop-notifier.readthedocs.io
https://pypi.org/project/desktop-notifier/
https://github.com/samschott/desktop-notifier
License: MIT
dev-python/devtools::guru
- Ebuilds: 1, Testing: 0.12.2
Description: Dev tools for python
Homepage:
https://pypi.org/project/devtools/
https://github.com/samuelcolvin/python-devtools
License: MIT
dev-python/digitalocean::guru
- Ebuilds: 1, Testing: 1.17.0
Description: Digitalocean API access library
Homepage: https://github.com/koalalorenzo/python-digitalocean
License: LGPL-3
dev-python/discord-protos::guru
- Ebuilds: 1, Testing: 1.2.126
Description: Reverse-engineering Discord's protobufs
Homepage:
https://pypi.org/project/discord-protos/
https://github.com/discord-userdoccers/discord-protos
License: MIT
dev-python/django-browser-reload::guru
- Ebuilds: 1, Testing: 1.13.0
Description: Automatically reload your browser in development
Homepage:
https://github.com/adamchainz/django-browser-reload
https://pypi.org/project/django-browser-reload/
License: MIT
dev-python/django-constance::guru
- Ebuilds: 1, Testing: 3.1.0
Description: Django live settings with pluggable backends, including Redis
Homepage:
https://github.com/jazzband/django-constance
https://pypi.org/project/django-constance/
License: BSD
dev-python/django-picklefield::guru
- Ebuilds: 1, Testing: 3.2.0
Description: Pickled object field for Django
Homepage:
https://github.com/gintas/django-picklefield
https://pypi.org/project/django-picklefield/
License: MIT
dev-python/django-tailwind::guru
- Ebuilds: 1, Testing: 3.8.0
Description: Tailwind CSS Framework for Django projects
Homepage:
https://github.com/timonweb/django-tailwind
https://pypi.org/project/django-tailwind/
License: MIT
dev-python/django-tinymce::guru
- Ebuilds: 1, Testing: 4.1.0
Description: TinyMCE integration for Django
Homepage:
https://github.com/jazzband/django-tinymce
https://pypi.org/project/django-tinymce
License: MIT
dev-python/doxypypy::guru
- Ebuilds: 1, Testing: 0.8.8.6_p20210405
Description: A more Pythonic version of doxypy, a Doxygen filter for Python
Homepage: https://github.com/Feneric/doxypypy
License: GPL-2
dev-python/dropbox::guru
- Ebuilds: 2, Testing: 12.2.1
Description: The offical Dropbox SDK for Python
Homepage: https://www.dropbox.com/developers
License: MIT
dev-python/dtreeviz::guru
- Ebuilds: 1, Testing: 2.2.2
Description: A python library for decision tree visualization and model interpretation. Decision trees are the fundamental building block of gradient boosting machines and Random Forests(tm), probably the two most popular machine learning models for structured data. Visualizing decision trees is a tremendous aid when learning how these models work and when interpreting models. The visualizations are inspired by an educational animation by R2D3; A visual introduction to machine learning. Please see How to visualize decision trees for deeper discussion of our decision tree visualization library and the visual design decisions we made.
Homepage:
https://github.com/parrt/dtreeviz
https://pypi.org/project/dtreeviz/
License: MIT
dev-python/editor::guru
- Ebuilds: 1, Testing: 1.7.0
Description: Open the default text editor
Homepage:
https://rec.github.io/editor/
https://github.com/rec/editor/
https://pypi.org/project/editor/
License: MIT
dev-python/enlighten::guru
- Ebuilds: 1, Testing: 1.14.1
Description: Enlighten Progress Bar for Python Console Apps
Homepage: https://python-enlighten.readthedocs.io/
License: MPL-2.0
dev-python/eval-type-backport::guru
- Ebuilds: 2, Testing: 0.4.0
Description: Backport of typing._eval_type
Homepage:
https://github.com/alexmojaki/eval_type_backport/
https://pypi.org/project/eval-type-backport/
License: MIT
dev-python/evernote2::guru
- Ebuilds: 2, Testing: 1.0.3 , Snapshot: 9999
Description: Unofficial Evernote SDK for Python 3
Homepage:
https://github.com/JackonYang/evernote2
https://pypi.org/project/evernote2/
License: Apache-2.0
dev-python/exif::guru
- Ebuilds: 1, Testing: 1.6.0
Description: Read and modify image EXIF metadata using Python
Homepage: https://gitlab.com/TNThieding/exif
License: MIT
dev-python/expression::guru
- Ebuilds: 1, Testing: 5.7.0
Description: Practical functional programming for Python 3.10+
Homepage:
https://github.com/dbrattli/Expression
https://pypi.org/project/expression/
License: MIT
dev-python/ezdxf::guru
- Ebuilds: 2, Testing: 1.4.4
Description:
ezdxf is a Python library for creating and manipulating DXF (Drawing
Exchange Format) documents. It allows users to seamlessly load and edit
DXF files while preserving all content except for comments. The library
supports DXF versions R12, R2000, R2004, R2007, R2010, R2013, and R2018
for reading and writing, with read-only support for older versions. It
includes optional C-extensions for improved performance and provides a
command-line interface for viewing, converting, and inspecting DXF files.
Homepage: https://ezdxf.mozman.at/ https://github.com/mozman/ezdxf
License: MIT
dev-python/fastapi::guru
- Ebuilds: 2, Testing: 0.136.3
Description: FastAPI framework, high performance, easy to learn, ready for production
Homepage:
https://fastapi.tiangolo.com/
https://pypi.org/project/fastapi/
https://github.com/fastapi/fastapi
License: MIT
dev-python/fastapi-sso::guru
- Ebuilds: 1, Testing: 0.21.1
Description: FastAPI plugin to enable SSO to most common providers
Homepage:
https://github.com/tomasvotava/fastapi-sso
https://pypi.org/project/fastapi-sso/
License: MIT
dev-python/fastmcp::guru
- Ebuilds: 1, Testing: 3.4.3
Description: The fast, Pythonic way to build MCP servers and clients
Homepage:
https://gofastmcp.com/
https://github.com/PrefectHQ/fastmcp
https://pypi.org/project/fastmcp/
License: Apache-2.0
dev-python/fastuuid::guru
- Ebuilds: 1, Testing: 0.14.0
Description: Python bindings to Rust's UUID library
Homepage:
https://github.com/fastuuid/fastuuid
https://pypi.org/project/fastuuid/
License: BSD Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-3.0 ZLIB
dev-python/find-libpython::guru
- Ebuilds: 1, Testing: 0.5.1
Description:
find-libpython is a library designed to locate the path of the
libpython dynamic library in the current Python environment.
Supports various installation types including conda-managed,
system-managed, and other configurations. Works across Windows,
Mac OS/OS X, and major Linux distributions.
find_libpython is both a script and a Python package. Usage as
a script is useful for obtaining the libpython path in
makefile-based build systems. It can also determine the path
for embedding Python in processes written in other languages.
Recommended usage is to call the script in a subprocess without
arguments and parse the output.
Homepage: https://github.com/ktbarrett/find_libpython
License: MIT
dev-python/flask-restx::guru
- Ebuilds: 2, Testing: 1.3.2
Description: Framework API development with Flask
Homepage: https://flask-restx.readthedocs.io
License: BSD
dev-python/flask-socketio::guru
- Ebuilds: 3, Testing: 5.6.1
Description: Socket.IO integration for Flask applications.
Homepage: https://flask-socketio.readthedocs.io https://github.com/miguelgrinberg/flask-socketio
License: MIT
dev-python/fontawesomefree::guru
- Ebuilds: 1, Testing: 6.5.1
Description: Font Awesome Free
Homepage:
https://github.com/FortAwesome/Font-Awesome
https://pypi.org/project/fontawesomefree/
License: CC-BY-4.0 OFL-1.1 MIT
dev-python/func-timeout::guru
- Ebuilds: 1, Testing: 4.3.6
Description: Python module which allows you to specify timeouts for any function
Homepage: https://github.com/kata198/func_timeout
License: LGPL-3
dev-python/gbinder::guru
- Ebuilds: 2, Testing: 1.3.1 , Snapshot: 9999
Description: Python bindings for dev-libs/gbinder
Homepage: https://github.com/waydroid/gbinder-python
License: GPL-3
dev-python/gemcall::guru
- Ebuilds: 1, Testing: 0.9.2
Description: A library and CLI tool for making gemini requests
Homepage: https://notabug.org/tinyrabbit/gemcall/
License: MIT
dev-python/glcontext::guru
- Ebuilds: 1, Testing: 3.0.0
Description: Modern OpenGL binding for python
Homepage: https://github.com/moderngl/glcontext https://pypi.org/project/glcontext
License: MIT
dev-python/glfw::guru
- Ebuilds: 1, Testing: 2.10.0
Description: Python bindings for GLFW
Homepage: https://github.com/FlorianRhiem/pyGLFW https://pypi.org/project/glfw
License: MIT
dev-python/gnuplot-py::guru
- Ebuilds: 1, Testing: 1.8_p8
Description: A python wrapper for Gnuplot
Homepage: https://gnuplot-py.sourceforge.net/
License: LGPL-2.1
dev-python/googletrans::guru
- Ebuilds: 1, Testing: 4.0.0_rc1
Description: Free Google Translate API for Python. Translates totally free of charge.
Homepage: https://pypi.org/project/googletrans/ https://github.com/ssut/py-googletrans
License: MIT
dev-python/grapheme::guru
- Ebuilds: 2, Testing: 0.10.0
Description: Unicode grapheme helpers
Homepage:
https://graphemeu.readthedocs.io/
https://pypi.org/project/graphemeu/
https://github.com/timendum/grapheme
License: MIT
dev-python/graphql-core::guru
- Ebuilds: 2, Testing: 3.2.11
Description: GraphQL-core is a Python port of GraphQL.js
Homepage:
https://github.com/graphql-python/graphql-core/
https://pypi.org/project/graphql-core/
License: MIT
dev-python/graphql-relay::guru
- Ebuilds: 1, Testing: 3.2.0
Description: Relay library for graphql-core
Homepage:
https://pypi.org/project/graphql-relay/
https://github.com/graphql-python/graphql-relay-py
License: MIT
dev-python/griffelib::guru
- Ebuilds: 2, Testing: 2.1.0
Description: Signatures for entire Python programs
Homepage:
https://mkdocstrings.github.io/griffe
https://github.com/mkdocstrings/griffe
https://pypi.org/project/griffelib/
License: ISC
dev-python/gtts::guru
- Ebuilds: 1, Testing: 2.5.4
Description: Python library and CLI tool to interface with Google Translate's API
Homepage: https://github.com/pndurette/gTTS https://pypi.org/project/gTTS/
License: MIT
dev-python/guidata::guru
- Ebuilds: 3, Testing: 3.14.4
Description: Library for user interfaces for easy dataset editing and display
Homepage: https://pypi.org/project/guidata/
License: BSD
dev-python/guiqwt::guru
- Ebuilds: 1, Testing: 4.4.5
Description: Efficient 2D plotting Python library based on PythonQwt
Homepage: https://pypi.python.org/pypi/guiqwt
License: MIT
dev-python/guppy3::guru
- Ebuilds: 2, Testing: 3.1.7
Description: Guppy 3 is a programming environment providing object and heap memory
sizing, profiling and analysis. It includes a prototypical
specification language that can be used to formally specify aspects of
Python programs and generate tests and documentation from a common
source.
Homepage:
https://pypi.org/project/guppy3/
https://zhuyifei1999.github.io/guppy3/
License: MIT
dev-python/hashids::guru
- Ebuilds: 1, Testing: 1.3.1
Description: Implements the hashids algorithm in python
Homepage:
https://hashids.org/python/
https://pypi.org/project/hashids/
License: MIT
dev-python/hid_ups::guru
- Ebuilds: 1, Testing: 1.0.1
Description: Python-based library for interpreting UPS HID data.
Homepage: https://github.com/desultory/hid_ups
License: GPL-2
dev-python/hid_ups_exporter::guru
- Ebuilds: 1, Testing: 1.0.1
Description: Python-based library for exporting HID UPS data as metrics for Prometheus.
Homepage: https://github.com/desultory/hid_ups_exporter
License: GPL-2
dev-python/hijridate::guru
- Ebuilds: 1, Testing: 2.6.0
Description: Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar
Homepage: https://github.com/dralshehri/hijridate
License: MIT
dev-python/http-ece::guru
- Ebuilds: 1, Testing: 1.2.1
Description: Encrypted Content Encoding for HTTP
Homepage:
https://pypi.org/project/http-ece/
https://github.com/web-push-libs/encrypted-content-encoding
License: MIT
dev-python/http-snapshot::guru
- Ebuilds: 1, Testing: 0.1.9
Description: A pytest plugin that snapshots requests made with popular Python HTTP clients
Homepage:
https://github.com/karpetrosyan/http-snapshot
https://pypi.org/project/http-snapshot/
License: MIT
dev-python/httpx-aiohttp::guru
- Ebuilds: 1, Testing: 0.2.0
Description: Aiohttp transport for HTTPX
Homepage:
https://github.com/karpetrosyan/httpx-aiohttp
https://pypi.org/project/httpx-aiohttp/
License: BSD
dev-python/httpx-sse::guru
- Ebuilds: 1, Testing: 0.4.3
Description: Consume Server-Sent Event (SSE) messages with HTTPX
Homepage:
https://github.com/florimondmanca/httpx-sse
https://pypi.org/project/httpx-sse/
License: MIT
dev-python/i3ipc::guru
- Ebuilds: 2, Testing: 2.2.1
Description: An improved Python library to control i3wm and sway.
Homepage: https://github.com/altdesktop/i3ipc-python
License: BSD
dev-python/icecream::guru
- Ebuilds: 2, Testing: 2.2.0
Description: Pythonic task execution
Homepage: https://github.com/gruns/icecream https://pypi.org/project/icecream/
License: MIT
dev-python/icoextract::guru
- Ebuilds: 1, Testing: 0.3.0
Description: Icon extractor for Windows executables (.exe/.dll/.mun)
Homepage: https://github.com/jlu5/icoextract
License: MIT
dev-python/ignore-python::guru
- Ebuilds: 2, Testing: 0.4.1
Description: Rust ignore crate Python bindings
Homepage:
https://github.com/borsattoz/ignore-python
https://pypi.org/project/ignore-python/
License: MIT Unicode-3.0 Apache-2.0-with-LLVM-exceptions
dev-python/injector::guru
- Ebuilds: 2, Testing: 0.24.0
Description: Python dependency injection framework, inspired by Guice
Homepage: https://github.com/python-injector/injector
License: BSD
dev-python/inquirer::guru
- Ebuilds: 1, Testing: 3.4.1
Description: Common interactive command line user interfaces, based on Inquirer.js
Homepage:
https://github.com/magmax/python-inquirer/
https://pypi.org/project/inquirer/
License: MIT
dev-python/inquirerpy::guru
- Ebuilds: 1, Testing: 0.3.4
Description: Python port of Inquirer.js (A collection of common interactive CLI UIs)
Homepage:
https://github.com/kazhala/InquirerPy
https://pypi.org/project/inquirerpy/
License: MIT
dev-python/internetarchive::guru
- Ebuilds: 2, Testing: 5.11.1
Description: Lib and CLI for archive.org - for search, uploading, downloading, rename etc
Homepage: https://github.com/jjjake/internetarchive
License: AGPL-3
dev-python/invoke::guru
- Ebuilds: 1, Testing: 3.0.3
Description: Pythonic task execution
Homepage: https://github.com/pyinvoke/invoke https://pypi.org/project/invoke/
License: BSD-2
dev-python/isosurfaces::guru
- Ebuilds: 1, Testing: 0.1.2
Description: Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function
Homepage:
https://pypi.org/project/isosurfaces/
https://github.com/jared-hughes/isosurfaces
License: MIT
dev-python/iuliia::guru
- Ebuilds: 1, Testing: 0.13.0
Description: Transliterate Cyrillic to Latin in every possible way
Homepage:
https://iuliia.ru/
https://pypi.org/project/iuliia/
https://github.com/nalgeon/iuliia-py
License: MIT
dev-python/jinja2-cli::guru
- Ebuilds: 1, Testing: 0.8.2
Description: CLI for Jinja2
Homepage: https://github.com/mattrobenolt/jinja2-cli
License: BSD
dev-python/jiter::guru
- Ebuilds: 1, Testing: 0.16.0
Description: Fast iterable JSON parser
Homepage:
https://github.com/pydantic/jiter
https://pypi.org/project/jiter/
License: MIT
Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 Unicode-3.0
dev-python/jplephem::guru
- Ebuilds: 2, Testing: 2.24
Description:
This package can load and use a Jet Propulsion Laboratory (JPL)
ephemeris for predicting the position and velocity of a planet or
other Solar System body.
Homepage: https://pypi.org/project/jplephem/
License: MIT
dev-python/jpype::guru
- Ebuilds: 1, Testing: 1.6.0
Description: Bridge to allow Python programs full access to Java class libraries
Homepage: https://github.com/jpype-project/jpype/
License: Apache-2.0
dev-python/json-repair::guru
- Ebuilds: 1, Testing: 0.63.4
Description: A package to repair broken json strings
Homepage:
https://github.com/mangiucugna/json_repair
https://pypi.org/project/json-repair/
License: MIT
dev-python/json_exporter::guru
- Ebuilds: 1, Testing: 1.0.2
Description: Python-based library for exporting JSON data as metrics for Prometheus.
Homepage: https://github.com/desultory/json_exporter
License: GPL-2
dev-python/jsonfeed::guru
- Ebuilds: 1, Testing: 1.1.2
Description: Python package for parsing and generating JSON feeds.
Homepage: https://github.com/lukasschwab/jsonfeed
License: MIT
dev-python/jsonlines::guru
- Ebuilds: 1, Testing: 4.0.0
Description: Library with helpers for the jsonlines file format
Homepage: https://pypi.org/project/jsonlines/
License: BSD
dev-python/justhtml::guru
- Ebuilds: 1, Testing: 0.16.0
Description: A pure Python HTML5 parser that just works.
Homepage: https://github.com/EmilStenstrom/justhtml
License: MIT
dev-python/kicad-python::guru
- Ebuilds: 1, Testing: 0.7.1
Description:
kicad-python is the official Python library for interacting with running
KiCad sessions through the IPC API. It enables development of scripts
and tools for electronic design automation workflows. The library requires
KiCad 9.0 or higher with the API server enabled in Preferences. Note that
the IPC API requires communication with a running instance of KiCad; it
is not possible to use kicad-python to manipulate KiCad design files
without KiCad running.
Homepage: https://gitlab.com/kicad/code/kicad-python https://pypi.org/project/kicad-python
License: MIT
dev-python/kivy::guru
- Ebuilds: 1, Testing: 2.3.1
Description: Open source cross-platform UI framework written in Python
Homepage: https://kivy.org/
License: MIT
dev-python/langdetect::guru
- Ebuilds: 1, Testing: 1.0.9
Description: Port of Google's language-detection library to Python
Homepage:
https://pypi.org/project/langdetect/
https://github.com/Mimino666/langdetect
License: Apache-2.0
dev-python/latexify-py::guru
- Ebuilds: 2, Testing: 0.4.4.1
Description: Annotate Python source code to get LaTeX expressions
Homepage:
https://pypi.org/project/latexify-py/
https://github.com/google/latexify_py
License: Apache-2.0
dev-python/ledger-bitcoin::guru
- Ebuilds: 1, Testing: 0.4.0
Description: Client library for Ledger Bitcoin application
Homepage:
https://pypi.org/project/ledger-bitcoin/
https://github.com/LedgerHQ/app-bitcoin-new
License: Apache-2.0 BSD MIT
dev-python/ledgercomm::guru
- Ebuilds: 1, Testing: 1.2.1
Description: Library to communicate with Ledger Nano S/X and Speculos
Homepage:
https://pypi.org/project/ledgercomm/
https://github.com/LedgerHQ/ledgercomm
License: MIT
dev-python/listparser::guru
- Ebuilds: 1, Testing: 0.20
Description: Parse OPML subscriptions in Python
Homepage:
https://github.com/kurtmckee/listparser/
https://pypi.org/project/listparser/
License: MIT
dev-python/litellm::guru
- Ebuilds: 1, Testing: 1.91.1
Description: Lightweight package to seamlessly call OpenAI, Azure, Cohere, Anthropic, etc.
Homepage:
https://github.com/BerriAI/litellm
https://pypi.org/project/litellm/
License: MIT
dev-python/litestar::guru
- Ebuilds: 3, Testing: 2.23.0
Description: Light, flexible and extensible ASGI framework
Homepage:
https://github.com/litestar-org/litestar/
https://pypi.org/project/litestar/
License: MIT
dev-python/litestar-htmx::guru
- Ebuilds: 1, Testing: 0.5.0
Description: HTMX Integration for Litestar
Homepage:
https://github.com/litestar-org/litestar-htmx/
https://pypi.org/project/litestar-htmx/
License: MIT
dev-python/lmnr::guru
- Ebuilds: 1, Testing: 0.7.52
Description: Python SDK for Laminar
Homepage:
https://github.com/lmnr-ai/lmnr-python
https://pypi.org/project/lmnr/
License: Apache-2.0
dev-python/lru-dict::guru
- Ebuilds: 2, Testing: 1.4.1
Description: Dict like LRU container
Homepage:
https://pypi.org/project/lru-dict/
https://github.com/amitdev/lru-dict
License: MIT
dev-python/lsp-tree-sitter::guru
- Ebuilds: 2, Testing: 0.2.14
Description: A library to create language servers
Homepage:
https://github.com/neomutt/lsp-tree-sitter
https://pypi.org/project/lsp-tree-sitter
License: GPL-3+
dev-python/lupa::guru
- Ebuilds: 1, Testing: 2.8
Description: Python wrapper around Lua and LuaJIT
Homepage:
https://github.com/scoder/lupa
https://pypi.org/project/lupa/
License: MIT
dev-python/m3u8::guru
- Ebuilds: 1, Testing: 6.0.0
Description: Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Homepage:
https://github.com/globocom/m3u8
https://pypi.org/project/m3u8/
License: MIT
dev-python/markdownify::guru
- Ebuilds: 2, Testing: 1.2.2
Description: Convert HTML to Markdown
Homepage:
https://pypi.org/project/markdownify/
https://github.com/matthewwithanm/python-markdownify
License: MIT
dev-python/markovify::guru
- Ebuilds: 1, Testing: 0.9.4
Description: Simple, extensible Markov chain generator
Homepage:
https://pypi.org/project/markovify/
https://github.com/jsvine/markovify
License: MIT
dev-python/mastodon-py::guru
- Ebuilds: 2, Testing: 2.2.1
Description: Python wrapper for the Mastodon API
Homepage:
https://pypi.org/project/Mastodon.py/
https://github.com/halcy/Mastodon.py
License: MIT
dev-python/material-color-utilities::guru
- Ebuilds: 1, Testing: 0.1.5
Description: Python port of material-color-utilities used for Material You colors
Homepage:
https://pypi.org/project/material-color-utilities/
License: Apache-2.0
dev-python/materialyoucolor::guru
- Ebuilds: 1, Snapshot: 9999
Description: Material You color algorithms for python!
Homepage: https://github.com/T-Dynamos/materialyoucolor-python
License: MIT
dev-python/mautrix::guru
- Ebuilds: 2, Testing: 0.21.1
Description: A Python 3 asyncio Matrix framework
Homepage:
https://pypi.org/project/mautrix/
https://github.com/mautrix/python
License: MPL-2.0
dev-python/mcp::guru
- Ebuilds: 1, Testing: 1.28.1
Description: Model Context Protocol SDK
Homepage:
https://modelcontextprotocol.io/
https://github.com/modelcontextprotocol/python-sdk
https://pypi.org/project/mcp/
License: MIT
dev-python/mdformat::guru
- Ebuilds: 1, Testing: 1.0.0
Description:
Mdformat is an opinionated Markdown formatter that can be used to
enforce a consistent style in Markdown files. It is a CommonMark
compliant formatter, and its plugin system extends the syntax it
understands, for example to GitHub Flavored Markdown tables.
Homepage:
https://github.com/hukkin/mdformat
https://pypi.org/project/mdformat/
License: MIT
dev-python/mdformat-gfm::guru
- Ebuilds: 1, Testing: 1.0.0
Description:
An mdformat plugin that adds GitHub Flavored Markdown support, covering
tables, task list items, strikethroughs and autolinks. It registers two
plugins, gfm for the full GFM syntax and tables for table rendering
alone, and supersedes the mdformat-tables plugin.
Homepage:
https://github.com/hukkin/mdformat-gfm
https://pypi.org/project/mdformat-gfm/
License: MIT
dev-python/mergedeep::guru
- Ebuilds: 1, Testing: 1.3.4
Description: A deep merge function for Python
Homepage: https://github.com/clarketm/mergedeep https://pypi.org/project/mergedeep/
License: MIT
dev-python/mininet::guru
- Ebuilds: 1, Testing: 2.3.0
Description: Emulator for rapid prototyping of Software Defined Networks
Homepage:
https://github.com/mininet/mininet
License: BSD
dev-python/minny::guru
- Ebuilds: 1, Testing: 0.0.1_alpha2
Description: Package and project manager for MicroPython and CircuitPython
Homepage:
https://github.com/aivarannamaa/minny
https://pypi.org/project/minny/
License: MIT
dev-python/mitype::guru
- Ebuilds: 1, Testing: 0.2.6
Description: Typing speed test in terminal
Homepage: https://github.com/Mithil467/mitype https://pypi.org/project/mitype/
License: GPL-3
dev-python/mkdocs-blog-plugin::guru
- Ebuilds: 1, Snapshot: 9999
Description: Plugin for MkDocs to keep a simple blog section inside your documentation.
Homepage: https://github.com/fmaida/mkdocs-blog-plugin https://pypi.org/project/mkdocs-blog-plugin
License: MIT
dev-python/mobi::guru
- Ebuilds: 1, Testing: 0.3.3
Description: Unpack unencrypted mobi files
Homepage:
https://github.com/iscc/mobi
https://pypi.org/project/mobi/
License: GPL-3
dev-python/modern-colorthief::guru
- Ebuilds: 1, Testing: 0.1.12
Description: Colorthief but with modern codes
Homepage:
https://github.com/baseplate-admin/modern_colorthief
https://pypi.org/project/modern-colorthief/
License: MIT
Apache-2.0-with-LLVM-exceptions BSD-2 BSD MIT Unicode-DFS-2016
|| ( Apache-2.0 CC0-1.0 )
dev-python/moderngl::guru
- Ebuilds: 1, Testing: 5.12.0
Description: Modern OpenGL binding for python
Homepage: https://github.com/moderngl/moderngl https://pypi.org/project/moderngl
License: MIT
dev-python/moderngl-window::guru
- Ebuilds: 1, Testing: 3.1.1
Description: A cross platform utility library for ModernGL
Homepage: https://github.com/moderngl/moderngl-window https://pypi.org/project/moderngl-window
License: MIT
dev-python/mollie-api-python::guru
- Ebuilds: 1, Testing: 3.6.0
Description: Mollie API client for Python
Homepage:
https://www.mollie.com/
https://github.com/mollie/mollie-api-python/
https://pypi.org/project/mollie-api-python/
License: BSD
dev-python/moreorless::guru
- Ebuilds: 1, Testing: 0.4.0
Description: Wrapper to make difflib.unified_diff more fun to use
Homepage: https://github.com/thatch/moreorless
License: MIT
dev-python/mpxj::guru
- Ebuilds: 1, Testing: 16.2.0
Description: Read/Write project management files (MPP, MSPDI, MPX, PMXML, XER, etc)
Homepage:
https://pypi.org/project/mpxj/
https://github.com/joniles/mpxj/
License: LGPL-2.1
dev-python/msrest::guru
- Ebuilds: 1, Testing: 0.7.1
Description: AutoRest swagger generator Python client runtime
Homepage: https://github.com/Azure/msrest-for-python
License: MIT
dev-python/mwclient::guru
- Ebuilds: 1, Testing: 0.11.0
Description: Unofficial lib for MediaWiki API
Homepage:
https://github.com/mwclient/mwclient
https://pypi.org/project/mwclient/
License: MIT
dev-python/nethsm::guru
- Ebuilds: 1, Testing: 2.1.2
Description: Python client for NitroKey NetHSM
Homepage: https://github.com/Nitrokey/nethsm-sdk-py
License: Apache-2.0
dev-python/nitrokey::guru
- Ebuilds: 1, Testing: 0.4.2
Description: Python SDK for Nitrokey devices
Homepage: https://github.com/Nitrokey/nitrokey-sdk-py https://pypi.org/project/nitrokey/
License: || ( Apache-2.0 MIT )
dev-python/nkdfu::guru
- Ebuilds: 1, Testing: 0.2
Description: Python DFU tool for updating Nitrokey firmware
Homepage: https://github.com/Nitrokey/nkdfu
License: GPL-2
dev-python/odfdo::guru
- Ebuilds: 1, Testing: 3.18.2
Description: Python library for OpenDocument format (ODF)
Homepage:
https://github.com/jdum/odfdo
https://pypi.org/project/odfdo/
License: Apache-2.0
dev-python/odsgenerator::guru
- Ebuilds: 1, Testing: 1.12.0
Description: Generate an OpenDocument Format .ods file from a .json or .yaml file.
Homepage: https://github.com/jdum/odsgenerator
License: MIT
dev-python/odsparsator::guru
- Ebuilds: 1, Testing: 1.13.1
Description: Generate a JSON file from an OpenDocument Format .ods file.
Homepage: https://github.com/jdum/odsparsator
License: MIT
dev-python/openai::guru
- Ebuilds: 1, Testing: 2.44.0
Description: The official Python library for the openai API
Homepage:
https://github.com/openai/openai-python
https://pypi.org/project/openai/
License: Apache-2.0
dev-python/openapi-pydantic::guru
- Ebuilds: 1, Testing: 0.5.1
Description: Modern, type-safe OpenAPI schemas in Python using Pydantic 1.8+ and 2.x
Homepage:
https://github.com/mike-oakley/openapi-pydantic
https://pypi.org/project/openapi-pydantic/
License: MIT
dev-python/opentelemetry-exporter-otlp-proto-common::guru
- Ebuilds: 2, Testing: 1.44.0
Description: OpenTelemetry Protobuf encoding
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-exporter-otlp-proto-common/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
dev-python/opentelemetry-exporter-otlp-proto-grpc::guru
- Ebuilds: 2, Testing: 1.44.0
Description: OpenTelemetry Collector Protobuf over gRPC Exporter
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-exporter-otlp-proto-grpc/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
dev-python/opentelemetry-exporter-otlp-proto-http::guru
- Ebuilds: 2, Testing: 1.44.0
Description: OpenTelemetry Collector Protobuf over HTTP Exporter
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-exporter-otlp-proto-http/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
dev-python/opentelemetry-instrumentation::guru
- Ebuilds: 2, Testing: 0.65_beta0
Description: Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-instrumentation/
https://github.com/open-telemetry/opentelemetry-python-contrib/
License: Apache-2.0
dev-python/opentelemetry-instrumentation-threading::guru
- Ebuilds: 2, Testing: 0.65_beta0
Description: Thread context propagation support for OpenTelemetry
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-instrumentation-threading/
https://github.com/open-telemetry/opentelemetry-python-contrib/
License: Apache-2.0
dev-python/opentelemetry-proto::guru
- Ebuilds: 2, Testing: 1.44.0
Description: OpenTelemetry Python Proto
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-proto/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
dev-python/opentelemetry-semantic-conventions-ai::guru
- Ebuilds: 1, Testing: 0.5.2
Description: OpenTelemetry Semantic Conventions for AI applications
Homepage:
https://github.com/traceloop/openllmetry
https://pypi.org/project/opentelemetry-semantic-conventions-ai/
License: Apache-2.0
dev-python/osc-placement::guru
- Ebuilds: 2, Testing: 4.9.1
Description: OpenStackClient plugin for Placement service
Homepage:
https://opendev.org/openstack/osc-placement
https://pypi.org/project/python-octaviaclient/
License: Apache-2.0
dev-python/oscrypto::guru
- Ebuilds: 1, Testing: 1.3.0
Description: TLS sockets, key generation, encryption, decryption, signing, verification
Homepage:
https://pypi.org/project/oscrypto/
https://github.com/wbond/oscrypto
License: MIT
dev-python/parsel::guru
- Ebuilds: 1, Testing: 1.10.0
Description: Utility to extract data from XML/HTML documents using XPath or CSS selectors
Homepage:
https://www.scrapy.org/
https://pypi.org/project/parsel/
https://github.com/scrapy/parsel
License: BSD
dev-python/pem::guru
- Ebuilds: 1, Testing: 23.1.0
Description: Easy PEM file parsing in Python
Homepage: https://pem.readthedocs.io/
License: MIT
dev-python/persist-queue::guru
- Ebuilds: 3, Testing: 1.1.0
Description: A thread-safe disk based persistent queue in Python
Homepage: https://github.com/peter-wangxu/persist-queue
License: BSD
dev-python/pfzy::guru
- Ebuilds: 1, Testing: 0.3.4
Description: Python port of the fzy fuzzy string matching algorithm
Homepage:
https://github.com/kazhala/pfzy
https://pypi.org/project/pfzy/
License: MIT
dev-python/phx-class-registry::guru
- Ebuilds: 1, Testing: 4.1.0
Description:
At the intersection of the Registry and Factory patterns lies the
ClassRegistry. This package contains the python modules necessary to use
this dessign pattern
Homepage: https://github.com/todofixthis/class-registry
License: MIT
dev-python/pillow-heif::guru
- Ebuilds: 2, Testing: 1.5.0
Description: Python interface for libheif library
Homepage:
https://github.com/bigcat88/pillow_heif
https://pypi.org/project/pillow-heif/
License: BSD
dev-python/pillow-jxl-plugin::guru
- Ebuilds: 2, Testing: 1.3.8
Description: Pillow plugin for JPEG-XL, using Rust for bindings
Homepage:
https://github.com/Isotr0py/pillow-jpegxl-plugin
https://pypi.org/project/pillow-jxl-plugin/
License: GPL-3 Apache-2.0-with-LLVM-exceptions BSD GPL-3+ MIT Unicode-3.0
dev-python/pipdeptree::guru
- Ebuilds: 1, Testing: 2.34.0
Description: Utility for displaying installed packages in a dependency tree
Homepage:
https://github.com/tox-dev/pipdeptree/
https://pypi.org/project/pipdeptree/
License: MIT
dev-python/pipenv::guru
- Ebuilds: 1, Testing: 2026.6.1
Description: Python Development Workflow for Humans
Homepage: https://github.com/pypa/pipenv https://pypi.org/project/pipenv/
License: MIT
dev-python/plette::guru
- Ebuilds: 2, Testing: 2.2.1
Description: Structured Pipfile and Pipfile.lock models
Homepage:
https://github.com/sarugaku/plette/
https://pypi.org/project/plette/
License: ISC
dev-python/plexapi::guru
- Ebuilds: 3, Testing: 4.18.1
Description: Python bindings for the Plex API.
Homepage:
https://pypi.org/project/PlexAPI/
https://github.com/pkkid/python-plexapi
License: BSD
dev-python/plotext::guru
- Ebuilds: 2, Testing: 5.3.2
Description: Plotting on terminal
Homepage: https://github.com/piccolomo/plotext
License: MIT
dev-python/plum::guru
- Ebuilds: 1, Testing: 0.8.7
Description: Pack/Unpack Memory
Homepage: https://gitlab.com/dangass/plum
License: MIT
dev-python/polyfactory::guru
- Ebuilds: 1, Testing: 3.3.0
Description: Simple and powerful factories for mock data generation
Homepage:
https://github.com/litestar-org/polyfactory/
https://pypi.org/project/polyfactory/
License: MIT
dev-python/posthog::guru
- Ebuilds: 2, Testing: 7.29.0
Description: Send usage data from your Python code to PostHog
Homepage:
https://github.com/PostHog/posthog-python
https://pypi.org/project/posthog/
License: MIT
dev-python/prefab-ui::guru
- Ebuilds: 2, Testing: 0.20.2
Description: The agentic frontend framework that even humans can use
Homepage:
https://prefab.prefect.io/
https://github.com/PrefectHQ/prefab
https://pypi.org/project/prefab-ui/
License: Apache-2.0
dev-python/prefixed::guru
- Ebuilds: 1, Testing: 0.9.0
Description: Prefixed alternative numeric library
Homepage: https://github.com/Rockhopper-Technologies/prefixed
License: MPL-2.0
dev-python/prometheus_exporter::guru
- Ebuilds: 4, Testing: 1.3.0 , Snapshot: 9999
Description: Python Prometheus exporter library
Homepage: https://github.com/desultory/prometheus_exporter
License: GPL-2
dev-python/proselint::guru
- Ebuilds: 1, Testing: 0.14.0
Description: A linter for prose
Homepage:
https://proselint.com
https://github.com/amperser/proselint/
https://pypi.org/project/proselint/
License: BSD
dev-python/protego::guru
- Ebuilds: 1, Testing: 0.4.0
Description: Pure-Python robots.txt parser with support for modern conventions
Homepage:
https://scrapy.org/
https://pypi.org/project/protego/
https://github.com/scrapy/protego
License: BSD
dev-python/proton-core::guru
- Ebuilds: 1, Testing: 0.7.0
Description: Proton Technologies API wrapper
Homepage: https://github.com/ProtonVPN/python-proton-core/
License: GPL-3+
dev-python/proton-keyring-linux::guru
- Ebuilds: 2, Testing: 0.2.1
Description: Proton Technologies keyring plugins for linux
Homepage: https://github.com/ProtonVPN/python-proton-keyring-linux
License: GPL-3+
dev-python/proton-vpn-api-core::guru
- Ebuilds: 2, Testing: 4.19.1
Description: Proton AG VPN Core API
Homepage: https://github.com/ProtonVPN/python-proton-vpn-api-core
License: GPL-3+
dev-python/proton-vpn-local-agent::guru
- Ebuilds: 2, Testing: 1.6.1
Description: Proton VPN local agent written in Rust
Homepage: https://github.com/ProtonVPN/local-agent-rs
License: GPL-3+
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0
openssl Unicode-DFS-2016
dev-python/proton-vpn-network-manager::guru
- Ebuilds: 2, Testing: 0.13.5
Description: Proton VPN Network Manager handler
Homepage: https://github.com/ProtonVPN/python-proton-vpn-network-manager
License: GPL-3+
dev-python/proxy_tools::guru
- Ebuilds: 1, Testing: 0.1.0
Description: Simple proxy (as in the GoF design pattern)
Homepage: https://pypi.org/project/proxy_tools/ https://github.com/jtushman/proxy_tools
License: BSD
dev-python/psycopg2cffi::guru
- Ebuilds: 1, Testing: 2.9.0
Description: Implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5.
Homepage:
https://pypi.org/project/psycopg2cffi/
https://github.com/chtd/psycopg2cffi
License: LGPL-3+
dev-python/ptpython::guru
- Ebuilds: 1, Testing: 3.0.29
Description: Python REPL build on top of prompt-toolkit
Homepage: https://github.com/prompt-toolkit/ptpython
License: BSD
dev-python/pwdlib::guru
- Ebuilds: 1, Testing: 0.3.0
Description: Modern password hashing for Python
Homepage:
https://github.com/frankie567/pwdlib/
https://pypi.org/project/pwdlib/
License: MIT
dev-python/py-himitsu::guru
- Ebuilds: 2, Testing: 0.0.10
Description: A python client library for himitsu
Homepage: https://pypi.org/project/py-himitsu/ https://git.sr.ht/~apreiml/py-himitsu
License: MIT
dev-python/py-key-value-aio::guru
- Ebuilds: 1, Testing: 0.4.5
Description: Async Key-Value Store - A pluggable interface for KV Stores
Homepage:
https://github.com/strawgate/py-key-value
https://pypi.org/project/py-key-value-aio/
License: Apache-2.0
dev-python/py-nanoid::guru
- Ebuilds: 1, Testing: 0_pre20220201
Description: Python Nanoid
Homepage: https://github.com/puyuan/py-nanoid https://pypi.org/project/nanoid
License: MIT
dev-python/pyclip::guru
- Ebuilds: 2, Testing: 0.7.0 , Snapshot: 9999
Description: Python clipboard module
Homepage: https://pypi.org/project/pyclip/
License: Apache-2.0
dev-python/pydantic-extra-types::guru
- Ebuilds: 2, Testing: 2.11.2
Description: Extra Pydantic types
Homepage:
https://github.com/pydantic/pydantic-extra-types/
https://pypi.org/project/pydantic-extra-types/
License: MIT
dev-python/pydispatcher::guru
- Ebuilds: 1, Testing: 2.0.7
Description: Multi-producer-multi-consumer signal dispatching mechanism
Homepage: https://github.com/mcfletch/pydispatcher
License: BSD
dev-python/pydocket::guru
- Ebuilds: 1, Testing: 0.23.1
Description: A distributed background task system for Python functions
Homepage:
https://docket.lol/
https://github.com/chrisguidry/docket
https://pypi.org/project/pydocket/
License: MIT
dev-python/pydub::guru
- Ebuilds: 1, Testing: 0.25.1
Description: Manipulate audio with an simple and easy high level interface
Homepage: http://pydub.com/
License: MIT
dev-python/pyfiglet::guru
- Ebuilds: 1, Testing: 1.0.2
Description: Pure-python FIGlet implementation
Homepage:
https://pypi.org/project/pyfiglet/
https://github.com/pwaller/pyfiglet
License: MIT BSD HPND MIT NTP contrib? ( all-rights-reserved )
dev-python/pyftdi::guru
- Ebuilds: 1, Testing: 0.57.2
Description:
PyFtdi aims at providing a user-space driver for popular FTDI devices,
implemented in pure Python language.
PyFtdi supports various features, including UART/Serial USB conversion with
speeds up to 12Mbps, depending on the FTDI device. It also offers
GPIO/Bitbang functionality, supporting 8-bit asynchronous,
8-bit synchronous, and 8-/16-bit MPSSE modes. For SPI and I2C, PyFtdi
provides master capabilities with simultaneous GPIO support, managing up to
12 pins per port for SPI and up to 14 pins for I2C. Additionally, it
includes basic JTAG master functions, EEPROM access (though some parameters
are read-only), and experimental CBUS support on selected devices with
4 pins per port.
Homepage: https://github.com/eblot/pyftdi
License: BSD
dev-python/pygeotile::guru
- Ebuilds: 1, Testing: 1.0.6
Description: Python package to handle tiles and points of different projections.
Homepage: https://github.com/geometalab/pyGeoTile
License: MIT
dev-python/pyglm::guru
- Ebuilds: 1, Testing: 2.8.3
Description: Fast OpenGL Mathematics (GLM) for Python
Homepage: https://github.com/Zuzu-Typ/PyGLM https://pypi.org/project/PyGLM
License: ZLIB
dev-python/pygls::guru
- Ebuilds: 2, Testing: 2.1.1
Description: A pythonic generic language server
Homepage:
https://github.com/openlawlibrary/pygls
https://pypi.org/project/pygls
License: Apache-2.0
dev-python/pygments-promql::guru
- Ebuilds: 1, Testing: 0.0.9
Description: A PromQL lexer for Pygments
Homepage: https://github.com/pabluk/pygments-promql
License: BSD-2
dev-python/pygsl::guru
- Ebuilds: 2, Testing: 2.6.5
Description: Python interface for the GNU scientific library (gsl)
Homepage: https://github.com/pygsl/pygsl
License: GPL-2
dev-python/pyinstrument::guru
- Ebuilds: 1, Testing: 5.1.2
Description: Call stack profiler for Python
Homepage:
https://github.com/joerick/pyinstrument/
https://pypi.org/project/pyinstrument/
License: BSD
dev-python/pymeeus::guru
- Ebuilds: 1, Testing: 0.5.12
Description: Python implementation of Jean Meeus astronomical routines
Homepage:
https://pypi.org/project/PyMeeus/
https://github.com/architest/pymeeus
License: LGPL-3
dev-python/pymorphy3::guru
- Ebuilds: 1, Testing: 1.2.0
Description: Morphological analyzer (POS tagger + inflection engine) for Russian language.
Homepage: https://github.com/no-plagiarism/pymorphy3 https://pypi.org/project/pymorphy3/
License: MIT
dev-python/pymorphy3-dicts-ru::guru
- Ebuilds: 1, Testing: 2.4.417150.4580142
Description: Russian dictionary for PyMorphy3
Homepage: https://pypi.org/project/pymorphy3-dicts-ru/
License: MIT
dev-python/pymorphy3-dicts-uk::guru
- Ebuilds: 1, Testing: 2.4.1.1.1663094765
Description: Ukrainian dictionary for PyMorphy3
Homepage: https://pypi.org/project/pymorphy3-dicts-uk/
License: MIT
dev-python/pympress::guru
- Ebuilds: 1, Testing: 1.8.6
Description:
Pympress is a PDF presentation tool designed for dual-screen setups such as presentations and public talks. Highly configurable, fully-featured, and portable.
Homepage:
https://github.com/Cimbali/pympress
https://pypi.org/project/pympress/
License: GPL-2
dev-python/pynng::guru
- Ebuilds: 2, Testing: 0.9.0
Description:
pynng provides ergonomic Python bindings for nanomsg next generation (nng),
a lightweight messaging library. It enables inter-process communication
across single computers or networks using various messaging patterns
including Pair, Pub/Sub, Surveyor/Respondent, Req/Rep, and Push/Pull.
The library supports async frameworks like trio, curio, and asyncio.
Homepage: https://github.com/codypiersall/pynng https://pypi.org/project/pynng
License: MIT
dev-python/pynput::guru
- Ebuilds: 1, Testing: 1.8.2
Description: Sends virtual input commands
Homepage: https://github.com/moses-palmer/pynput https://pypi.org/project/pynput
License: LGPL-3
dev-python/pypandoc::guru
- Ebuilds: 1, Testing: 1.17
Description: Pypandoc provides a thin wrapper for pandoc, a universal document converter
Homepage: https://github.com/JessicaTegner/pypandoc https://pypi.org/project/pypandoc
License: MIT
dev-python/pyproject2ebuild::guru
- Ebuilds: 1, Testing: 0.0.3
Description: Convert pyproject.toml to Gentoo ebuilds automatically.
Homepage: https://gitlab.com/oz123/pyproject2ebuild
License: GPL-3+
dev-python/pyqtdarktheme::guru
- Ebuilds: 1, Testing: 2.1.0
Description: A flat dark theme for PySide and PyQt.
Homepage: https://github.com/5yutan5/PyQtDarkTheme https://pypi.org/project/PyQtDarkTheme
License: MIT
dev-python/pyrefly::guru
- Ebuilds: 3, Testing: 1.2.0
Description:
Pyrefly is a type checker and language server for Python,
which provides lightning-fast type checking along with IDE
features such as code navigation, semantic highlighting,
and code completion.
Homepage:
https://pyrefly.org/
https://github.com/facebook/pyrefly
https://pypi.org/project/pyrefly/
License: MIT
0BSD Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unicode-3.0
Unicode-DFS-2016 ZLIB
dev-python/pyrime::guru
- Ebuilds: 1, Testing: 0.0.7
Description: rime for python
Homepage:
https://github.com/Freed-Wu/pyrime
https://pypi.org/project/pyrime
License: GPL-3
dev-python/pyroaring::guru
- Ebuilds: 1, Testing: 1.1.0
Description:
An efficient and light-weight ordered set of integers. This is a Python
wrapper for the C library CRoaring.
Homepage: https://github.com/Ezibenroc/PyRoaringBitMap
License: MIT
dev-python/pysdl3::guru
- Ebuilds: 1, Testing: 0.9.9_beta1
Description: A pure Python wrapper for SDL3
Homepage:
https://pypi.org/project/pysdl3/
https://github.com/Aermoss/PySDL3
License: MIT
dev-python/pysnooper::guru
- Ebuilds: 2, Testing: 1.2.3
Description: Never use print for debugging again
Homepage:
https://pypi.org/project/pysnooper/
https://github.com/cool-RR/PySnooper
License: MIT
dev-python/pystardict::guru
- Ebuilds: 1, Testing: 0.8
Description: Library for manipulating StarDict dictionaries from within Python
Homepage:
https://pypi.org/project/PyStarDict/
https://github.com/lig/pystardict
License: GPL-3
dev-python/pytest-cases::guru
- Ebuilds: 1, Testing: 3.9.1
Description: Separate test code from test cases in pytest
Homepage:
https://pypi.org/project/pytest-cases/
https://github.com/smarie/python-pytest-cases
License: BSD
dev-python/pytest-embedded::guru
- Ebuilds: 2, Testing: 1.17.0
Description: A pytest plugin for embedded systems
Homepage:
https://pypi.org/project/pytest-embedded/
https://github.com/espressif/pytest-embedded
License: MIT
dev-python/pytest-harvest::guru
- Ebuilds: 1, Testing: 1.10.5
Description: Store and retrieve data created during your pytest tests execution
Homepage:
https://pypi.org/project/pytest-harvest/
https://github.com/smarie/python-pytest-harvest
License: BSD
dev-python/pytest-mypy-plugins::guru
- Ebuilds: 1, Testing: 3.2.0
Description: pytest plugin for testing mypy types, stubs, plugins
Homepage:
https://pypi.org/project/pytest-mypy-plugins/
https://github.com/typeddjango/pytest-mypy-plugins/
License: MIT
dev-python/pytest-relaxed::guru
- Ebuilds: 1, Testing: 2.0.2
Description: Relaxed test discovery for pytest
Homepage: https://github.com/bitprophet/pytest-relaxed https://pypi.org/project/pytest-relaxed
License: BSD-2
dev-python/pytest-snapshot::guru
- Ebuilds: 1, Testing: 0.9.0
Description: A plugin for snapshot testing with pytest
Homepage:
https://github.com/joseph-roitman/pytest-snapshot/
https://pypi.org/project/pytest-snapshot/
License: MIT
dev-python/pytest-steps::guru
- Ebuilds: 1, Testing: 1.8.0
Description: Create step-wise / incremental tests in pytest
Homepage:
https://pypi.org/project/pytest-steps/
https://github.com/smarie/python-pytest-steps
License: BSD
dev-python/pytest-textual-snapshot::guru
- Ebuilds: 1, Testing: 1.1.0
Description: Snapshot testing for Textual apps
Homepage:
https://github.com/Textualize/pytest-textual-snapshot
https://pypi.org/project/pytest-textual-snapshot/
License: MIT
dev-python/python-barbicanclient::guru
- Ebuilds: 2, Testing: 7.6.0
Description: Client library for Barbican API
Homepage:
https://opendev.org/openstack/python-barbicanclient
https://github.com/openstack/python-barbicanclient/
https://pypi.org/project/python-barbicanclient/
License: Apache-2.0
dev-python/python-designateclient::guru
- Ebuilds: 2, Testing: 7.0.0
Description: OpenStack DNS-as-a-Service - Client
Homepage:
https://opendev.org/openstack/python-designateclient
https://github.com/openstack/python-designateclient/
https://pypi.org/project/python-designateclient/
License: Apache-2.0
dev-python/python-fire::guru
- Ebuilds: 2, Testing: 0.7.1
Description: Library for automatically generating command line interfaces from Python objects
Homepage: https://pypi.org/project/fire
License: Apache-2.0
dev-python/python-frontmatter::guru
- Ebuilds: 1, Testing: 1.3.0
Description: Parse and manage posts with YAML (or other) frontmatter
Homepage:
https://github.com/eyeseast/python-frontmatter
https://pypi.org/project/python-frontmatter/
License: MIT
dev-python/python-http-client::guru
- Ebuilds: 1, Testing: 3.3.5
Description: HTTP REST client, simplified for Python
Homepage:
https://github.com/sendgrid/python-http-client
https://pypi.org/project/python-http-client/
License: MIT
dev-python/python-lsp-isort::guru
- Ebuilds: 1, Testing: 0.2.1
Description: isort plugin for the Python LSP Server
Homepage:
https://github.com/chantera/python-lsp-isort
https://pypi.org/project/python-lsp-isort/
License: MIT
dev-python/python-lsp-mypy::guru
- Ebuilds: 1, Testing: 0.7.0
Description: Mypy plugin for the Python LSP Server
Homepage:
https://github.com/python-lsp/pylsp-mypy
https://pypi.org/project/pylsp-mypy/
License: MIT
dev-python/python-magnumclient::guru
- Ebuilds: 3, Testing: 5.0.0
Description: A client for the OpenStack Magnum API
Homepage:
https://opendev.org/openstack/python-magnumclient
https://github.com/openstack/python-magnumclient/
https://pypi.org/project/python-magnumclient/
License: Apache-2.0
dev-python/python-octaviaclient::guru
- Ebuilds: 2, Testing: 3.15.0
Description: A client for the OpenStack Octavia API
Homepage:
https://opendev.org/openstack/python-octaviaclient
https://github.com/openstack/python-octaviaclient/
https://pypi.org/project/python-octaviaclient/
License: Apache-2.0
dev-python/python-olm::guru
- Ebuilds: 1, Testing: 3.2.16
Description: Python bindings for dev-libs/olm
Homepage: https://gitlab.matrix.org/matrix-org/olm/
License: Apache-2.0
dev-python/python-pidfile::guru
- Ebuilds: 1, Testing: 3.1.1
Description: PIDFile context processor. Supported py2 and py3
Homepage: https://github.com/mosquito/python-pidfile
License: MIT
dev-python/python-socketio::guru
- Ebuilds: 3, Testing: 5.16.4
Description: Python implementation of the Socket.IO realtime server
Homepage:
https://python-socketio.readthedocs.org/
https://github.com/miguelgrinberg/python-socketio/
https://pypi.org/project/python-socketio
License: MIT
dev-python/python-statemachine::guru
- Ebuilds: 3, Testing: 3.1.2
Description: Python Finite State Machines made easy.
Homepage:
https://pypi.org/project/python-statemachine/
https://github.com/fgmacedo/python-statemachine
License: MIT
dev-python/python-telegram-bot::guru
- Ebuilds: 2, Testing: 22.7 , Snapshot: 9999
Description: Python wrapper of telegram bots API
Homepage: https://docs.python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot
License: LGPL-3
dev-python/python-xdis::guru
- Ebuilds: 1, Testing: 6.1.8
Description: Python cross-version bytecode library and disassembler
Homepage:
https://github.com/rocky/python-xdis
License: GPL-2
dev-python/pythonfinder::guru
- Ebuilds: 1, Testing: 3.0.3
Description: PythonFinder: Cross Platform Search Tool for Finding Pythons
Homepage:
https://github.com/sarugaku/pythonfinder/
https://pypi.org/project/pythonfinder/
License: MIT
dev-python/pyvis::guru
- Ebuilds: 1, Testing: 0.3.1
Description:
A python library for quick generation of visual network graphs with minimal code, designed as a wrapper around the popular Javascript visJS library.
Homepage:
https://github.com/WestHealth/pyvis
https://pypi.org/project/pyvis/
https://pyvis.readthedocs.io/
License: BSD
dev-python/pyvisa::guru
- Ebuilds: 1, Testing: 1.16.2
Description:
PyVISA is a Python package for controlling measurement devices and test
equipment via GPIB, RS232, USB, and Ethernet interfaces using the VISA
(Virtual Instrument Software Architecture) standard. It provides a
unified API for communicating with instruments from various manufacturers,
supporting both NI-VISA and pure-Python backends.
Homepage: https://github.com/pyvisa/pyvisa https://pypi.org/project/pyvisa/
License: MIT
dev-python/pyvisa-py::guru
- Ebuilds: 1, Testing: 0.8.1
Description:
PyVISA-py is a pure Python implementation of the VISA (Virtual Instrument
Software Architecture) library. It allows message-based communication with
laboratory instruments over Serial, USB, GPIB, and Ethernet (TCP/IP)
interfaces without requiring proprietary vendor VISA libraries.
Homepage: https://github.com/pyvisa/pyvisa-py https://pypi.org/project/pyvisa-py/
License: MIT
dev-python/pywavefront::guru
- Ebuilds: 1, Testing: 1.3.3
Description: Python library for importing Wavefront .obj files
Homepage: https://github.com/pywavefront/PyWavefront https://pypi.org/project/pywavefront
License: MIT
dev-python/pywebview::guru
- Ebuilds: 1, Testing: 6.1
Description: A lightweight cross-platform wrapper around a webview component
Homepage: https://pywebview.flowrl.com/ https://pypi.org/project/pywebview/ https://github.com/r0x0r/pywebview
License: BSD
dev-python/questionary::guru
- Ebuilds: 2, Testing: 2.1.1
Description: Python library to build pretty command line user prompts
Homepage:
https://pypi.org/project/questionary/
https://github.com/tmbo/questionary
License: MIT
dev-python/queuelib::guru
- Ebuilds: 1, Testing: 1.8.0
Description: Collection of persistent and non-persistent queues for Python
Homepage: https://scrapy.org/
License: BSD
dev-python/rawji::guru
- Ebuilds: 1, Testing: 0.1.0_p20260901
Description: Fujifilm RAF conversion using the camera's own engine over USB
Homepage: https://github.com/pinpox/rawji
License: GPL-3+
dev-python/rawpy::guru
- Ebuilds: 1, Testing: 0.27.1
Description: Python wrapper for LibRaw, RAW image processing
Homepage: https://github.com/letmaik/rawpy https://pypi.org/project/rawpy/
License: MIT
dev-python/readability-lxml::guru
- Ebuilds: 1, Testing: 0.8.4.1
Description: Fast html to text parser (article readability tool)
Homepage:
https://pypi.org/project/readability-lxml/
https://github.com/buriy/python-readability
License: Apache-2.0
dev-python/readchar::guru
- Ebuilds: 1, Testing: 4.2.1
Description: Python library to read characters and key strokes
Homepage:
https://github.com/magmax/python-readchar/
https://pypi.org/project/readchar/
License: MIT
dev-python/readmdict::guru
- Ebuilds: 1, Testing: 0.1.1
Description: Read mdx/mdd files
Homepage:
https://github.com/ffreemt/readmdict
https://pypi.org/project/readmdict/
License: GPL-3
dev-python/rectangle-packer::guru
- Ebuilds: 1, Testing: 2.0.2
Description: Pack a set of rectangles into a bounding box with minimum area
Homepage: https://github.com/Penlect/rectangle-packer
License: MIT
dev-python/redfish::guru
- Ebuilds: 1, Testing: 3.3.6
Description: Python3 library for interacting with devices that support a Redfish service
Homepage: https://github.com/DMTF/python-redfish-library
License: BSD
dev-python/repology-client::guru
- Ebuilds: 2, Testing: 0.7.2
Description: Asynchronous wrapper for Repology API
Homepage:
https://repology-client.sysrq.in/
https://pypi.org/project/repology-client/
License: EUPL-1.2
dev-python/rich-rst::guru
- Ebuilds: 1, Testing: 2.1.0
Description: A beautiful reStructuredText renderer for rich
Homepage:
https://github.com/wasi-master/rich-rst
https://pypi.org/project/rich-rst/
License: MIT
dev-python/rpmautospec-core::guru
- Ebuilds: 1, Testing: 0.1.5
Description: Core functionality used by rpmautospec
Homepage:
https://github.com/fedora-infra/rpmautospec-core/
https://pypi.org/project/rpmautospec-core/
License: MIT
dev-python/rstcheck::guru
- Ebuilds: 2, Testing: 6.2.1
Description: Checks syntax of reStructuredText and code blocks nested within it
Homepage: https://github.com/rstcheck/rstcheck
License: MIT
dev-python/runs::guru
- Ebuilds: 1, Testing: 1.3.0
Description: Run a block of text as a subprocess
Homepage:
https://github.com/rec/runs/
https://pypi.org/project/runs/
License: MIT
dev-python/screeninfo::guru
- Ebuilds: 1, Testing: 0.8.1
Description: Fetch location and size of physical screens
Homepage: https://github.com/rr-/screeninfo https://pypi.org/project/screeninfo
License: MIT
dev-python/sendgrid::guru
- Ebuilds: 1, Testing: 6.11.0
Description: Twilio SendGrid library for Python
Homepage: https://github.com/sendgrid/sendgrid-python/ https://pypi.org/project/sendgrid/
License: MIT
dev-python/sentence-splitter::guru
- Ebuilds: 1, Testing: 1.4
Description: Sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder
Homepage:
https://pypi.org/project/sentence-splitter/
https://github.com/mediacloud/sentence-splitter
License: LGPL-3
dev-python/sentry-sdk::guru
- Ebuilds: 1, Testing: 2.30.0
Description: Python client for Sentry
Homepage:
https://sentry.io/
https://github.com/getsentry/sentry-python/
https://pypi.org/project/sentry-sdk/
License: MIT
dev-python/signalstickers-client::guru
- Ebuilds: 1, Testing: 3.3.0
Description: A Python client for the Signal stickers API
Homepage: https://github.com/signalstickers/signalstickers-client
License: LGPL-3
dev-python/simple-term-menu::guru
- Ebuilds: 1, Testing: 1.6.6
Description: A Python package which creates simple interactive menus on the command line
Homepage:
https://github.com/IngoMeyer441/simple-term-menu
https://pypi.org/project/simple-term-menu/
License: MIT
dev-python/simplemma::guru
- Ebuilds: 1, Testing: 0.9.1
Description: A simple multilingual lemmatizer for Python
Homepage:
https://pypi.org/project/simplemma/
https://github.com/adbar/simplemma
License: MIT
dev-python/sjcl::guru
- Ebuilds: 1, Testing: 0.2.1
Description: Decrypt and encrypt 'Stanford Javascript Crypto Library'-compatible messages
Homepage: https://github.com/berlincode/sjcl
License: BSD
dev-python/skia-pathops::guru
- Ebuilds: 1, Testing: 0.9.2
Description:
Python bindings for the Google Skia library's Path Ops module, performing boolean operations on paths (intersection, union, difference, xor).
Homepage:
https://skia.org/dev/present/pathops
https://pypi.org/project/skia-pathops/
https://github.com/fonttools/skia-pathops
License: BSD
dev-python/sortedcollections::guru
- Ebuilds: 1, Testing: 2.1.0
Description: Apache2 licensed Python sorted collections library
Homepage:
https://pypi.org/project/sortedcollections/
https://github.com/grantjenks/python-sortedcollections
License: Apache-2.0
dev-python/soundcard::guru
- Ebuilds: 2, Testing: 0.4.6
Description:
SoundCard is a library for playing and recording audio without resorting
to a CPython extension. Instead, it is implemented using the wonderful
CFFI and the native audio libraries of Linux, Windows and macOS.
Homepage:
https://pypi.org/project/SoundCard/
https://github.com/bastibe/SoundCard/
License: BSD
dev-python/sphinx-click::guru
- Ebuilds: 1, Testing: 4.2.0
Description:
sphinx-click is a Sphinx plugin that allows you to automatically extract documentation from a click-based application and include it in your docs.
Homepage:
https://github.com/click-contrib/sphinx-click
https://pypi.org/project/sphinx-click/
License: MIT
dev-python/sphinx-design::guru
- Ebuilds: 1, Testing: 0.7.0
Description: A sphinx extension for designing beautiful responsive web components
Homepage: https://github.com/executablebooks/sphinx-design https://pypi.org/project/sphinx_design/
License: MIT
dev-python/sphinx-hoverxref::guru
- Ebuilds: 1, Testing: 1.4.2
Description: Sphinx extension to show tooltips with content embedded when hover a reference
Homepage:
https://pypi.org/project/sphinx-hoverxref/
https://github.com/readthedocs/sphinx-hoverxref
License: MIT
dev-python/sphinx-last-updated-by-git::guru
- Ebuilds: 1, Testing: 0.3.8
Description: Get the "last updated" time for each Sphinx page from Git
Homepage:
https://pypi.org/project/sphinx-last-updated-by-git/
https://github.com/mgeier/sphinx-last-updated-by-git/
License: BSD-2
dev-python/sphinx-paramlinks::guru
- Ebuilds: 1, Testing: 0.6.0
Description: Allows param links in Sphinx function/method descriptions to be linkable
Homepage: https://github.com/sqlalchemyorg/sphinx-paramlinks https://pypi.org/project/sphinx-paramlinks/
License: MIT
dev-python/sphinx-sitemap::guru
- Ebuilds: 2, Testing: 2.9.0
Description: Sitemap generator for Sphinx
Homepage:
https://pypi.org/project/sphinx-sitemap/
https://github.com/jdillard/sphinx-sitemap
License: MIT
dev-python/sphinxcontrib-katex::guru
- Ebuilds: 1, Testing: 0.9.11
Description:
Sphinx extension using KaTeX to render math in HTML.
The extension uses KaTeX for rendering of math in HTML pages.
It is designed as a replacement for the built-in extension
sphinx.ext.mathjax, which uses MathJax for rendering.
Homepage: https://github.com/hagenw/sphinxcontrib-katex
License: MIT
dev-python/sphinxext-opengraph::guru
- Ebuilds: 1, Testing: 0.13.0
Description: Sphinx extension to generate unique OpenGraph metadata
Homepage: https://github.com/wpilibsuite/sphinxext-opengraph https://pypi.org/project/sphinxext-opengraph/
License: GPL-3
dev-python/sphinxnotes-mock::guru
- Ebuilds: 1, Testing: 1.1
Description: Sphinx extension for mocking directives and roles without modifying documents
Homepage:
https://github.com/sphinx-notes/mock
https://pypi.org/project/sphinxnotes-mock/
License: BSD
dev-python/sqlmodel::guru
- Ebuilds: 1, Testing: 0.0.38
Description: SQL databases in Python, designed for simplicity, compatibility, and robustness.
Homepage:
https://sqlmodel.tiangolo.com/
https://github.com/fastapi/sqlmodel/
https://pypi.org/project/sqlmodel/
License: MIT
dev-python/sse-starlette::guru
- Ebuilds: 2, Testing: 3.4.4
Description: Server-Sent Events for Starlette and FastAPI
Homepage:
https://github.com/sysid/sse-starlette/
https://pypi.org/project/sse-starlette/
License: BSD
dev-python/standardwebhooks::guru
- Ebuilds: 1, Testing: 1.0.1
Description: Standard Webhooks
Homepage:
https://github.com/standard-webhooks/standard-webhooks
https://pypi.org/project/standardwebhooks/
License: MIT
dev-python/starkbank-ecdsa::guru
- Ebuilds: 1, Testing: 2.2.0
Description: A lightweight and fast pure python ECDSA library
Homepage: https://github.com/starkbank/ecdsa-python/ https://pypi.org/project/starkbank-ecdsa/
License: MIT
dev-python/steam::guru
- Ebuilds: 1, Testing: 2.0.0
Description: Python package for interacting with Steam
Homepage:
https://github.com/solsticegamestudios/steam/
https://pypi.org/project/steam/
License: GPL-3
dev-python/stone::guru
- Ebuilds: 2, Testing: 3.5.4
Description: The Official Api Spec Language for Dropbox
Homepage:
https://www.dropbox.com/developers
https://github.com/dropbox/stone
https://pypi.org/project/stone/
License: MIT
dev-python/strawberry-graphql::guru
- Ebuilds: 2, Testing: 0.316.0
Description: A library for creating GraphQL APIs
Homepage:
https://strawberry.rocks/
https://github.com/strawberry-graphql/strawberry/
https://pypi.org/project/strawberry-graphql/
License: MIT
dev-python/streamingjson::guru
- Ebuilds: 1, Testing: 0.0.5
Description: A streamlined, user-friendly JSON streaming preprocessor
Homepage:
https://github.com/karminski/streaming-json-py
https://pypi.org/project/streamingjson/
License: MIT
dev-python/strip-hints::guru
- Ebuilds: 1, Testing: 0.1.13
Description: Function and command-line program to strip Python type hints.
Homepage: https://pypi.org/project/strip-hints
https://github.com/abarker/strip-hints
License: MIT
dev-python/survey::guru
- Ebuilds: 1, Testing: 5.4.2
Description: A simple library for creating beautiful interactive prompts
Homepage:
https://github.com/Exahilosys/survey
https://pypi.org/project/survey/
License: MIT
dev-python/svgelements::guru
- Ebuilds: 1, Testing: 1.9.6
Description: SVG Parsing for Elements, Paths, and other SVG Objects.
Homepage: https://github.com/meerk40t/svgelements https://pypi.org/project/svgelements
License: MIT
dev-python/svgpathtools::guru
- Ebuilds: 1, Testing: 1.7.2
Description:
svgpathtools is a collection of tools for manipulating and analyzing SVG
Path objects and Bezier curves. It provides functions for reading, writing,
and displaying SVG files, as well as tools for computing arc lengths,
bounding boxes, intersections, and other geometric properties of SVG paths.
Homepage: https://github.com/mathandy/svgpathtools https://pypi.org/project/svgpathtools/
License: MIT
dev-python/system_hotkey::guru
- Ebuilds: 1, Testing: 1.0.3
Description: Multi-platform system-wide hotkeys
Homepage: https://github.com/timeyyy/system_hotkey
License: BSD
dev-python/tdir::guru
- Ebuilds: 1, Testing: 1.9.0
Description: Create and fill a temporary directory
Homepage:
https://rec.github.io/tdir/
https://github.com/rec/tdir/
https://pypi.org/project/tdir/
License: MIT
dev-python/templated-dictionary::guru
- Ebuilds: 1, Testing: 1.6
Description: Python dictionary with Jinja2 expansion
Homepage:
https://github.com/xsuchy/templated-dictionary/
https://pypi.org/project/templated-dictionary/
License: GPL-2+
dev-python/tempus-themes::guru
- Ebuilds: 1, Testing: 2.3.0.20220206
Description: Accessible themes for Pygments
Homepage:
https://pypi.org/project/tempus-themes/
https://gitlab.com/protesilaos/tempus-themes-generator
License: GPL-3+
dev-python/tempy::guru
- Ebuilds: 1, Testing: 1.4.0
Description: A simple, visually pleasing weather report in your terminal
Homepage: https://github.com/noprobelm/tempy
License: MIT
dev-python/termynal::guru
- Ebuilds: 1, Testing: 0.14.0
Description: A lightweight and modern animated terminal window
Homepage: https://termynal.github.io/termynal.py/ https://github.com/termynal/termynal.py
License: MIT
dev-python/textual::guru
- Ebuilds: 3, Testing: 8.2.8
Description: Modern Text User Interface framework
Homepage:
https://textual.textualize.io/
https://github.com/Textualize/textual
https://pypi.org/project/textual/
License: MIT
dev-python/textual-autocomplete::guru
- Ebuilds: 1, Testing: 4.0.6
Description: Easily add autocomplete dropdowns to your Textual apps
Homepage:
https://github.com/darrenburns/textual-autocomplete
https://pypi.org/project/textual-autocomplete/
License: MIT
dev-python/textual-dev::guru
- Ebuilds: 1, Testing: 1.8.0
Description: Modern Text User Interface framework
Homepage: https://github.com/Textualize/textual-dev https://pypi.org/project/textual-dev/
License: MIT
dev-python/textual-serve::guru
- Ebuilds: 1, Testing: 1.1.3
Description: Serve Textual apps locally
Homepage: https://github.com/Textualize/textual-serve https://pypi.org/project/textual-serve/
License: MIT
dev-python/thonny::guru
- Ebuilds: 2, Testing: 5.0.0
Description:
Thonny is a Python IDE designed for beginners. It comes with a simple
debugger, expression evaluation, step-by-step execution, and easy
access to Python interpreters, including support for MicroPython
and CircuitPython.
Homepage:
https://thonny.org/ https://github.com/thonny/thonny
License: MIT
dev-python/tiktoken::guru
- Ebuilds: 1, Testing: 0.14.0
Description: A fast BPE tokeniser for use with OpenAI's models
Homepage:
https://github.com/openai/tiktoken
https://pypi.org/project/tiktoken/
License: MIT Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0
dev-python/tlv8::guru
- Ebuilds: 1, Testing: 0.10.0
Description: Type-Length-Value8 (TLV8) for python
Homepage: https://github.com/jlusiardi/tlv8_python https://pypi.org/project/tlv8/
License: Apache-2.0
dev-python/tom-swe::guru
- Ebuilds: 1, Testing: 1.0.3
Description: Theory of Mind modeling for Software Engineering assistants
Homepage:
https://github.com/OpenHands/ToM-SWE
https://pypi.org/project/tom-swe/
License: MIT
dev-python/toml::guru
- Ebuilds: 1, Testing: 0.10.2
Description: Python library for TOML
Homepage:
https://github.com/uiri/toml
https://pypi.org/project/toml/
License: MIT
dev-python/trianglesolver::guru
- Ebuilds: 1, Testing: 1.2
Description:
trianglesolver is a simple Python library that attempts to solve triangles
given partial information about sides and angles. It uses the law of sines
and the law of cosines to compute missing values.
Homepage: https://pypi.org/project/trianglesolver/
License: MIT
dev-python/tulir-telethon::guru
- Ebuilds: 2, Testing: 1.99.0_alpha6
Description: Full-featured Telegram client library for Python 3
Homepage:
https://pypi.org/project/tulir-telethon/
https://github.com/tulir/Telethon/
License: MIT
dev-python/tweepy::guru
- Ebuilds: 1, Testing: 4.14.0
Description: An easy-to-use Python library for accessing the Twitter API.
Homepage: https://www.tweepy.org/
License: MIT
dev-python/types-protobuf::guru
- Ebuilds: 1, Testing: 6.32.1.20251210
Description: Typing stubs for protobuf
Homepage:
https://pypi.org/project/types-protobuf/
https://github.com/python/typeshed/tree/master/stubs/protobuf/
License: Apache-2.0
dev-python/types-requests::guru
- Ebuilds: 3, Testing: 2.33.0.20260712
Description: Typing stubs for requests
Homepage:
https://pypi.org/project/types-requests/
https://github.com/python/typeshed/tree/master/stubs/requests
License: Apache-2.0
dev-python/typing-inspect::guru
- Ebuilds: 1, Testing: 0.9.0
Description: Runtime inspection utilities for Python typing module
Homepage: https://github.com/ilevkivskyi/typing_inspect
License: MIT
dev-python/uncalled-for::guru
- Ebuilds: 1, Testing: 0.4.0
Description: Async dependency injection for Python functions
Homepage:
https://github.com/chrisguidry/uncalled-for
https://pypi.org/project/uncalled-for/
License: MIT
dev-python/undervolt::guru
- Ebuilds: 2, Testing: 0.4.0 , Snapshot: 9999
Description: Undervolt Intel CPUs under Linux
Homepage: https://github.com/georgewhewell/undervolt
License: GPL-2
dev-python/upstream-ontologist::guru
- Ebuilds: 2, Testing: 0.2.9
Description: Tracking of upstream project metadata
Homepage:
https://pypi.org/project/upstream-ontologist/
https://github.com/jelmer/upstream-ontologist-py
License: Apache-2.0
0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0
GPL-2+ GPL-3 ISC MIT MPL-2.0 MPL-2.0 Unicode-3.0 ZLIB
dev-python/urlmatch::guru
- Ebuilds: 1, Testing: 1.0.1
Description: A Python library for easily pattern matching wildcard URLs
Homepage: https://github.com/jessepollak/urlmatch
License: Apache-2.0
dev-python/usb-monitor::guru
- Ebuilds: 1, Testing: 1.23
Description: An easy-to-use cross-platform library for USB device monitoring
Homepage: https://github.com/Eric-Canas/USBMonitor https://pypi.org/project/usb-monitor/
License: MIT
dev-python/uuid-utils::guru
- Ebuilds: 2, Testing: 0.16.0
Description: Fast, drop-in replacement for Python's uuid module, powered by Rust.
Homepage:
https://aminalaee.github.io/uuid-utils/
https://github.com/aminalaee/uuid-utils
https://pypi.org/project/uuid_utils/
License: BSD
Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 ZLIB
dev-python/uuid7::guru
- Ebuilds: 1, Testing: 0.1.0
Description: UUID version 7, generating time-sorted UUIDs
Homepage:
https://github.com/stevesimmons/uuid7
https://pypi.org/project/uuid7/
License: MIT
dev-python/validator-collection::guru
- Ebuilds: 1, Testing: 1.5.0
Description: Collection of 60+ Python functions for validating data
Homepage:
https://github.com/insightindustry/validator-collection
https://pypi.org/project/validator-collection
License: MIT
dev-python/volatile::guru
- Ebuilds: 1, Testing: 2.1.0
Description: A small extension for the tempfile module
Homepage: https://github.com/mbr/volatile
License: MIT
dev-python/w3lib::guru
- Ebuilds: 1, Testing: 2.3.1
Description: Library of web-related functions
Homepage:
https://scrapy.org/
https://pypi.org/project/w3lib/
https://github.com/scrapy/w3lib
License: BSD
dev-python/webrtcvad::guru
- Ebuilds: 1, Testing: 2.0.10
Description: Python interface to the Google WebRTC Voice Activity Detector (VAD)
Homepage: https://github.com/wiseman/py-webrtcvad
License: MIT
dev-python/whitenoise::guru
- Ebuilds: 1, Testing: 6.12.0
Description: Radically simplified static file serving for Python web apps
Homepage: https://whitenoise.readthedocs.io/
License: MIT
dev-python/xattr::guru
- Ebuilds: 1, Testing: 1.3.0
Description: Python wrapper for extended filesystem attributes
Homepage:
https://pypi.org/project/xattr/
https://github.com/xattr/xattr
License: Apache-2.0
dev-python/xmod::guru
- Ebuilds: 1, Testing: 1.9.0
Description: Turn any object into a module
Homepage:
https://rec.github.io/xmod/
https://github.com/rec/xmod/
https://pypi.org/project/xmod/
License: MIT
dev-python/xpybutil::guru
- Ebuilds: 1, Testing: 0.0.6
Description: Abstraction layer for xpyb
Homepage: https://github.com/BurntSushi/xpybutil
License: WTFPL
dev-python/yams::guru
- Ebuilds: 2, Testing: 0.7.3 , Snapshot: 9999
Description: Yet Another MPD Scrobbler (for Last.FM)
Homepage: https://github.com/Berulacks/yams
License: GPL-3