Ycarus Gentoo ebuild

nest

These ebuilds come from .

If you have some problems, go to the official site first.

dev-python

MarkupPy : An HTML/XML generator ( https://github.com/tylerbakke/MarkupPy )

aardwolf : Asynchronous RDP client for Python ( https://github.com/skelsec/aardwolf )

adal : Library for authentication in Azure Active Directory ( https://github.com/AzureAD/azure-activedirectory-library-for-python )

aesedb : NTDS parser toolkit ( https://github.com/skelsec/aesedb )

ahocorasick : Python module implementing Aho-Corasick algorithm ( https://github.com/WojciechMula/pyahocorasick )

aiomultiprocess : asyncio version of the standard multiprocessing module ( https://github.com/omnilib/aiomultiprocess )

aiosmb : Asynchronous SMB protocol implementation ( https://github.com/skelsec/aiosmb )

aiowinreg : Windows registry file reader ( https://github.com/skelsec/aiowinreg )

annoy : Approximate Nearest Neighbors in C++/Python ( https://github.com/spotify/annoy )

anyconfig : Generic access to configuration files in any formats ( https://github.com/ssato/python-anyconfig )

apispec-webframeworks : Web framework plugins for apispec ( https://github.com/marshmallow-code/apispec-webframeworks )

applicationinsights : Application Insights SDK for Python ( https://github.com/microsoft/ApplicationInsights-Python )

arc4 : A small and insanely fast ARCFOUR (RC4) cipher ( https://github.com/manicmaniac/arc4 )

asn1tools : ASN.1 parsing, encoding and decoding ( https://github.com/eerimoq/asn1tools )

aspectlib : Aspect-oriented programming, monkey-patch and decorators library ( https://github.com/ionelmc/python-aspectlib )

assertpy : Assertion library for unit testing ( https://github.com/assertpy/assertpy )

asyauth : Unified authentication library ( https://github.com/skelsec/asyauth )

asysocks : Asynchronous socks and http proxy library ( https://github.com/skelsec/asysocks )

aws-cryptographic-material-providers : AWS Cryptographic Material Providers Library ( https://github.com/aws/aws-cryptographic-material-providers-library )

aws-cryptography-internal-dynamodb : AWS Cryptographic Internal ComAmazonawsDynamodb ( https://github.com/aws/aws-cryptographic-material-providers-library )

aws-cryptography-internal-kms : AWS Cryptographic Internal ComAmazonAwsKms ( https://github.com/aws/aws-cryptographic-material-providers-library )

aws-cryptography-internal-primitives : AWS Cryptographic Internal AwsCryptographyPrimitives ( https://github.com/aws/aws-cryptographic-material-providers-library )

aws-cryptography-internal-standard-library : AWS Cryptographic Internal StandardLibrary ( https://github.com/aws/aws-cryptographic-material-providers-library )

aws-encryption-sdk : AWS Encryption SDK ( https://github.com/aws/aws-encryption-sdk-python )

aws-lambda-builders : Python library to manage AWS Lambda functions ( https://github.com/aws/aws-lambda-builders )

aws-lambda-powertools : A suite of Python utilities for AWS Lambda functions ( https://github.com/aws-powertools/powertools-lambda-python )

azure-common : Microsoft Azure Client Common Library for Python ( https://github.com/Azure/azure-python-devtools )

azure-core : Azure Core shared client library for Python ( https://github.com/Azure/azure-sdk-for-python )

azure-identity : Azure Identity client library for Python ( https://github.com/Azure/azure-sdk-for-python )

azure-keyvault-secrets : Microsoft Azure Key Vault Secrets Client Library for Python ( https://github.com/Azure/azure-sdk-for-python )

azure-storage-blob : Microsoft Azure Storage Blobs Library for Python ( https://github.com/Azure/azure-sdk-for-python )

bc-detect-secrets : A fork of enterprise friendly way of detecting and preventing secrets ( https://github.com/bridgecrewio/detect-secrets )

bc-jsonpath-ng : Python JSONPath Next-Generation ( https://github.com/bridgecrewio/jsonpath-ng )

bc-python-hcl2 : A fork of parser for HCL2 written in Python ( https://github.com/bridgecrewio/python-hcl2 )

billiard : Multiprocessing Pool Extensions ( https://github.com/celery/billiard )

bitstruct : Python bit pack/unpack package ( https://github.com/eerimoq/bitstruct )

bloodhound : Python based ingestor for BloodHound ( https://github.com/dirkjanm/bloodhound.py )

boto3-stubs : Type annotations for boto3 ( https://github.com/youtype/mypy_boto3_builder )

botocore-stubs : Type annotations and code completion for botocore ( https://github.com/youtype/botocore-stubs )

cached-property : A cached-property for decorating methods in classes ( https://github.com/pydanny/cached-property )

celery : Asynchronous task job queue based on distributed message passing ( https://github.com/celery/celery )

chevron : Mustache templating language renderer ( https://github.com/noahmorrison/chevron )

click-completion : Enhanced completion for bash, fish, zsh in Click ( https://github.com/click-contrib/click-completion )

click-repl : Subcommand REPL for click apps ( https://github.com/click-contrib/click-repl )

colorpedia : Command-line tool for looking up colors and palettes ( https://github.com/joowani/colorpedia )

commandlines : Python command line argument to object parsing library ( https://github.com/chrissimpkins/commandlines )

configparser : Backport of configparser from Python 3 ( https://github.com/jaraco/configparser )

convertdate : Utils for converting between date formats and calculating holidays ( https://github.com/fitnr/convertdate )

coreapi : Python client library for Core API ( https://github.com/core-api/python-client )

coreschema : Python CoreSchema ( https://github.com/core-api/python-coreschema )

cprint : Printing in color in python ( https://github.com/EVasseure/cprint )

crayons : Text UI colors ( https://github.com/kennethreitz/crayons )

cron-descriptor : Converts cron expressions into human readable strings ( https://github.com/Salamek/cron-descriptor )

crossplane : Fast and reliable NGINX configuration parser ( https://github.com/nginxinc/crossplane )

curio : Coroutine-based library for concurrent Python systems programming ( https://github.com/dabeaz/curio )

cyclonedx-python-lib : Python library for generating CycloneDX SBOMs ( https://github.com/CycloneDX/cyclonedx-python-lib )

dafnyruntimepython : Dafny runtime for Python ( https://github.com/dafny-lang/dafny )

dataclasses-jsonschema : JSON schema generation from dataclasses ( https://github.com/s-knibbs/dataclasses-jsonschema )

datadiff : A library for diffs of python data structures ( https://sourceforge.net/projects/datadiff/ )

dateparser : Date parsing library designed to parse dates from HTML pages ( https://github.com/scrapinghub/dateparser )

decli : Minimal declarative cli tool ( https://github.com/Woile/decli )

deep_merge : A simple utility for merging python dictionaries ( https://github.com/halfak/deep_merge )

diagrams : Diagram as Code for prototyping cloud system architectures ( https://github.com/mingrammer/diagrams )

django-celery-beat : Celery Periodic Tasks for Django ( https://github.com/celery/django-celery-beat )

django-environ : An environment variables to configure Django ( https://github.com/joke2k/django-environ )

django-fake-model : A library for creating fake models in the unit tests ( https://github.com/erm0l0v/django-fake-model )

django-graphiql-debug-toolbar : Django Debug Toolbar for GraphiQL IDE ( https://github.com/flavors/django-graphiql-debug-toolbar )

django-guardian : Implementation of per object permissions for Django ( https://github.com/django-guardian/django-guardian )

django-jinja : Jinja2 templating language integrated in Django ( https://github.com/niwinz/django-jinja )

django-oauth-toolkit : OAuth2 Provider for Django ( https://github.com/jazzband/django-oauth-toolkit )

django-pglocks : PostgreSQL locking context managers and functions for Django ( https://github.com/Xof/django-pglocks )

django-pipeline : An asset packaging library for Django ( https://github.com/jazzband/django-pipeline )

django-rest-swagger : Swagger UI for Django REST Framework ( https://marcgibbons.com/django-rest-swagger/ )

djangorestframework-camel-case : Camel case JSON support for Django REST framework ( https://github.com/vbabiy/djangorestframework-camel-case )

djangorestframework-recursive : Recursive Serialization for Django REST framework ( https://github.com/heywbj/django-rest-framework-recursive )

dockerfile-parse : Python library for parsing Dockerfile files ( https://github.com/containerbuildsystem/dockerfile-parse )

dpath : A python module that will check for package updates ( https://github.com/dpath-maintainers/dpath-python )

dploot : DPAPI looting remotely and locally ( https://github.com/zblurx/dploot )

drf-yasg : Yet another Swagger generator ( https://github.com/axnsan12/drf-yasg )

dsinternals : Directory Services Internals Library ( https://github.com/p0dalirius/pydsinternals )

dunamai : Dynamic versioning library and CLI ( https://github.com/mtkennerly/dunamai )

face : Straightforward CLI parsing and dispatching microframework ( https://github.com/mahmoud/face )

factory-boy : A fixtures replacement tool ( https://github.com/FactoryBoy/factory_boy )

fakeldap : An implementation of a LDAPObject to fake a ldap server ( https://github.com/zulip/fakeldap )

fire : Library for automatically generating CLI from object ( https://github.com/google/python-fire )

flex : Validation tooling for Swagger 2.0 specifications ( https://github.com/pipermerriam/flex )

flup : Random assortment of WSGI servers ( https://www.saddi.com/software/flup/ )

forbiddenfruit : Patch python built-in objects ( https://github.com/clarete/forbiddenfruit )

future : Easy, clean, reliable Python 2/3 compatibility ( https://github.com/PythonCharmers/python-future )

gensim : Topic Modelling for Humans ( https://github.com/piskvorky/gensim )

git-url-parse : A simple GIT URL parser ( https://github.com/coala/git-url-parse )

glom : A declarative object transformer for conglomerating nested data ( https://github.com/mahmoud/glom )

google-cloud-core : Google Cloud API client core library ( https://github.com/googleapis/python-cloud-core )

google-cloud-iam : Google Cloud IAM API client library ( https://github.com/googleapis/python-iam )

google-cloud-kms : Python Client for Google Cloud Key Management Service ( https://github.com/googleapis/google-cloud-python )

google-cloud-pubsub : Google Cloud Pub/Sub API client library ( https://github.com/googleapis/python-pubsub )

google-cloud-secret-manager : Google Cloud Storage API client library ( https://github.com/googleapis/google-cloud-python )

google-cloud-storage : Google Cloud Storage API client library ( https://github.com/googleapis/python-storage )

google-cloud-testutils : Google Cloud Storage API client library ( https://github.com/googleapis/python-test-utils )

google-crc32c : Hardware-based implementation of the CRC32C hashing algorithm ( https://github.com/googleapis/python-crc32c )

google-resumable-media : Utilities for Google Media Downloads and Resumable Uploads ( https://github.com/googleapis/google-resumable-media-python )

graphene : GraphQL framework for Python ( https://github.com/graphql-python/graphene )

graphene-django : A Django integration for Graphene ( https://github.com/graphql-python/graphene-django )

graphql-core : Python port of GraphQL.js ( https://github.com/graphql-python/graphql-core )

graphql-relay : A library to help construct a graphql-py server supporting react-relay ( https://github.com/graphql-python/graphql-relay-py )

grpc-google-iam-v1 : Python Client for Cloud Identity and Access Management ( https://github.com/googleapis/google-cloud-python )

grpcio : High-performance RPC framework (python libraries) ( https://grpc.io )

grpcio-status : Status proto mapping for gRPC ( https://grpc.io )

hijri-converter : Hijri-Gregorian date converter ( https://github.com/mhalshehri/hijri-converter )

hijridate : Hijri-Gregorian date converter ( https://github.com/mhalshehri/hijri-converter )

hsh : Simple cross-platform file hash digests and file integrity checks ( https://github.com/chrissimpkins/hsh )

igraph : Python interface for igraph ( https://github.com/igraph/python-igraph )

impacket : Collection of Python classes for working with network protocols ( https://github.com/fortra/impacket )

itypes : Simple immutable types for python ( https://github.com/tomchristie/itypes )

jdatetime : Jalali implementation of Python's datetime module ( https://github.com/slashmili/python-jalali )

jiter : Fast iterable JSON parser ( https://github.com/pydantic/jiter )

jproperties : Java Property file parser and writer for Python ( https://github.com/Tblue/python-jproperties )

jsonfield : A reusable Django model field for storing ad-hoc JSON data ( https://github.com/rpkilby/jsonfield )

jsonpath-ng : Python JSONPath Next-Generation ( https://github.com/h2non/jsonpath-ng )

langdetect : Language detection library ported from Google ( https://github.com/Mimino666/langdetect )

ldapdomaindump : Active Directory information dumper via LDAP ( https://github.com/dirkjanm/ldapdomaindump )

llvmlite : A lightweight wrapper around basic LLVM functionality ( https://github.com/numba/llvmlite )

lsassy : Python library to extract credentials from lsass remotely ( https://github.com/login-securite/lsassy )

luhn : Generate and verify Luhn check digits ( https://github.com/mmcloughlin/luhn )

masky : Remotely dump domain user credentials via an ADCS ( https://pypi.org/project/masky )

mbedtls : Cryptographic library with an mbed TLS back end ( https://github.com/Synss/python-mbedtls )

minidump : Python library to parse Windows minidump file format ( https://github.com/skelsec/minidump )

minikerberos : Kerberos manipulation library ( https://github.com/skelsec/minikerberos )

mock-django : A simple library for mocking certain Django behavior ( https://github.com/dcramer/mock-django )

moviepy : Video editing with Python ( https://github.com/Zulko/moviepy )

msal : Microsoft Authentication Library (MSAL) for Python ( https://github.com/AzureAD/microsoft-authentication-library-for-python )

msal-extensions : Microsoft Authentication Extensions for Python ( https://github.com/AzureAD/microsoft-authentication-extensions-for-python )

msldap : LDAP library for auditing MS AD ( https://github.com/skelsec/msldap )

msrest : AutoRest swagger generator Python client runtime ( https://github.com/Azure/msrest-for-python )

ncclient : Python library for NETCONF clients ( https://github.com/ncclient/ncclient )

neo4j : Neo4j Bolt driver for Python ( https://github.com/neo4j/neo4j-python-driver )

netapp-ontap : A library for working with ONTAP's REST APIs simply in Python ( https://devnet.netapp.com/restapi.php )

nltk : Natural Language Toolkit ( https://github.com/nltk/nltk )

nltk-data : Data files for NLTK ( https://www.nltk.org/nltk_data/ )

nmslib : Non-Metric Space Library ( https://github.com/nmslib/nmslib )

onetimepass : One-time password library for HOTP and TOTP passwords ( https://github.com/tadeck/onetimepass )

openai : The official Python library for the OpenAI API ( https://github.com/openai/openai-python )

openapi-codec : An OpenAPI codec for Core API ( https://github.com/core-api/python-openapi-codec )

opentelemetry-exporter-otlp-proto-common : OpenTelemetry Protobuf encoding ( https://github.com/open-telemetry/opentelemetry-python )

opentelemetry-exporter-otlp-proto-http : OpenTelemetry Collector Protobuf over HTTP Exporter ( https://github.com/open-telemetry/opentelemetry-python )

opentelemetry-instrumentation : Instrumentation Tools for OpenTelemetry Python ( https://github.com/open-telemetry/opentelemetry-python-contrib )

opentelemetry-instrumentation-requests : OpenTelemetry requests instrumentation ( https://github.com/open-telemetry/opentelemetry-python-contrib )

opentelemetry-proto : OpenTelemetry Python Proto ( https://github.com/open-telemetry/opentelemetry-python )

opentelemetry-test-utils : Test utilities for OpenTelemetry unit tests ( https://github.com/open-telemetry/opentelemetry-python )

opentelemetry-util-http : Web util for OpenTelemetry ( https://github.com/open-telemetry/opentelemetry-python-contrib )

oscrypto : Kerberos manipulation library ( https://github.com/wbond/oscrypto )

oyaml : Ordered YAML ( https://github.com/wimglenn/oyaml )

packageurl : Python implementation of the package url spec ( https://github.com/package-url/packageurl-python )

pandas-stubs : Type annotations for pandas ( https://github.com/pandas-dev/pandas-stubs )

parsel : Utility to extract data from XML/HTML documents using XPath or CSS selectors ( https://github.com/scrapy/parsel )

poetry-dynamic-versioning : Plugin for Poetry to enable dynamic versioning based on VCS tags ( https://github.com/mtkennerly/poetry-dynamic-versioning )

policyuniverse : Parse and Process AWS IAM Policies, Statements, ARNs ( https://github.com/Netflix-Skunkworks/policyuniverse )

port-for : An utility and python library for TCP ports management ( https://github.com/fizyk/port-for )

prance : Resolving Swagger/OpenAPI 2.0 and 3.0 Parser ( https://github.com/RonnyPfannschmidt/prance )

proglog : Logs and progress bars manager for Python ( https://github.com/Edinburgh-Genome-Foundry/Proglog )

promise : Ultra-performant Promise implementation in Python ( https://github.com/syrusakbary/promise )

purl : Simple Python URL class ( https://github.com/codeinthehole/purl )

py3dns : Python 3 DNS library ( https://launchpad.net/py3dns )

pybeam : Python module to parse Erlang BEAM files ( https://github.com/matwey/pybeam )

pycep : A Python based Bicep parser ( https://github.com/gruebel/pycep )

pycfmodel : A python model for Cloud Formation scripts ( https://github.com/Skyscanner/pycfmodel )

pydantic-settings : Settings management using pydantic ( https://github.com/pydantic/pydantic-settings )

pydash : The kitchen sink of Python functional utility libraries ( https://github.com/dgilland/pydash )

pyemd : Fast EMD for Python ( https://github.com/wmayner/pyemd )

pygaljs : Python package providing assets from js module for pygal ( https://github.com/ionelmc/python-pygaljs )

pykickstart : Python library for reading and writing kickstart files ( https://github.com/pykickstart/pykickstart )

pylnk3 : Windows LNK File Parser and Creator ( https://github.com/strayge/pylnk )

pymeeus : Library of astronomical algorithms in Python ( https://github.com/architest/pymeeus )

pynfsclient : Python library to simulate NFS client ( https://github.com/Pennyw0rth/NfsClient )

pypsrp : PowerShell Remoting Protocol and WinRM for Python ( https://github.com/jborean93/pypsrp )

pypykatz : Python library to extract passwords from memory ( https://github.com/skelsec/pypykatz )

pystache : Mustache templating system for Python ( https://github.com/PennyDreadfulMTG/pystache )

pytest-benchmark : py.test fixture for benchmarking code ( https://github.com/ionelmc/pytest-benchmark )

pytest-celery : A shim pytest plugin to enable celery.contrib.pytest ( https://github.com/celery/pytest-celery )

pytest-datadir-ng : Fixtures for pytest to retrieve test resources from filesystem ( https://github.com/Tblue/pytest-datadir-ng )

pytest-docker-tools : Opionated helpers for creating py.test fixtures for Docker ( https://github.com/Jc2k/pytest-docker-tools )

pytest-examples : Pytest plugin for testing examples in docstrings and markdown files ( https://github.com/pydantic/pytest-examples )

pytest-pythonpath : plugin for adding to the PYTHONPATH from command line or configs ( https://github.com/bigsassy/pytest-pythonpath )

pytest-random-order : pytest plugin to randomise the order of tests ( https://github.com/jbasko/pytest-random-order )

python-crontab : Crontab module for reading and writing crontab files ( https://gitlab.com/doctormo/python-crontab/ )

python-gilt : A GIT layering tool ( https://github.com/metacloud/gilt )

python-libnmap : Python NMAP library ( https://github.com/savon-noir/python-libnmap )

python-user-agents : A library to identify devices by parsing user agent strings ( https://github.com/selwin/python-user-agents )

python3-openid : OpenID support for modern servers and consumers ( https://github.com/python-social-auth/social-core )

pythonqt : A dynamic Python binding for the Qt framework ( https://mevislab.github.io/pythonqt/ )

pyvcloud : VMware vCloud Director Python SDK ( https://github.com/vmware/pyvcloud )

pyvmomi : VMware vSphere API Python Bindings ( https://github.com/vmware/pyvmomi )

questionary : Python library to build pretty command line user prompts ( https://github.com/tmbo/questionary )

reprint : Binding variables and refreshing multi-line output in terminal ( https://github.com/Yinzo/reprint )

ripe-atlas-cousteau : Official python wrapper around RIPE Atlas API ( https://github.com/RIPE-NCC/ripe-atlas-cousteau )

ripe-atlas-sagan : A parsing library for RIPE Atlas measurement results ( https://github.com/RIPE-NCC/ripe-atlas-sagan )

route53-transfer : Generic access to configuration files in any formats ( https://github.com/cosmin/route53-transfer )

rstr : Generate random strings in Python ( https://pypi.org/project/rstr/ )

ruff : Pytest module for ruff ( https://github.com/astral-sh/ruff )

schema : Simple data validation library ( https://github.com/keleshev/schema )

selinux : Pure-python selinux shim module for use in virtualenvs ( https://github.com/pycontribs/selinux )

serializable : Serialize and deserialize Python objects to and from JSON and XML ( https://github.com/madpah/serializable )

shouldbe : A Python Assertions Helper ( https://github.com/directxman12/should_be )

smart-open : Utils for streaming large files ( https://github.com/piskvorky/smart_open )

social-auth-app-django : Python Social Auth - Application - Django ( https://github.com/python-social-auth/social-app-django )

social-auth-core : Python Social Auth - Core ( https://github.com/python-social-auth/social-core )

spdx-tools : Python library to parse, validate and create SPDX documents ( https://github.com/spdx/tools-python )

sphinx-autobuild : Autorebuild documentation on change ( https://github.com/sphinx-doc/sphinx-autobuild )

sphinx-mdinclude : Markdown extension for Sphinx ( https://github.com/omnilib/sphinx-mdinclude )

sphinxcontrib-mermaid : Mermaid diagrams in sphinx powered docs ( https://github.com/mgaitan/sphinxcontrib-mermaid )

sphinxcontrib-openapi : Sphinx extension to generate APIs docs from OpenAPI ( https://github.com/sphinx-contrib/openapi )

ssh2-python : Super fast SSH2 protocol library, Python bindings for libssh2 ( https://github.com/ParallelSSH/ssh2-python )

swagger-spec-validator : Python library that validates Swagger Specs ( https://github.com/Yelp/swagger_spec_validator )

tablib : Format-agnostic tabular dataset library ( https://github.com/jazzband/tablib )

timecop : A port of TimeCop Ruby Gem for Python ( https://github.com/bluekelp/pytimecop )

tree-format : Python library for printing trees on the console ( https://github.com/jml/tree-format )

types-awscrt : Type annotations and code completion for awscrt ( https://github.com/youtype/types-awscrt )

types-s3transfer : Type annotations and code completion for s3transfer ( https://github.com/youtype/types-s3transfer )

ua-parser : A python implementation of the UA Parser ( https://github.com/ua-parser/uap-python )

ukpostcodeparser : UK postcode parser library ( https://github.com/hamstah/ukpostcodeparser )

umalqurra : Date Api that support Hijri Umalqurra calendar ( https://github.com/tytkal/python-hijiri-ummalqura )

unicrypto : Unified interface for cryptographic libraries ( https://github.com/skelsec/unicrypto )

unittest-xml-reporting : unittest-based test runner with Ant/JUnit like XML reporting ( https://github.com/xmlrunner/unittest-xml-reporting )

update-checker : A python module that will check for package updates ( https://github.com/bboe/update_checker )

validate-email : Python email validation library ( https://github.com/syrusakbary/validate_email )

vcd-api-schemas-type : VMware vCloud Director Python API Schemas Type ( https://github.com/vmware/vcd-api-schemas )

versionfinder : Find version of python package, installed via pip, setuptools, git ( https://github.com/jantman/versionfinder )

vsphere-guest-run : Python library for guest operations ( https://github.com/vmware/vsphere-guest-run )

w3lib : Library of web-related functions ( https://github.com/scrapy/w3lib )

winacl : ACL/ACE/Security Descriptor manipulation library ( https://github.com/skelsec/winacl )

zstd : Simple python bindings to Yann Collet ZSTD compression library ( https://github.com/sergey-dryabzhinsky/python-zstd )

Add an ebuild in portage :

The ebuild is now in the portage tree.

You can also use layman : emerge layman then layman -a nest

For Paludis use this rsync : rsync://gentoo.zugaina.org/nest-portage

If you have a problem : ycarus(-at-)zugaina.org