aardwolf
- Ebuilds: 1, Testing: 0.2.13 Description:
This project is aimed to play around the RDP and VNC protocols with features:
support for credssp auth via NTLM/Kerberos, PtH via CredSSP+Restricted
admin mode, etc.
Homepage:https://github.com/skelsec/aardwolf License: Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0
aesedb
- Ebuilds: 2, Testing: 0.1.8, Snapshot: 9999 Description:
This package provides a Python library with an async parsing option
for NTDS.dit database file for obtaining user secrets.
Homepage:https://github.com/skelsec/aesedb License: Apache-1.1
aiomultiprocess
- Ebuilds: 2, Testing: 0.9.1, Snapshot: 9999 Description:
aiomultiprocess presents a simple interface, while running a full
AsyncIO event loop on each child process, enabling levels of
concurrency never before seen in a Python application.
Each child process can execute multiple coroutines at once,
limited only by the workload and number of cores available.
Homepage:https://github.com/omnilib/aiomultiprocess License: MIT
aiosmb
- Ebuilds: 2, Testing: 0.4.14, Snapshot: 9999 Description:
This package provides a fully asynchronous Server Message Block library
written in pure python
Homepage:https://github.com/skelsec/aiosmb License: Apache-1.1
aiowinreg
- Ebuilds: 2, Testing: 0.0.13, Snapshot: 9999 Description:
This package provides a Python library and a command line tool,
which can be used to traverse/read Windows hive files.
Homepage:https://github.com/skelsec/aiowinreg License: MIT
annotated-doc
- Ebuilds: 2, Testing: 0.0.4, Snapshot: 9999 Description:
Annotated Doc is a library provides document parameters, class attributes,
return types, and variables inline, with Annotated.
Homepage:https://github.com/fastapi/annotated-doc License: MIT
annoy
- Ebuilds: 2, Testing: 1.17.3, Snapshot: 9999 Description:
Annoy (Approximate Nearest Neighbors Oh Yeah) is a C++ library with
Python bindings to search for points in space that are close to
a given query point. It also creates large read-only file-based
data structures that are mmapped into memory so that many processes
may share the same data.
Homepage:https://github.com/spotify/annoy License: Apache-2.0
anyconfig
- Ebuilds: 2, Testing: 0.14.0, Snapshot: 9999 Description:
A python library provides common APIs to access to configuration
files in various formats with some useful features such as
contents merge, templates, query, schema validation and generation support.
Homepage:https://github.com/ssato/python-anyconfig License: MIT
apeye
- Ebuilds: 2, Testing: 1.4.1, Snapshot: 9999 Description:
This package provides handy tools for working with URLs and APIs,
with JSON-backed cache decorator for functions, CacheControl adapter
to limit the rate of requests, etc.
Homepage:https://github.com/domdfcoding/apeye License: LGPL-3+
apeye-core
- Ebuilds: 2, Testing: 1.1.5, Snapshot: 9999 Description:
This package provides a core (offline) functionality for the apeye library,
which provides handy tools for working with URLs and APIs.
Homepage:https://github.com/domdfcoding/apeye-core License: BSD
applicationinsights
- Ebuilds: 2, Testing: 0.11.10, Snapshot: 9999 Description:
Application Insights is a service that allows developers to keep their
application available, performing and succeeding.
This Python module will allow you to send telemetry of various kinds
(event, trace, exception, etc.) to the Application Insights service
where they can be visualized in the Azure Portal.
Homepage:https://github.com/microsoft/ApplicationInsights-Python License: MIT
arc4
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
This package provides a small and insanely fast ARCFOUR (RC4)
cipher implementation of Python
Homepage:https://github.com/manicmaniac/arc4 License: MIT
asgi-lifespan
- Ebuilds: 2, Testing: 2.1.0, Snapshot: 9999 Description:
Programmatically send startup/shutdown lifespan events into ASGI applications.
When used in combination with an ASGI-capable HTTP client such as HTTPX,
this allows mocking or testing ASGI applications without having
to spin up an ASGI server.
Homepage:https://github.com/florimondmanca/asgi-lifespan License: MIT
aspectlib
- Ebuilds: 2, Testing: 2.0.0, Snapshot: 9999 Description:
An aspect-oriented programming, monkey-patch and decorators library.
It is useful when changing behavior in existing code is desired.
It includes tools for debugging and testing: simple mock/record and
a complete capture/replay framework.
Homepage:https://github.com/ionelmc/python-aspectlib License: BSD-2
assertpy
- Ebuilds: 2, Testing: 1.1, Snapshot: 9999 Description:
Simple assertions library for unit testing in Python with
a nice fluent API. Supports both Python 2 and 3.
Homepage:https://github.com/assertpy/assertpy License: BSD
asyauth
- Ebuilds: 2, Testing: 0.0.23, Snapshot: 9999 Description:
This package provides a Python library which implements some unified
interface for authentication
Homepage:https://github.com/skelsec/asyauth License: MIT
asyncpg
- Ebuilds: 2, Testing: 0.30.0, Snapshot: 9999 Description:
This package provides a database interface library designed specifically
for PostgreSQL and Python/asyncio.
Homepage:https://github.com/MagicStack/asyncpg License: Apache-2.0
asysocks
- Ebuilds: 2, Testing: 0.2.18, Snapshot: 9999 Description:
This package provides a Python library which implements asynchronous
Socks5 / Socks4 / HTTP proxy client and server library in pure python.
Homepage:https://github.com/skelsec/asysocks License: MIT
avro
- Ebuilds: 1, Testing: 1.12.1 Description:
Apache Avro is the leading serialization format for record data, and
first choice for streaming data pipelines.
Homepage:https://avro.apache.org License: Apache-2.0
azure-identity
- Ebuilds: 2, Testing: 1.25.1, Snapshot: 9999 Description:
The Azure Identity library provides Microsoft Entra ID (formerly Azure Active Directory)
token authentication support across the Azure SDK.
Homepage:https://github.com/Azure/azure-sdk-for-python License: MIT
azure-keyvault-secrets
- Ebuilds: 2, Testing: 4.10.0, Snapshot: 9999 Description:
Azure Key Vault helps solve the following problems with secrets management,
securely store and control access to tokens, passwords, certificates, API keys, and other secrets.
Homepage:https://github.com/Azure/azure-sdk-for-python License: MIT
azure-storage-blob
- Ebuilds: 2, Testing: 12.28.0, Snapshot: 9999 Description:
Azure Blob storage is Microsoft's object storage solution for the cloud.
Blob storage is optimized for storing massive amounts of unstructured
data, such as text or binary data.
Homepage:https://github.com/Azure/azure-sdk-for-python License: MIT
backoff
- Ebuilds: 2, Testing: 2.2.1, Snapshot: 9999 Description:
This module provides function decorators which can be used to wrap a
function such that it will be retried until some condition is met.
Homepage:https://github.com/litl/backoff License: MIT
bc-jsonpath-ng
- Ebuilds: 2, Testing: 1.6.1, Snapshot: 9999 Description:
A final implementation of JSONPath for Python that aims to be
standard compliant, including arithmetic and binary comparison
operators, as defined in the original JSONPath proposal.
Homepage:https://github.com/bridgecrewio/jsonpath-ng License: Apache-2.0
bc-python-hcl2
- Ebuilds: 2, Testing: 0.4.3, Snapshot: 9999 Description:
A parser for HCL2 written in Python using Lark.
This parser only supports HCL2 and isn't backwards compatible
with HCL v1. It can be used to parse any HCL2 config file
such as Terraform.
Homepage:https://github.com/bridgecrewio/python-hcl2 License: MIT
beanie
- Ebuilds: 2, Testing: 2.0.1, Snapshot: 9999 Description:
Beanie - is an asynchronous Python object-document mapper (ODM)
for MongoDB. Data models are based on Pydantic.
Homepage:https://github.com/BeanieODM/beanie License: Apache-2.0
billiard
- Ebuilds: 2, Testing: 4.2.4, Snapshot: 9999 Description:
billiard is a fork of the Python 2.7 multiprocessing package.
The multiprocessing package itself is a renamed and updated version
of R Oudkerk's pyprocessing package. This standalone variant draws
its fixes/improvements from python-trunk and provides additional
bug fixes and improvements.
Homepage:https://github.com/celery/billiard License: BSD
bitstruct
- Ebuilds: 2, Testing: 8.22.1, Snapshot: 9999 Description:
This package provides a Python module intended to have a similar
interface as the python struct module, but working on bits instead
of primitive data types (char, int, ...).
Homepage:https://github.com/eerimoq/bitstruct License: MIT
bleak
- Ebuilds: 2, Testing: 2.1.1, Snapshot: 9999 Description:
This package provides a GATT client software, capable of connecting to
BLE devices acting as GATT servers. It is designed to provide an
asynchronous, cross-platform Python API to connect and communicate with
e.g. sensors.
Homepage:https://github.com/hbldh/bleak License: MIT
bson
- Ebuilds: 2, Testing: 0.5.10, Snapshot: 9999 Description:
The package provides an independent BSON codec for Python
that doesn't depend on MongoDB.
Homepage:https://github.com/py-bson/bson License: BSD
cached-property
- Ebuilds: 2, Testing: 2.0.1, Snapshot: 9999 Description:
This package provides a decorator for caching properties in classes to
make caching of time or computational expensive properties quick and easy
Homepage:https://github.com/pydanny/cached-property License: BSD
celery
- Ebuilds: 2, Testing: 5.6.2, Snapshot: 9999 Description:
Celery is usually used with a message broker to send and
receive messages. The RabbitMQ, Redis transports are
feature complete, but there’s also experimental support
for a myriad of other solutions, including using SQLite
for local development.
Homepage:https://github.com/celery/celery License: BSD
certipy-ad
- Ebuilds: 2, Testing: 5.0.4, Snapshot: 9999 Description:
Certipy is a powerful offensive and defensive toolkit for enumerating and abusing
Active Directory Certificate Services (AD CS). It helps red teamers, penetration
testers, and defenders assess AD CS misconfigurations.
Homepage:https://github.com/ly4k/Certipy License: MIT
chalice
- Ebuilds: 2, Testing: 1.32.0, Snapshot: 9999 Description:
Chalice is a framework for writing serverless apps in python. It allows you to
quickly create and deploy applications that use AWS Lambda.
Homepage:https://github.com/aws/chalice License: BSD
channels
- Ebuilds: 2, Testing: 4.3.2, Snapshot: 9999 Description:
Channels augments Django to bring WebSocket, long-poll HTTP, task offloading
and other async support to your code, using familiar Django design patterns
and a flexible underlying framework that lets you not only customize
behaviours but also write support for your own protocols and needs.
Homepage:https://github.com/django/channels License: BSD
circuitbreaker
- Ebuilds: 2, Testing: 2.1.3, Snapshot: 9999 Description:
This package provides a Python implementation of the Circuit Breaker
Pattern inspired by Michael T. Nygard’s book Release It!.
Homepage:https://github.com/fabfuel/circuitbreaker License: BSD
ciso8601
- Ebuilds: 2, Testing: 2.3.3, Snapshot: 9999 Description:
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python
datetime objects. Since it’s written as a C module, it is much faster
than other Python libraries.
Homepage:https://github.com/closeio/ciso8601 License: MIT
colorpedia
- Ebuilds: 2, Testing: 1.2.3, Snapshot: 9999 Description:
Command-line tool for looking up colors, shades and palettes.
Supported color models: HEX, RGB, HSL, HSV, CMYK
Homepage:https://github.com/joowani/colorpedia License: MIT
commandlines
- Ebuilds: 2, Testing: 0.4.1, Snapshot: 9999 Description:
Commandlines is a Python library for command line application development
that supports command line argument parsing, command string validation testing
and application logic.
Homepage:https://github.com/chrissimpkins/commandlines License: MIT
configparser
- Ebuilds: 2, Testing: 7.2.0, Snapshot: 9999 Description:
This package is a backport of the refreshed and enhanced ConfigParser
from later Python versions. It can be used as the backport instead of
the built-in version.
Homepage:https://github.com/jaraco/configparser License: MIT
convertdate
- Ebuilds: 2, Testing: 2.4.1, Snapshot: 9999 Description:
Converts between Gregorian dates and other calendar systems.Calendars
included: Baha'i, French Republican, Hebrew, Indian Civil, Islamic,
ISO, Julian, Mayan and Persian.
Homepage:https://github.com/fitnr/convertdate License: MIT
coreschema
- Ebuilds: 2, Testing: 0.0.4, Snapshot: 9999 Description:
Python utilities to describe an abstract data schema to Core Api.
Core Schema for Core API, a format-independent Document Object Model for
representing Web APIs.
Homepage:https://github.com/core-api/python-coreschema License: BSD
cprint
- Ebuilds: 2, Testing: 1.2.2, Snapshot: 9999 Description:
This package provides a minimalist python library which gives
the possibility to print in color.
Homepage:https://github.com/EVasseure/cprint License: MIT
crayons
- Ebuilds: 2, Testing: 0.4.0, Snapshot: 9999 Description:
This module gives you colored strings for terminal usage.
Included colors are red, green, yellow, blue, black, magenta, cyan,
white, and normal ( as well as clean and disable).
Homepage:https://github.com/kennethreitz/crayons License: MIT
cron-converter
- Ebuilds: 2, Testing: 1.3.0, Snapshot: 9999 Description:
This package provides a Cron string parser ( from string/lists to string/lists )
and iteration for the datetime object with a cron like format.
Homepage:https://github.com/Sonic0/cron-converter License: MIT
cron-descriptor
- Ebuilds: 2, Testing: 2.0.6, Snapshot: 9999 Description:
A Python library that converts cron expressions into
human readable strings with support of all cron expression,
including special characters.
Homepage:https://github.com/Salamek/cron-descriptor License: MIT
cross-web
- Ebuilds: 2, Testing: 0.4.1, Snapshot: 9999 Description:
Cross provides a unified interface for common web framework operations, allowing
to write framework-agnostic code that can be easily adapted to work with
FastAPI, Flask, Django, and other popular Python web frameworks.
Homepage:https://github.com/usecross/cross-web License: MIT
crossplane
- Ebuilds: 2, Testing: 0.5.8, Snapshot: 9999 Description:
Reliable and fast NGINX configuration file parser and builder
that provides possibility to convert NGINX configurations
into JSON and back
Homepage:https://github.com/nginxinc/crossplane License: Apache-2.0
curio
- Ebuilds: 2, Testing: 1.6, Snapshot: 9999 Description:
A coroutine-based library for concurrent Python systems programming.
It provides standard programming abstractions such as as tasks,
sockets, files, locks, and queues
Homepage:https://github.com/dabeaz/curio License: BSD
daff
- Ebuilds: 2, Testing: 1.4.2, Snapshot: 9999 Description:
This package provides 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
daphne
- Ebuilds: 2, Testing: 4.2.1, Snapshot: 9999 Description:
This package provides a HTTP, HTTP2 and WebSocket protocol server
for ASGI and ASGI-HTTP, developed to power Django Channels.
Homepage:https://github.com/django/daphne License: BSD
datadiff
- Ebuilds: 2, Testing: 2.2.0, Snapshot: 9999 Description:
DataDiff is a library to provide human-readable diffs of python data
structures. It can handle sequence types (lists, tuples, etc), sets,
and dictionaries.
Homepage:https://sourceforge.net/projects/datadiff/ License: Apache-2.0
dateparser
- Ebuilds: 2, Testing: 1.4.0, Snapshot: 9999 Description:
Date parsing library designed to parse dates from HTML pages.
It provides modules to easily parse localized dates in
almost any string formats commonly found on web pages.
Homepage:https://github.com/scrapinghub/dateparser License: BSD-4
dbt-adapters
- Ebuilds: 2, Testing: 1.22.10, Snapshot: 9999 Description:
This package provides two major adapter types: base, defines the base
functionality an adapter is required to implement in order to function
with dbt-core. and sql, updates default implementations to work with
SQL-based platforms.
Homepage:https://github.com/dbt-labs/dbt-adapters License: Apache-2.0
dbt-common
- Ebuilds: 2, Testing: 1.37.5, Snapshot: 9999 Description:
This package provides the shared common utilities for dbt-core and adapter
implementations use.
Homepage:https://github.com/dbt-labs/dbt-common License: Apache-2.0
dbt-semantic-interfaces
- Ebuilds: 2, Testing: 0.10.5, Snapshot: 9999 Description:
This package contains the shared semantic classes, default validation,
and tests designed to be used by both the dbt-core and MetricFlow projects.
By centralizing these shared resources, we aim to maintain consistency and
reduce code duplication across both projects.
Homepage:https://github.com/dbt-labs/dbt-semantic-interfaces License: Apache-2.0
decli
- Ebuilds: 2, Testing: 0.6.3, Snapshot: 9999 Description:
decli is minimal wrapper around argparse.
It's useful when writing big applications that have many arguments and
subcommands, this way it'll be more clear. It's a minimal library
to rapidly create an interface separated from your app.
It's possible to use any argument from argparse.
Homepage:https://github.com/Woile/decli License: MIT
deep-merge
- Ebuilds: 2, Testing: 0.0.4, Snapshot: 9999 Description:
This library contains a simple utility for deep-merging
dictionaries and the data structures they contain.
Homepage:https://github.com/halfak/deep_merge License: MIT
diagrams
- Ebuilds: 2, Testing: 0.25.1, Snapshot: 9999 Description:
Diagrams lets you draw the cloud system architecture in Python code.
It was born for prototyping a new system architecture design without
any design tools. You can also describe or visualize the existing
system architecture as well. Diagrams currently supports main major
providers including: AWS, Azure, GCP, Kubernetes, Alibaba Cloud, etc.
Homepage:https://github.com/mingrammer/diagrams License: MIT
dishka
- Ebuilds: 2, Testing: 1.7.2, Snapshot: 9999 Description:
This library provides IoC container that's genuinely useful.
Dishka focuses only on dependency injection without trying
to solve unrelated tasks.
Homepage:https://github.com/reagento/dishka License: Apache-2.0
dist-meta
- Ebuilds: 2, Testing: 0.9.0, Snapshot: 9999 Description:
This package provides tools to parse and create Python distribution
metadata, such as its version number, summary and requirements.
Homepage:https://github.com/repo-helper/dist-meta License: MIT
django-allauth
- Ebuilds: 2, Testing: 65.14.0, Snapshot: 9999 Description:
The package provides the integrated set of Django applications addressing
authentication, registration, account management as well
as 3rd party (social) account authentication.
Homepage:https://codeberg.org/allauth/django-allauth License: MIT
django-celery-beat
- Ebuilds: 2, Testing: 2.8.1, Snapshot: 9999 Description:
This Django extension enables to store the periodic task schedule
in the database. These tasks can be managed from the Django Admin
interface.
Homepage:https://github.com/celery/django-celery-beat License: BSD
django-fake-model
- Ebuilds: 2, Testing: 0.1.4, Snapshot: 9999 Description:
A library allows to create fake models in your test without migrations,
test apps and test tables in your base. All tables that you need will
created/removed during the test.
Homepage:https://github.com/erm0l0v/django-fake-model License: BSD
django-htmx
- Ebuilds: 2, Testing: 1.27.0, Snapshot: 9999 Description:
This package provides an easy way to include htmx in Django projects and
tools to interact with htmx’s HTTP extensions.
Homepage:https://github.com/adamchainz/django-htmx License: MIT
django-jinja
- Ebuilds: 2, Testing: 2.11.0, Snapshot: 9999 Description:
Simple and nonobstructive jinja2 integration with Django.
Jinja2 provides certain advantages over the native system of Django,
for example, explicit calls to callable from templates,
has better performance and has a plugin system, etc.
Homepage:https://github.com/niwinz/django-jinja License: BSD
django-mptt
- Ebuilds: 2, Testing: 0.18, Snapshot: 9999 Description:
This package provides an utilities for implementing Modified Preorder
Tree Traversal with your Django Models and working with trees of
Model instances.
Homepage:https://github.com/django-mptt/django-mptt License: MIT
django-ninja
- Ebuilds: 2, Testing: 1.5.3, Snapshot: 9999 Description:
This package provides a Django Ninja, web framework for building
APIs with Django and Python 3.6+ type hints.
Homepage:https://github.com/vitalik/django-ninja License: MIT
django-pglocks
- Ebuilds: 2, Testing: 1.0.4, Snapshot: 9999 Description:
django-pglocks provides a useful context manager to manage PostgreSQL
advisory locks. It requires Django, PostgreSQL, and psycopg2.
Homepage:https://github.com/Xof/django-pglocks License: MIT
django-pipeline
- Ebuilds: 2, Testing: 4.1.0, Snapshot: 9999 Description:
Pipeline is an asset packaging library for Django, providing both CSS
and JavaScript concatenation and compression, built-in JavaScript
template support, and optional data-URI image and font embedding.
Homepage:https://github.com/jazzband/django-pipeline License: MIT
django-rest-knox
- Ebuilds: 2, Testing: 5.0.2, Snapshot: 9999 Description:
This package provides easy-to-use authentication for Django REST
Framework, which allows common patterns in applications
that are REST-based, with little extra effort.
Homepage:https://github.com/jazzband/django-rest-knox License: MIT
django-rq
- Ebuilds: 2, Testing: 3.2.2, Snapshot: 9999 Description:
This package provides a Django integration with RQ,
a Redis based Python queuing library.
Homepage:https://github.com/rq/django-rq License: MIT
django-storages
- Ebuilds: 2, Testing: 1.14.6, Snapshot: 9999 Description:
This package provides a variety of storage backends in a single library,
which is usually compatible with the currently supported versions of Django.
Homepage:https://github.com/jschneier/django-storages License: MIT
djangorestframework-recursive
- Ebuilds: 2, Testing: 0.1.2, Snapshot: 9999 Description:
This package provides a RecursiveField that enables you to serialize
a tree, linked list, or even a directed acyclic graph. Also supports
validation, deserialization, ModelSerializers, and multi-step
recursive structures.
Homepage:https://github.com/heywbj/django-rest-framework-recursive License: ISC
djangorestframework-simplejwt
- Ebuilds: 2, Testing: 5.5.1, Snapshot: 9999 Description:
Simple JWT provides a JSON Web Token authentication backend for the
Django REST Framework. It aims to cover the most common use cases of
JWTs by offering a conservative set of default features. It also aims
to be easily extensible in case a desired feature is not present.
Homepage:https://github.com/jazzband/djangorestframework-simplejwt License: MIT
dom-toml
- Ebuilds: 2, Testing: 2.3.0, Snapshot: 9999 Description:
This package provides a Dom's tools for Tom's Obvious, Minimal Language
with various functions.
Homepage:https://github.com/domdfcoding/dom_toml License: MIT
dpath
- Ebuilds: 2, Testing: 2.2.0, Snapshot: 9999 Description:
A python library for accessing and searching dictionaries
via /slashed/paths ala xpath. Basically it lets you glob over
a dictionary as if it were a filesystem. It allows you to specify
globs (ala the bash eglob syntax, through some advanced
fnmatch.fnmatch magic) to access dictionary elements,
and provides some facility for filtering those results.
Homepage:https://github.com/dpath-maintainers/dpath-python License: MIT
dploot
- Ebuilds: 2, Testing: 3.2.2, Snapshot: 9999 Description:
This package provides a Python library, which implements all the DPAPI
logic (Data Protection Application Programming Interface).
Homepage:https://github.com/zblurx/dploot License: MIT
drf-spectacular
- Ebuilds: 2, Testing: 0.29.0, Snapshot: 9999 Description:
This package extracts as much schema information from DRF as possible,
provides flexibility to make the schema usable in the real world,
generate a schema that works well with the most popular client generators.
Homepage:https://github.com/tfranzel/drf-spectacular License: BSD
drf-yasg
- Ebuilds: 2, Testing: 1.21.14, Snapshot: 9999 Description:
Automated generation of real Swagger/OpenAPI 2.0 schemas from
Django REST Framework code with full support for nested Serializers
and Schemas, response schemas and descriptions, etc.
Homepage:https://github.com/axnsan12/drf-yasg License: BSD-4
dropbox
- Ebuilds: 2, Testing: 12.0.2, Snapshot: 9999 Description:
This package provides the offical Python Dropbox SDK for Dropbox Core APIs
with a lot of the basic functionality.
Homepage:https://github.com/dropbox/dropbox-sdk-python License: MIT
dsinternals
- Ebuilds: 2, Testing: 1.2.5, Snapshot: 9999 Description:
This package provides a Python library containing necessary classes,
functions and structures to interact with Windows Active Directory.
Homepage:https://github.com/p0dalirius/pydsinternals License: GPL-2
dunamai
- Ebuilds: 2, Testing: 1.26.1, Snapshot: 9999 Description:
Dunamai is a Python library and command line tool for producing dynamic,
standards-compliant version strings, derived from tags in
your version control system.
Homepage:https://github.com/mtkennerly/dunamai License: MIT
face
- Ebuilds: 2, Testing: 24.0.0, Snapshot: 9999 Description:
This package provides a command-line interface parser and framework,
friendly for users, full-featured for developers.
Homepage:https://github.com/mahmoud/face License: BSD
factory-boy
- Ebuilds: 2, Testing: 3.3.3, Snapshot: 9999 Description:
A versatile test fixtures replacement based on thoughtbot's
factory_bot for Ruby. It is designed to work well with various
ORMs (Django, Mongo, SQLAlchemy).
Homepage:https://github.com/FactoryBoy/factory_boy License: MIT
fakeldap
- Ebuilds: 2, Testing: 0.6.6, Snapshot: 9999 Description:
This module provides a simple way to mock ldap backend servers.
It makes it possible to define upfront a set of directory entries
that can be queried or set fixed return values to ldap queries.
Homepage:https://github.com/zulip/fakeldap License: BSD
fastapi
- Ebuilds: 2, Testing: 0.128.0, Snapshot: 9999 Description:
This package provides a modern, fast (high-performance), web framework
for building APIs with Python based on standard Python type hints.
Homepage:https://github.com/fastapi/fastapi License: MIT
fastavro
- Ebuilds: 2, Testing: 1.12.1, Snapshot: 9999 Description:
The fastavro library was written to offer performance comparable to
the Java library. With regular CPython, fastavro uses C extensions
which allow it to iterate the same 10,000 record file in 1.7 seconds.
Homepage:https://github.com/fastavro/fastavro License: MIT
fido2
- Ebuilds: 2, Testing: 1.1.2, Snapshot: 9999 Description:
This package provides a library functionality for communicating with
a FIDO device over USB as well as verifying attestation and
assertion signatures.
Homepage:https://github.com/Yubico/python-fido2 License: Apache-2.0 BSD-2 MIT MPL-2.0
filecheck
- Ebuilds: 2, Testing: 1.0.3, Snapshot: 9999 Description:
This package provides a Python-native clone of LLVMs FileCheck tool.
This tries to be as close a clone of LLVMs FileCheck as possible,
without going crazy.
Homepage:https://github.com/AntonLydike/filecheck License: Apache-2.0
fire
- Ebuilds: 2, Testing: 0.7.1, Snapshot: 9999 Description:
Python Fire is a library for automatically generating
command line interfaces (CLIs) with a single line of code.
It will turn any Python module, class, object, function, etc.
(any Python component will work!) into a CLI. It’s called Fire
because when you call Fire(), it fires off your command.
Homepage:https://github.com/google/python-fire License: Apache-2.0
first
- Ebuilds: 2, Testing: 2.0.2, Snapshot: 9999 Description:
This package provides a simple function that returns the first true value
from an iterable, or None if there is none.
Homepage:https://github.com/hynek/first License: MIT
flup
- Ebuilds: 1, Testing: 1.0.3 Description:
This Python package is a random collection of WSGI modules I've written.
fcgi and publisher have long existed since I became interested in Python
web programming a few years ago. They have been recently cleaned up and
retrofitted with WSGI. The other modules just followed as I explored the
possibilities of WSGI.
Homepage:https://www.saddi.com/software/flup/ License: BSD
gensim
- Ebuilds: 2, Testing: 4.4.0, Snapshot: 9999 Description:
This package provides a Python library for topic modelling,
document indexing and similarity retrieval with large corpora.
Homepage:https://github.com/piskvorky/gensim License: LGPL-2.1
gevent
- Ebuilds: 2, Testing: 25.9.1, Snapshot: 9999 Description:
This package provides a coroutine-based Python networking library
that uses greenlet to provide a high-level synchronous API on top
of the libev or libuv event loop.
Homepage:https://github.com/gevent/gevent License: MIT
git-url-parse
- Ebuilds: 2, Testing: 1.2.2, Snapshot: 9999 Description:
A GIT URL parser, with possibility to parse and rewrite git urls,
and support of GitHub, Bitbucket, FriendCode, Assembla, etc.
Homepage:https://github.com/coala/git-url-parse License: MIT
glom
- Ebuilds: 2, Testing: 25.12.0, Snapshot: 9999 Description:
glom is a new and powerful way to handle real-world data with
path-based access for nested data structures, declarative data
transformation, using lightweight, Pythonic specifications, etc.
Homepage:https://github.com/mahmoud/glom License: BSD
google-cloud-bigquery
- Ebuilds: 2, Testing: 3.40.0, Snapshot: 9999 Description:
Querying massive datasets can be time consuming and expensive without
the right hardware and infrastructure. Google BigQuery solves this problem
by enabling super-fast, SQL queries against append-mostly tables,
using the processing power of Google infrastructure.
Homepage:https://github.com/googleapis/python-bigquery License: Apache-2.0
google-cloud-core
- Ebuilds: 2, Testing: 2.5.1, Snapshot: 9999 Description:
This package provides an Google Cloud API client core library,
which provides common helpers (e.g. base Client classes) used by all
of the google-cloud-* packages.
Homepage:https://github.com/googleapis/google-cloud-python License: Apache-2.0
google-cloud-iam
- Ebuilds: 2, Testing: 2.22.0, Snapshot: 9999 Description:
This package manages identity and access control for Google Cloud
Platform resources, including the creation of service accounts,
which you can use to authenticate to Google and make API calls.
Homepage:https://github.com/googleapis/python-iam License: Apache-2.0
google-cloud-kms
- Ebuilds: 2, Testing: 3.12.0, Snapshot: 9999 Description:
This package manages keys and performs cryptographic operations in
a central cloud service, for direct use by other cloud resources
and applications.
Homepage:https://github.com/googleapis/google-cloud-python License: Apache-2.0
google-cloud-spanner
- Ebuilds: 2, Testing: 3.62.0, Snapshot: 9999 Description:
Cloud Spanner is the world’s first fully managed relational database
service to offer both strong consistency and horizontal scalability
for mission-critical online transaction processing (OLTP) applications.
Homepage:https://github.com/googleapis/python-spanner License: Apache-2.0
google-cloud-storage
- Ebuilds: 2, Testing: 3.10.1, Snapshot: 9999 Description:
Google Cloud Storage allows to store data on Google infrastructure
with very high reliability, performance and availability, and can
be used to distribute large data objects to users via direct download.
Homepage:https://github.com/googleapis/python-storage License: Apache-2.0
google-crc32c
- Ebuilds: 2, Testing: 1.8.0, Snapshot: 9999 Description:
This package wraps the google/crc32c hardware-based implementation
of the CRC32C hashing algorithm. Multiple wheels are distributed
as well as source. If a wheel is not published for the python version
and platform you are using, you will need to compile crc32c using
a C toolchain.
Homepage:https://github.com/googleapis/python-crc32c License: Apache-2.0
graphene
- Ebuilds: 2, Testing: 3.4.3, Snapshot: 9999 Description:
Graphene is an opinionated Python library for building GraphQL schemas
and types fast and easily. Graphene supports any kind of data source:
SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc.
Homepage:https://github.com/graphql-python/graphene License: MIT
graphene-django
- Ebuilds: 2, Testing: 3.2.3, Snapshot: 9999 Description:
Graphene-Django is built on top of Graphene.
Graphene-Django provides some additional abstractions that make
it easy to add GraphQL functionality to your Django project.
Homepage:https://github.com/graphql-python/graphene-django License: MIT
graphql-core
- Ebuilds: 2, Testing: 3.2.7, Snapshot: 9999 Description:
GraphQL-core 3 is a Python port of GraphQL.js, the JavaScript reference
implementation for GraphQL, a query language for APIs created by Facebook.
Homepage:https://github.com/graphql-python/graphql-core License: MIT
graphql-relay
- Ebuilds: 2, Testing: 3.2.0, Snapshot: 9999 Description:
GraphQL-Relay-Py is a Python port of graphql-relay-js, while GraphQL-Core is
a Python port of GraphQL.js, the reference implementation of GraphQL for JavaScript.
Homepage:https://github.com/graphql-python/graphql-relay-py License: MIT
grpc-google-iam-v1
- Ebuilds: 2, Testing: 0.14.4, Snapshot: 9999 Description:
This package provides an GRPC Google IAM API client library, which
is capable to manages identity and access control for Google Cloud
Platform resources
Homepage:https://github.com/googleapis/google-cloud-python License: Apache-2.0
grpc-interceptor
- Ebuilds: 2, Testing: 0.15.4, Snapshot: 9999 Description:
This package provides service interceptors, but they're a bit hard to use
because of their flexibility. The grpc interceptors don't have direct access
to the request and response objects, or the service context. Access to these
are often desired, to be able to log data in the request or response,
or set status codes on the context.
Homepage:https://github.com/d5h-foss/grpc-interceptor License: MIT
handy-archives
- Ebuilds: 2, Testing: 0.2.0, Snapshot: 9999 Description:
This package provides some handy archive helpers for ZIP and
TAR archives for their further use within Python.
Homepage:https://github.com/mongomock/mongomock License: ISC
hatch-requirements-txt
- Ebuilds: 2, Testing: 0.4.1, Snapshot: 9999 Description:
This package provides a hatchling plugin to read project
dependencies from requirements.txt. hatch-requirements-txt only supports
a subset of the requirements.txt format supported by pip.
Homepage:https://github.com/repo-helper/hatch-requirements-txt License: MIT
hijridate
- Ebuilds: 2, Testing: 2.6.0, Snapshot: 9999 Description:
A Python package to convert accurately between Hijri and Gregorian
dates using the Umm al-Qura calendar of Saudi Arabia.
Homepage:https://github.com/mhalshehri/hijri-converter License: MIT
hsh
- Ebuilds: 2, Testing: 1.1.0, Snapshot: 9999 Description:
hsh is a cross-platform command line application that generates file
hash digests and performs file integrity checks via file hash digest
comparisons.
Homepage:https://github.com/chrissimpkins/hsh License: MIT
html5tagger
- Ebuilds: 2, Testing: 1.3.0, Snapshot: 9999 Description:
This package provides a simplified HTML5 syntax with possibility
to create entire document template using only Python.
Homepage:https://github.com/sanic-org/html5tagger License: MIT
igraph
- Ebuilds: 3, Testing: 0.11.9, Snapshot: 9999 Description:
This package provides a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable
the analysis of large graphs.
Homepage:https://github.com/igraph/python-igraph License: MIT
impacket
- Ebuilds: 2, Testing: 0.13.0, Snapshot: 9999 Description:
Impacket is a collection of Python classes for working with network protocols.
Impacket is focused on providing low-level programmatic access to the packets
and for some protocols (e.g. SMB1-3 and MSRPC) the protocol implementation itself.
Homepage:https://github.com/fortra/impacket License: MIT
inquirer
- Ebuilds: 2, Testing: 3.4.1, Snapshot: 9999 Description:
This package provides a collection of common interactive command line
user interfaces, based on Inquirer.js.
Homepage:https://github.com/magmax/python-inquirer License: MIT
itypes
- Ebuilds: 2, Testing: 1.2.0, Snapshot: 9999 Description:
Basic immutable container types for Python.
A simple implementation that's designed for simplicity over performance.
Homepage:https://github.com/tomchristie/itypes License: BSD
jdatetime
- Ebuilds: 2, Testing: 5.2.0, Snapshot: 9999 Description:
jdatetime is Jalali implementation of Python's datetime module
Jalali calendar binding for Python based on Python's datetime module
Homepage:https://github.com/slashmili/jdatetime License: PYTHON
jiter
- Ebuilds: 2, Testing: 0.12.0, Snapshot: 9999 Description:
This package provides a standalone version of the JSON parser used in
pydantic-core. The recommendation is to only use this package directly
if you do not use pydantic.
Homepage:https://github.com/pydantic/jiter License: Apache-2.0 Boost-1.0 Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 UoI-NCSA Unicode-3.0
jproperties
- Ebuilds: 2, Testing: 2.1.2, Snapshot: 9999 Description:
jProperties is a Java Property file parser and writer for Python.
It aims to provide the same functionality as Java's Properties class,
although currently the XML property format is not supported.
Homepage:https://github.com/Tblue/python-jproperties License: BSD
jsmin
- Ebuilds: 2, Testing: 3.0.1, Snapshot: 9999 Description:
This package provides a JavaScript minifier with no attempt to be
compatible with ECMAScript 6 / ES.next / Harmony
Homepage:https://github.com/tikitu/jsmin License: MIT
jsonfield
- Ebuilds: 2, Testing: 3.2.0, Snapshot: 9999 Description:
A Django field that allows you to store validated JSON in your model.
It silently takes care of serialization, simply add field to your model.
Homepage:https://github.com/rpkilby/jsonfield License: MIT
langdetect
- Ebuilds: 2, Testing: 1.0.9, Snapshot: 9999 Description:
This package provides a port of Google's language-detection library
(version from 03/03/2014) to Python.
Homepage:https://github.com/Mimino666/langdetect License: Apache-2.0
lazy-model
- Ebuilds: 2, Testing: 0.4.0, Snapshot: 9999 Description:
This library provides a lazy interface for parsing objects from
dictionaries. During the parsing, it saves the raw data inside
the object and parses each field on demand.
Homepage:https://github.com/BeanieODM/lazy_model License: Apache-2.0
ldapdomaindump
- Ebuilds: 2, Testing: 0.10.0_p20250406, Snapshot: 9999 Description:
This package provides a a tool which collects and parses information
available via LDAP and outputting it in a human readable HTML format,
as well as machine readable json and csv/tsv/greppable files.
Homepage:https://github.com/dirkjanm/ldapdomaindump License: MIT
libvalkey
- Ebuilds: 2, Testing: 4.0.1, Snapshot: 9999 Description:
This package provides a Python extension that wraps protocol parsing
code in libvalkey. It primarily speeds up parsing of multi bulk replies.
Homepage:https://github.com/valkey-io/libvalkey-py License: MIT
litestar
- Ebuilds: 2, Testing: 2.19.0, Snapshot: 9999 Description:
Litestar is a powerful, flexible yet opinionated ASGI framework,
focused on building APIs. It offers high-performance data validation,
dependency injection, first-class ORM integration, authorization primitives,
a rich plugin API, middleware, and much more that's needed
to get applications up and running.
Homepage:https://github.com/litestar-org/litestar License: MIT
litestar-htmx
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
This package provides a HTMX Plugin for Litestar, a JavaScript library
that gives an access to AJAX, CSS Transitions, WebSockets and Server
Sent Events directly in HTML, using attributes.
Homepage:https://github.com/litestar-org/litestar-htmx License: MIT
llvmlite
- Ebuilds: 2, Testing: 0.43.0, Snapshot: 9999 Description:
llvmlite is a project originally tailored for Numba's needs, using the following approach:
A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API.
A ctypes Python wrapper around the C API.
A pure Python implementation of the subset of the LLVM IR builder that we need for Numba.
Homepage:https://github.com/numba/llvmlite License: BSD
luhn
- Ebuilds: 2, Testing: 0.2.0, Snapshot: 9999 Description:
This package provides an implementation of Luhn's check digit algorithm
(the Modulus 10 Double Add Double checksum). This algorithm is used
to verify credit card numbers and Standard and Poor's security identifiers
such as CUSIP and CSIN.
Homepage:https://github.com/mmcloughlin/luhn License: MIT
markuppy
- Ebuilds: 2, Testing: 1.18, Snapshot: 9999 Description:
A Python module that attempts to make it easier to generate HTML/XML
from a Python program in an intuitive, lightweight, customizable and
pythonic way.
Homepage:https://github.com/tylerbakke/MarkupPy License: MIT
mashumaro
- Ebuilds: 2, Testing: 3.20, Snapshot: 9999 Description:
In Python, you often need to dump and load objects based on the schema.
It can be a dataclass model, a list of third-party generic classes or whatever.
Mashumaro not only lets you save and load things in different ways,
but it also does it super quick.
Homepage:https://github.com/Fatal1ty/mashumaro License: Apache-2.0
masky
- Ebuilds: 1, Testing: 0.2.1 Description:
This package provides a Python library with CLI allowing to
remotely dump domain user credentials via an ADCS
Homepage:https://pypi.org/project/masky License: MIT
mcp
- Ebuilds: 2, Testing: 1.27.1, Snapshot: 9999 Description:
The Model Context Protocol allows applications to provide context for LLMs
in a standardized way, separating the concerns of providing context from
the actual LLM interaction.
Homepage:https://github.com/modelcontextprotocol/python-sdk License: MIT
minidump
- Ebuilds: 2, Testing: 0.0.24, Snapshot: 9999 Description:
This package provides a Python library to parse and read Microsoft minidump
file format with feature to create minidumps on Windows using WinAPI
Homepage:https://github.com/skelsec/minidump License: MIT
minijinja
- Ebuilds: 1, Testing: 2.15.1 Description:
This package provides an experimental Python binding of the Rust
MiniJinja template engine.
dev-python/httpx.
Homepage:https://github.com/mitsuhiko/minijinja License: Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 ISC MIT Unicode-3.0 ZLIB
minikerberos
- Ebuilds: 2, Testing: 0.4.9, Snapshot: 9999 Description:
This package provides a Python library which implements a kerberos client.
It also comes with multiple useful examples for pentesters who wish
to perform security audits on the kerberos protocol.
Homepage:https://github.com/skelsec/minikerberos License: MIT
minio
- Ebuilds: 2, Testing: 7.2.20, Snapshot: 9999 Description:
The MinIO Python Client SDK provides high level APIs to access any
MinIO Object Storage or other Amazon S3 compatible service.
Homepage:https://github.com/minio/minio-py License: Apache-2.0
mkrecipe
- Ebuilds: 2, Testing: 0.9.0, Snapshot: 9999 Description:
This package provides a tool to create recipes for building
conda packages from distributions on PyPI.
Homepage:https://github.com/repo-helper/mkrecipe License: MIT
mmh3
- Ebuilds: 2, Testing: 5.2.0, Snapshot: 9999 Description:
This package provides a Python extension for MurmurHash (MurmurHash3),
a set of fast and robust non-cryptographic hash functions invented
by Austin Appleby.
Homepage:https://github.com/hajimes/mmh3 License: MIT
mock-django
- Ebuilds: 2, Testing: 0.6.10, Snapshot: 9999 Description:
A simple library for mocking certain Django behavior,
such as the ORM, test inclused in can be used as examples
Homepage:https://github.com/dcramer/mock-django License: Apache-2.0
model-bakery
- Ebuilds: 2, Testing: 1.23.2, Snapshot: 9999 Description:
This package provides a smart way to create fixtures for testing in Django.
With a simple and powerful API to create many objects with a single line of code.
Homepage:https://github.com/model-bakers/model_bakery License: Apache-2.0
mongoengine
- Ebuilds: 2, Testing: 0.29.1, Snapshot: 9999 Description:
This package provides an ORM-like layer on top of PyMongo, a Python
Object-Document Mapper for working with MongoDB.
Homepage:https://github.com/MongoEngine/mongoengine License: MIT
mongomock
- Ebuilds: 2, Testing: 4.3.0, Snapshot: 9999 Description:
This package provides a small library to help testing Python code
that interacts with MongoDB via Pymongo.
Homepage:https://github.com/mongomock/mongomock License: ISC
montydb
- Ebuilds: 2, Testing: 2.5.6, Snapshot: 9999 Description:
This package provides a pure Python-implemented database that
looks and works like MongoDB.
Homepage:https://github.com/davidlatwe/montydb License: BSD
motor
- Ebuilds: 2, Testing: 3.7.1, Snapshot: 9999 Description:
This package provides a full-featured, non-blocking MongoDB driver
for Python asyncio and Tornado applications. Motor presents a
coroutine-based API for non-blocking access to MongoDB.
Homepage:https://github.com/mongodb/motor License: Apache-2.0
moviepy
- Ebuilds: 2, Testing: 2.2.1, Snapshot: 9999 Description:
MoviePy is a Python library for video editing: cutting, concatenations,
title insertions, video compositing, video processing, and creation of
custom effects.
Homepage:https://github.com/Zulko/moviepy License: MIT
msldap
- Ebuilds: 2, Testing: 0.5.15, Snapshot: 9999 Description:
This package provides a Python library which implements
a fully functional LDAP interactive client
Homepage:https://github.com/skelsec/msldap License: MIT
msrest
- Ebuilds: 2, Testing: 0.6.21, Snapshot: 9999 Description:
Runtime library for AutoRest generated Python clients
with Platform information in UserAgent, and other features.
Homepage:https://github.com/Azure/msrest-for-python License: MIT
mysql-connector-python
- Ebuilds: 2, Testing: 9.5.0, Snapshot: 9999 Description:
MySQL Connector/Python enables Python programs to access MySQL databases,
using an API that is compliant with the Python Database API Specification v2.0 (PEP 249).
Homepage:https://github.com/mysql/mysql-connector-python License: GPL-2
ncclient
- Ebuilds: 2, Testing: 0.7.0, Snapshot: 9999 Description:
Python library that facilitates client-side scripting and
application development around the NETCONF protocol
Homepage:https://github.com/ncclient/ncclient License: Apache-2.0
netapp-ontap
- Ebuilds: 1, Testing: 9.17.1.0 Description:
The Python client library is a package you can use when writing scripts
to access the ONTAP REST API. It provides support for several underlying
services, including connection management, asynchronous request processing,
and exception handling.
Homepage:https://devnet.netapp.com/restapi.php License: BSD
nltk
- Ebuilds: 2, Testing: 3.9.4, Snapshot: 9999 Description:
This package provides a NLTK (the Natural Language Toolkit), a suite of
open source Python modules, data sets, and tutorials supporting research
and development in Natural Language Processing.
Homepage:https://github.com/nltk/nltk License: Apache-2.0
nltkdata
- Ebuilds: 1, Testing: 20250326 Description:
This package provides a data distribution for NLTK,
leading platform for building Python programs
to work with human language data.
Homepage:https://www.nltk.org/nltk_data/ License: all-rights-reserved
nmslib
- Ebuilds: 2, Testing: 2.1.2, Snapshot: 9999 Description:
Non-Metric Space Library (NMSLIB) is an efficient cross-platform
similarity search library and a toolkit for evaluation of similarity
search methods. The goal of the project is to create an effective and
comprehensive toolkit for searching in generic and non-metric spaces.
Homepage:https://github.com/nmslib/nmslib License: Apache-2.0
oci
- Ebuilds: 2, Testing: 2.166.0, Snapshot: 9999 Description:
This package provides a Python SDK for Oracle Cloud Infrastructure with
support of FIPS-validated libcrypto library.
Homepage:https://github.com/oracle/oci-python-sdk License: Apache-2.0
onetimepass
- Ebuilds: 2, Testing: 1.0.1, Snapshot: 9999 Description:
A module for generating one-time passwords, namely
HOTPs (HMAC-based one-time passwords) and
TOTPs (time-based one-time passwords).
Homepage:https://github.com/tadeck/onetimepass License: MIT
openai
- Ebuilds: 2, Testing: 2.15.0, Snapshot: 9999 Description:
The OpenAI Python library provides convenient access to the OpenAI REST API
from any Python application. The library includes type definitions for all
request params and response fields, and offers both synchronous and
asynchronous clients powered by httpx.
Homepage:https://github.com/openai/openai-python License: Apache-2.0
oracledb
- Ebuilds: 2, Testing: 3.4.1, Snapshot: 9999 Description:
The python-oracledb driver is the widely used, open-source Python
extension module allowing Python programs to connect directly to
Oracle Database with no extra libraries needed.
Homepage:https://github.com/oracle/python-oracledb License: Apache-2.0
oscrypto
- Ebuilds: 2, Testing: 1.3.0_p20230823, Snapshot: 9999 Description:
This package provides a Python library which integrates with
the encryption library that is part of the operating system.
Homepage:https://github.com/wbond/oscrypto License: MIT
oyaml
- Ebuilds: 2, Testing: 1.1, Snapshot: 9999 Description:
oyaml is a drop-in replacement for PyYAML
which preserves dict ordering.
Both Python 2 and Python 3 are supported.
Homepage:https://github.com/wimglenn/oyaml License: MIT
pandas-stubs
- Ebuilds: 2, Testing: 2.3.3.260113, Snapshot: 9999 Description:
This package provides a public type stubs for pandas,
following the convention of providing stubs in a separate package.
The stubs cover the most typical use cases of pandas. In general,
these stubs are narrower than what is possibly allowed by pandas.
Homepage:https://github.com/pandas-dev/pandas-stubs License: BSD
parsel
- Ebuilds: 2, Testing: 1.11.0, Snapshot: 9999 Description:
A Python package to extract data from XML/HTML documents via using
XPath, CSS, JMESPath and Regular expressions
Homepage:https://github.com/scrapy/parsel License: BSD
pendulum
- Ebuilds: 2, Testing: 3.2.0, Snapshot: 9999 Description:
This package provides a Python package to ease datetimes manipulation.
It provides classes that are drop-in replacements for the native ones
(they inherit from them).
Homepage:https://github.com/python-pendulum/pendulum License: Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0
policyuniverse
- Ebuilds: 2, Testing: 1.5.1.20231109, Snapshot: 9999 Description:
This package provides classes to parse AWS IAM and Resource Policies.
Additionally, this package can expand wildcards in AWS Policies
using permissions obtained from the AWS Policy Generator.
This package can also minify an AWS policy to help you stay under
policy size limits.
Homepage:https://github.com/Netflix-Skunkworks/policyuniverse License: Apache-2.0
polyfactory
- Ebuilds: 2, Testing: 3.2.0, Snapshot: 9999 Description:
Polyfactory is a simple and powerful mock data generation library,
based around type hints and supporting dataclasses, typed-dicts,
pydantic models, msgspec structs and more.
Homepage:https://github.com/litestar-org/polyfactory License: MIT
port-for
- Ebuilds: 2, Testing: 1.0.0, Snapshot: 9999 Description:
Utility that helps with local TCP ports managment.
It can find an unused TCP localhost port and remember the association.
Homepage:https://github.com/fizyk/port-for License: MIT
prance
- Ebuilds: 2, Testing: 25.4.8.0, Snapshot: 9999 Description:
Prance provides parsers for Swagger/OpenAPI 2.0 and 3.0 API
specifications in Python. It uses openapi_spec_validator,
swagger_spec_validator or flex to validate specifications,
but additionally resolves JSON references in accordance with
the OpenAPI spec.
Homepage:https://github.com/RonnyPfannschmidt/prance License: Apache-2.0 MIT
proglog
- Ebuilds: 2, Testing: 0.1.12, Snapshot: 9999 Description:
Proglog is a progress logging system for Python. It allows to build complex
libraries while giving your users control over logs, callbacks and progress bars.
Homepage:https://github.com/Edinburgh-Genome-Foundry/Proglog License: MIT
promise
- Ebuilds: 2, Testing: 2.3.0, Snapshot: 9999 Description:
This is a implementation of Promises in Python. It is a super set of
Promises/A+ designed to have readable, performant code and to provide
just the extensions that are absolutely necessary for using promises
in Python.
Homepage:https://github.com/syrusakbary/promise License: MIT
purl
- Ebuilds: 2, Testing: 1.6, Snapshot: 9999 Description:
An immutable URL class with a clean API for interrogation and
manipulation with additional support template URLs as per RFC 6570.
Homepage:https://github.com/codeinthehole/purl License: MIT
pwdlib
- Ebuilds: 2, Testing: 0.3.0, Snapshot: 9999 Description:
This package provides a password hash helper for the modern Python era.
However, it's not designed to be a complete replacement for dev-python/passlib,
which supports numerous hashing algorithms and features.
Homepage:https://github.com/frankie567/pwdlib License: MIT
py-serializable
- Ebuilds: 3, Testing: 2.0.0, Snapshot: 9999 Description:
This Pythonic library provides a framework for serializing/deserializing
Python classes to and from JSON and XML.
Homepage:https://github.com/madpah/serializable License: Apache-2.0
py3dns
- Ebuilds: 2, Testing: 4.0.2, Snapshot: 9999 Description:
This Python 3 module provides an DNS API for looking up DNS entries from
within Python 3 modules and applications. This module is a simple,
lightweight implementation.
Homepage:https://launchpad.net/py3dns License: PYTHON
pyahocorasick
- Ebuilds: 2, Testing: 2.3.0, Snapshot: 9999 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
pybeam
- Ebuilds: 2, Testing: 0.8.1, Snapshot: 9999 Description:
This package provides an implementation of parser as a Python module
to parse Erlang BEAM files (https://erlang.org/~bjorn/beam_file_format.html).
Homepage:https://github.com/matwey/pybeam License: MIT
pycep-parser
- Ebuilds: 2, Testing: 0.7.0, Snapshot: 9999 Description:
This package provides a parser for Azure Bicep (a declarative language
for describing and deploying Azure resources) files leveraging
dev-python/lark.
Homepage:https://github.com/gruebel/pycep License: Apache-2.0
pycfmodel
- Ebuilds: 2, Testing: 2.1.0, Snapshot: 9999 Description:
pycfmodel makes it easier to work with CloudFormation scripts in Python
by creating a model comprised of python objects. Objects have various
helper functions which help with performing common tasks related
to parsing and inspecting CloudFormation scripts.
Homepage:https://github.com/Skyscanner/pycfmodel License: Apache-2.0
pydash
- Ebuilds: 2, Testing: 8.0.6, Snapshot: 9999 Description:
The kitchen sink of Python utility libraries for doing "stuff"
in a functional way. Based on the Lo-Dash Javascript library.
Homepage:https://github.com/dgilland/pydash License: MIT
pygaljs
- Ebuilds: 2, Testing: 1.0.2, Snapshot: 9999 Description:
Python package providing assets from javascript modules made
for pygal (https://github.com/Kozea/pygal.js)
Homepage:https://github.com/ionelmc/python-pygaljs License: LGPL-3
pyinstrument
- Ebuilds: 2, Testing: 5.1.2, Snapshot: 9999 Description:
This package provides a Python profiler tool to help with code optimization,
making it faster by focusing on the slowest part of program.
Homepage:https://github.com/joerick/pyinstrument License: BSD
pykickstart
- Ebuilds: 2, Testing: 3.68, Snapshot: 9999 Description:
A library consisting of a data representation of kickstart files,
a parser to read files into that representation,
and a writer to generate kickstart files.
Homepage:https://github.com/pykickstart/pykickstart License: GPL-2
pylnk3
- Ebuilds: 2, Testing: 0.4.3, Snapshot: 9999 Description:
This package provides a Python library for reading and writing
Windows shortcut files (.lnk)
Homepage:https://github.com/strayge/pylnk License: LGPL-3+
pymeeus
- Ebuilds: 2, Testing: 0.5.12, Snapshot: 9999 Description:
Python implementation of Jean Meeus astronomical algorithms
described in the classical book "Astronomical Algorithms,
2nd Edition, Willmann-Bell Inc. (1998)" by Jean Meeus.
Homepage:https://github.com/architest/pymeeus License: GPL-3 LGPL-3
pymssql
- Ebuilds: 2, Testing: 2.3.11, Snapshot: 9999 Description:
This package provides a simple database interface for Python that
builds on top of FreeTDS to provide a Python DB-API (PEP-249)
interface to Microsoft SQL Server.
Homepage:https://github.com/pymssql/pymssql License: LGPL-2.1+
pypi-json
- Ebuilds: 2, Testing: 0.4.0, Snapshot: 9999 Description:
This package provides is a client library for the Python JSON API.
With it, it is possible to query the Python Package Index (PyPI),
and other repositories using the same API, for project metadata,
including available releases and downloadable package files.
Homepage:https://github.com/repo-helper/pypi-json License: MIT
pyproject-parser
- Ebuilds: 2, Testing: 0.14.0, Snapshot: 9999 Description:
This package provides a parser for ‘pyproject.toml’ with optional
README validation feature, which checks the README will render correctly
on PyPI.
Homepage:https://github.com/repo-helper/pyproject-parser License: MIT
pypsrp
- Ebuilds: 2, Testing: 0.9.1, Snapshot: 9999 Description:
This package provides a Python client for the PowerShell Remoting Protocol
(PSRP) service. It allows you to execute PowerShell scripts inside the
Python script with a target being remote or some other local process.
Homepage:https://github.com/jborean93/pypsrp License: MIT
pypykatz
- Ebuilds: 2, Testing: 0.6.13, Snapshot: 9999 Description:
This package provides an tool that extracts passwords stored
in memory on Microsoft Windows.
Homepage:https://github.com/skelsec/pypykatz License: MIT
pystache
- Ebuilds: 2, Testing: 0.6.8, Snapshot: 9999 Description:
Pystache is a Python implementation of Mustache.
Mustache is a framework-agnostic, logic-free templating system
for Ruby, inspired by ctemplate and etc.
Homepage:https://github.com/PennyDreadfulMTG/pystache License: MIT
pytest-datadir-ng
- Ebuilds: 2, Testing: 1.1.1, Snapshot: 9999 Description:
The datadir-ng plugin for pytest provides the datadir and datadir_copy
fixtures which allow test functions to easily access resources in
data directories.
Homepage:https://github.com/Tblue/pytest-datadir-ng License: BSD
pytest-docker-tools
- Ebuilds: 2, Testing: 3.1.9, Snapshot: 9999 Description:
This package provides a set of opinionated helpers for creating py.test
fixtures for your smoke testing and integration testing. It strives to
keep your environment definition declarative, like a docker-compose.yml.
Homepage:https://github.com/Jc2k/pytest-docker-tools License: Apache-2.0
pytest-emoji
- Ebuilds: 2, Testing: 0.2.0, Snapshot: 9999 Description:
This package provides a pytest plugin that adds emojis to test result
report via providing a emoji CLI flag to pytest, which replaces the
test result indicator to emojis, both for normal and verbose mode.
Homepage:https://github.com/hackebrot/pytest-emoji License: MIT
pytest-git
- Ebuilds: 2, Testing: 1.8.0, Snapshot: 9999 Description:
This package provides a pytest plugin that creates an empty Git
repository for testing that cleans up after itself on teardown.
Homepage:https://github.com/man-group/pytest-plugins License: MIT
pytest-random-order
- Ebuilds: 2, Testing: 1.2.0, Snapshot: 9999 Description:
pytest-random-order is a pytest plugin that randomises the order of tests.
This can be useful to detect a test that passes just because it happens
to run after an unrelated test that leaves the system in a favourable state.
The plugin allows user to control the level of randomness they want
to introduce and to disable reordering on subsets of tests.
Homepage:https://github.com/jbasko/pytest-random-order License: MIT
pytest-shutil
- Ebuilds: 2, Testing: 1.8.1, Snapshot: 9999 Description:
This library is a goodie-bag of Unix shell and environment management
tools for automated tests. A summary of the available functions is below,
look at the source for the full listing.
Homepage:https://github.com/man-group/pytest-plugins License: MIT
pytest-snapshot
- Ebuilds: 2, Testing: 0.9.0, Snapshot: 9999 Description:
This package provides a plugin for snapshot testing with pytest.
Snapshot testing can be used to test that the value of an expression
does not change unexpectedly.
Homepage:https://github.com/joseph-roitman/pytest-snapshot License: MIT
python-crontab
- Ebuilds: 2, Testing: 3.3.0, Snapshot: 9999 Description:
Crontab module for reading and writing crontab files and
accessing the system cron automatically and simply using a direct API.
Homepage:https://gitlab.com/doctormo/python-crontab/ License: LGPL-3+
pythonqt
- Ebuilds: 2, Testing: 4.0.1, Snapshot: 9999 Description:
PythonQt is a dynamic Python binding for the Qt framework.
It offers an easy way to embed the Python scripting language into
your C++ Qt applications. The focus of PythonQt is on embedding Python
into an existing C++ application, not on writing the whole application
completely in Python.
Homepage:https://mevislab.github.io/pythonqt/ License: LGPL-2.1
pyvcloud
- Ebuilds: 2, Testing: 23.0.4, Snapshot: 9999 Description:
Python SDK for VMware vCloud Director
Primary used by vcd-cli, the Command Line Interface for
VMware vCloud Director.
Homepage:https://github.com/vmware/pyvcloud License: Apache-2.0
pyvmomi
- Ebuilds: 2, Testing: 9.0.0.0, Snapshot: 9999 Description:
A Python SDK for the VMware vSphere API that allows you
to access management components of ESX, ESXi, and vCenter.
Homepage:https://github.com/vmware/pyvmomi License: Apache-2.0
questionary
- Ebuilds: 2, Testing: 2.1.1, Snapshot: 9999 Description:
A Python library to build pretty command line user prompts
This library will help you make the input prompts easy to read
and answer for the user.
Homepage:https://github.com/tmbo/questionary License: MIT
readchar
- Ebuilds: 2, Testing: 4.2.1, Snapshot: 9999 Description:
This package provides a library to easily read single chars
and key strokes, which is capable to read one character from stdin,
returning it as a string with length 1.
Homepage:https://github.com/magmax/python-readchar License: MIT
reprint
- Ebuilds: 2, Testing: 0.6.0, Snapshot: 9999 Description:
A simple module to print and refresh multi line output contents
in terminal with simple variable bindings and automatic command
line refresh upon variable change and simultaneous multi-line
refresh with each line binded to different variables
Homepage:https://github.com/Yinzo/reprint License: Apache-2.0
rstr
- Ebuilds: 2, Testing: 3.2.2, Snapshot: 9999 Description:
rstr is a helper module for easily generating random strings
of various types. It could be useful for fuzz testing,
generating dummy data, or other applications.
Homepage:https://github.com/leapfrogonline/rstr License: BSD
ruff
- Ebuilds: 2, Testing: 0.15.13, Snapshot: 9999 Description:
This package provides a python module for an extremely fast Python
linter and code formatter, written in Rust.
Homepage:https://github.com/astral-sh/ruff License: MIT
sanic
- Ebuilds: 2, Testing: 25.12.0, Snapshot: 9999 Description:
Sanic is a Python web server and web framework that’s written to go fast.
It allows the usage of the async/await syntax, which makes code
non-blocking and speedy.
Homepage:https://github.com/sanic-org/sanic License: MIT
sanic-ext
- Ebuilds: 2, Testing: 25.12.0, Snapshot: 9999 Description:
Sanic Extensions is an officially supported Sanic plugin to provide
application developers with additional tools and features.
Homepage:https://github.com/sanic-org/sanic-ext License: MIT
sanic-routing
- Ebuilds: 2, Testing: 23.12.0, Snapshot: 9999 Description:
This package provides a core routing component for Sanic. This
package comes with a BaseRouter that needs to be subclassed
in order to be used for its specific needs.
Homepage:https://github.com/sanic-org/sanic-routing License: MIT
sanic-testing
- Ebuilds: 2, Testing: 24.6.0, Snapshot: 9999 Description:
This package is meant to be the core testing utility and clients
for testing Sanic applications. It is mainly derived from
sanic.testing which has (or will be) removed from the main
Sanic repository in the future.
Homepage:https://github.com/sanic-org/sanic-testing License: MIT
schema
- Ebuilds: 2, Testing: 0.7.8, Snapshot: 9999 Description:
schema is a library for validating Python data structures,
such as those obtained from config-files, forms, external
services or command-line parsing, converted from JSON/YAML
(or something else) to Python data-types.
Homepage:https://github.com/keleshev/schema License: MIT
sdjson
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
Custom JSON Encoder for Python utilising functools.singledispatch to
support custom encoders for both Python’s built-in classes and
user-created classes, without as much legwork.
Homepage:https://github.com/domdfcoding/singledispatch-json License: MIT
selinux
- Ebuilds: 2, Testing: 0.3.0, Snapshot: 9999 Description:
Pure-python selinux shim module for use in virtualenvs in oder to
avoid failure to load selinux in Ansible modules.
You still need to have libselinux python bindings package installed
on your system for it to work but you no longer have the problem of
not being able to import it from inside isolated (default) virtualenvs.
This package was also tested as installed outside virtualenvs and seems
not to interfere with the original library.
Homepage:https://github.com/pycontribs/selinux License: MIT
sentinels
- Ebuilds: 2, Testing: 1.1.1, Snapshot: 9999 Description:
This package provides a small utility providing the Sentinel class,
along with useful instances.
Homepage:https://github.com/vmalloc/sentinels License: BSD
sentry-sdk
- Ebuilds: 2, Testing: 2.51.0, Snapshot: 9999 Description:
This package provides an end-to-end distributed tracing, enabling
developers to identify and debug performance issues and errors
across their systems and services.
Homepage:https://github.com/getsentry/sentry-python License: MIT
smart-open
- Ebuilds: 2, Testing: 7.6.0, Snapshot: 9999 Description:
smart_open is a Python 3 library for efficient streaming of very large
files from/to storages such as S3, GCS, Azure Blob Storage, HDFS,
WebHDFS, HTTP, HTTPS, SFTP, or local filesystem. It supports
transparent, on-the-fly (de-)compression for a variety of different
formats.
Homepage:https://github.com/piskvorky/smart_open License: MIT
snowplow-tracker
- Ebuilds: 2, Testing: 1.1.0, Snapshot: 9999 Description:
Add analytics to your Python apps and Python games with the Snowplow
event tracker for Python. With this tracker you can collect event data
from your Python-based applications, games or Python web servers/frameworks.
Homepage:https://github.com/snowplow/snowplow-python-tracker License: Apache-2.0
spdx-tools
- Ebuilds: 2, Testing: 0.8.3, Snapshot: 9999 Description:
This package provides a python library to parse, validate and
create SPDX documents with full validation of SPDX documents
against the v2.2 and v2.3 specification.
Homepage:https://github.com/spdx/tools-python License: Apache-2.0
sphinxcontrib-openapi
- Ebuilds: 2, Testing: 0.8.4, Snapshot: 9999 Description:
sphinxcontrib-openapi is a Sphinx extension to generate APIs docs from OpenAPI
(fka Swagger) spec. It depends on sphinxcontrib-httpdomain that provides
an HTTP domain for describing RESTful HTTP APIs, so we don't need
to reinvent the wheel.
Homepage:https://github.com/sphinx-contrib/openapi License: BSD-2
sqlmodel
- Ebuilds: 2, Testing: 0.0.31, Snapshot: 9999 Description:
SQLModel is a library for interacting with SQL databases from Python code,
with Python objects. It is designed to be intuitive, easy to use,
highly compatible, and robust.
Homepage:https://github.com/fastapi/sqlmodel License: MIT
sse-starlette
- Ebuilds: 2, Testing: 3.2.0, Snapshot: 9999 Description:
This package provides a production ready Server-Sent Events
implementation for Starlette and FastAPI following the W3C SSE specification.
Homepage:https://github.com/sysid/sse-starlette License: BSD
stone
- Ebuilds: 2, Testing: 3.3.9, Snapshot: 9999 Description:
This package provides an interface description language (IDL) for APIs,
described by specification files written in the Stone language.
Homepage:https://github.com/dropbox/stone License: MIT
syrupy
- Ebuilds: 2, Testing: 5.1.0, Snapshot: 9999 Description:
This package provides a zero-dependency pytest snapshot plugin.
It enables developers to write tests which assert immutability
of computed results.
Homepage:https://github.com/syrupy-project/syrupy License: MIT
thingy
- Ebuilds: 2, Testing: 0.10.0, Snapshot: 9999 Description:
This package provides a library that can represent dictionaries
as objects, that can have different dictionary views.
Homepage:https://github.com/Refty/thingy License: MIT
timecop
- Ebuilds: 2, Testing: 0.5.0_pre, Snapshot: 9999 Description:
A port of TimeCop Ruby Gem for Python which provides
"time travel", "time freezing", and "time acceleration" capabilities,
making it simple to test time-dependent code
Homepage:https://github.com/bluekelp/pytimecop License: GPL-3+
toml
- Ebuilds: 2, Testing: 0.10.2, Snapshot: 9999 Description:
A python library for parsing and creating TOML (Tom's Obvious,
Minimal Language).
Homepage:https://github.com/uiri/toml License: MIT
tracerite
- Ebuilds: 2, Testing: 2.3.1, Snapshot: 9999 Description:
TraceRite hides the irrelevant IPython/notebook internals and
concisely shows what happened (the program was interrupted)
and where that happened.
Homepage:https://github.com/sanic-org/tracerite License: MIT
tree-format
- Ebuilds: 2, Testing: 0.1.2, Snapshot: 9999 Description:
Python library to generate nicely formatted trees, like the UNIX `tree`
command, which list contents of directories in a tree-like format.
Homepage:https://github.com/jml/tree-format License: Apache-2.0
txmongo
- Ebuilds: 2, Testing: 25.0.0, Snapshot: 9999 Description:
This package provides an asynchronous Python/Twisted driver for
MongoDB that implements the wire protocol on non-blocking sockets.
Homepage:https://github.com/twisted/txmongo License: Apache-2.0
types-awscrt
- Ebuilds: 2, Testing: 0.31.3, Snapshot: 9999 Description:
This package provides type annotations and code completion for awscrt,
compatible with various IDE, text editors.
Homepage:https://github.com/youtype/types-awscrt License: MIT
ua-parser
- Ebuilds: 2, Testing: 0.18.0, Snapshot: 9999 Description:
A python implementation of the UA Parser, python wrapper
for the User Agent String Parser.
This is Python port of Browserscope's user agent parser
Homepage:https://github.com/ua-parser/uap-python License: Apache-2.0
umalqurra
- Ebuilds: 2, Testing: 0.2, Snapshot: 9999 Description:
Python Umalqurra Calender is an API that will give you the ability
to convert Gregorian to Hijri and hijri to Gregorian it will give
you the day name in arabic and english, and the month name in Hijri
arabic and Gregorian.
Homepage:https://github.com/tytkal/python-hijiri-ummalqura License: MIT
umongo
- Ebuilds: 2, Testing: 3.1.0, Snapshot: 9999 Description:
This package provides a Python MongoDB ODM. Its inception comes
from two needs: the lack of async ODM and the difficulty to do
document (un)serialization with existing ODMs.
Homepage:https://github.com/Scille/umongo License: MIT
unicrypto
- Ebuilds: 2, Testing: 0.0.12, Snapshot: 9999 Description:
This package provides a Python library which implements some unified
interface for some crypto algos
Homepage:https://github.com/skelsec/unicrypto License: MIT
unittest-xml-reporting
- Ebuilds: 2, Testing: 4.0.0, Snapshot: 9999 Description:
A unittest test runner that can save test results to XML files
in xUnit format. The files can be consumed by a wide range of tools,
such as build systems, IDEs and continuous integration servers.
Homepage:https://github.com/xmlrunner/unittest-xml-reporting License: BSD-2
update-checker
- Ebuilds: 2, Testing: 0.18.0, Snapshot: 9999 Description:
A python module that will check for package updates.
Only whitelisted packages can be checked for updates.
Contact update_checker's author for information on
adding a package to the whitelist
Homepage:https://github.com/bboe/update_checker License: BSD-2
uuid-utils
- Ebuilds: 2, Testing: 0.14.0, Snapshot: 9999 Description:
Python UUID implementation using Rust's UUID library.
This will make uuid4 function around 10x faster.
This package can be a drop-in replacement to the standard library UUID.
Homepage:https://github.com/aminalaee/uuid-utils License: Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016
vcd-api-schemas-type
- Ebuilds: 1, Testing: 10.3.0_pre72 Description:
The schemas that represent all public interfacing into vCloud Director,
including the XSD-based REST API at /api, the new OpenAPI endpoints at
/cloudapi, and the object extensibility schemas for communication with
specific phases of vCloud Director operations.
Homepage:https://github.com/vmware/vcd-api-schemas License: BSD-2
versionfinder
- Ebuilds: 2, Testing: 1.1.1, Snapshot: 9999 Description:
A library intended to identify the version/source details of
a specified Python distribution (usually the one calling it),
whether it was installed via pip, setuptools or git.
Homepage:https://github.com/jantman/versionfinder License: LGPL-3
vsphere-guest-run
- Ebuilds: 2, Testing: 0.0.7, Snapshot: 9999 Description:
Enables executing programs in the guest operating system of
virtual machines running on vSphere. It also enables working
with directories and files. It uses the vSphere Guest Operations API,
and therefore network connectivity to the virtual machine is not required.
vCenter and guest OS credentials are required.
It is distributed as a package with a Python library and CLI.
Homepage:https://github.com/vmware/vsphere-guest-run License: BSD-2
w3lib
- Ebuilds: 2, Testing: 2.4.1, Snapshot: 9999 Description:
A Python package with web-related functions, like:
remove comments, or tags, extract base url, translate entites
from HTML snippets, etc.
Homepage:https://github.com/scrapy/w3lib License: BSD
whey
- Ebuilds: 2, Testing: 0.1.1, Snapshot: 9999 Description:
This package provides a simple Python wheel builder for simple projects,
which can be used as a PEP 517 build backend.
Homepage:https://github.com/repo-helper/whey License: MIT
winacl
- Ebuilds: 2, Testing: 0.1.9, Snapshot: 9999 Description:
This package provides a platform independent library for interfacing
windows security descriptors
Homepage:https://github.com/skelsec/winacl License: MIT
zstd
- Ebuilds: 2, Testing: 1.5.7.3, Snapshot: 9999 Description:
This package provides a simple python bindings to Yann Collet ZSTD
compression library, which provides good compression ratio and speed.
Homepage:https://github.com/sergey-dryabzhinsky/python-zstd License: BSD-2