_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-ast-decompiler 0.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/JelleZijlstra/ast_decompiler
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Decompile an @acronym{AST, Abstract Syntax Tree} to Python code
Description:

This library provides functionality to decompile AST objects, as generated by the standard library ast module, to Python code.

python-asciitree 0.3.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mbr/asciitree
Licenses: Expat
Build system: pyproject
Synopsis: Draws ASCII trees
Description:

This package draws tree structures using characters.

python-property-manager 3.0
Propagated dependencies: python-verboselogs@1.7 python-humanfriendly@8.2 python-coloredlogs@10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/xolox/python-property-manager
Licenses: Expat
Build system: pyproject
Synopsis: Useful property variants for Python programming
Description:

The property-manager package defines several custom property variants for Python programming including required properties,writable properties, cached properties, etc.

python-nampa 1.0.0-0.cb6a63a
Propagated dependencies: python-future@1.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/thebabush/nampa
Licenses: LGPL 3
Build system: pyproject
Synopsis: Python implementation of IDA Pro's FLIRT technology
Description:

This Python module implements the FLIRT. This technology is useful for identifying common library subroutines in disassembled binaries.

python-rcssmin 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://opensource.perlig.de/rcssmin/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: CSS Minifier
Description:

The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter.

python-sinfo 0.3.4
Propagated dependencies: python-stdlib-list@0.11.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://gitlab.com/joelostblom/session_info
Licenses: Modified BSD
Build system: pyproject
Synopsis: Output module version information loaded in a Python session
Description:

This package outputs version information for modules loaded in the current session, Python, and the OS.

python-pynixutil 0.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nix-community/pynixutil
Licenses: Expat
Build system: pyproject
Synopsis: Utility functions for working with data from Nix in Python
Description:

pynixutil provides functions for base32 encoding/decoding and derivation parsing, namingly b32decode(), b32encode() and drvparse().

python-validators 0.34.0
Propagated dependencies: python-decorator@5.2.1 python-six@1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/kvesteri/validators
Licenses: Expat
Build system: pyproject
Synopsis: Data validation library
Description:

This package contains validators for different things such as email addresses, IP addresses, URLs, hashes and more. It has been designed to be easy to use and not require defining a schema or form just to validate some input.

python-google-pasta 0.2.0
Propagated dependencies: python-six@1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/google/pasta
Licenses: ASL 2.0
Build system: pyproject
Synopsis: AST-based Python refactoring library
Description:

This package provides "pasta", an AST-based Python refactoring library.

python-rbfly 0.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://wrobell.dcmod.org/rbfly/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Work with RabbitMQ Streams in Python
Description:

This package implements a functionality to deal with RabbitMQ Streams using asyncio.

It is designed and implemented with the following qualities in mind:

  • asynchronous Pythonic API with type annotations

  • use of AMQP 1.0 message format to enable interoperability between RabbitMQ Stream. clients

  • auto reconnection to RabbitMQ broker with lazily created connection objects

Support of many RabbitMQ Streams broker features:

  • publishing single messages, or in batches, with confirmation

  • subscribing to a stream at a specific point in time, from a specific offset, or using offset reference

  • stream message filtering

  • writing stream offset reference

  • message deduplication

  • integration with AMQP 1.0 ecosystem at message format level

python-autocommand 2.2.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Lucretiel/autocommand
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Python library to build a command-line from a function
Description:

autocommand is library to automatically generate and run simple argparse parsers from function signatures.

python-strenum 0.4.15
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/irgeek/StrEnum
Licenses: Expat
Build system: pyproject
Synopsis: Enum that inherits from str
Description:

StrEnum is a Python enum.Enum that inherits from str to complement enum.IntEnum in the standard library.

python-unicodeitplus 0.3.1
Propagated dependencies: python-lark@1.2.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/HDembinski/unicodeitplus
Licenses: Modified BSD
Build system: pyproject
Synopsis: Convert simple LaTeX to an Unicode approximation
Description:

This package provides a more complete LaTeX to Unicode converter than unicodeit using a parser generated from EBNF with the Lark library.

python-voluptuous 0.15.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/alecthomas/voluptuous
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python data validation library
Description:

Voluptuous is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.

python-pydantic-core 2.27.2
Propagated dependencies: python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pydantic/pydantic-core
Licenses: Expat
Build system: cargo
Synopsis: Core validation logic for pydantic
Description:

This package provides the core functionality for pydantic validation and serialization.

python-imagesize 1.4.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/shibukawa/imagesize_py
Licenses: Expat
Build system: pyproject
Synopsis: Gets image size of files in various formats in Python
Description:

This package allows determination of image size from PNG, JPEG, JPEG2000 and GIF files in pure Python.

python-unique-log-filter 0.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/twizmwazin/unique_log_filter
Licenses: FreeBSD
Build system: pyproject
Synopsis: Log filter that removes duplicate log messages
Description:

This library provides a filter for the logging module from the Python standard library which allows removing duplicate log messages.

python-pyelftools 0.32
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/eliben/pyelftools
Licenses: Public Domain
Build system: pyproject
Synopsis: Analyze binary and library file information
Description:

This Python library provides interfaces for parsing and analyzing two binary and library file formats ; the Executable and Linking Format (ELF), and debugging information in the Debugging With Attributed Record Format (DWARF).

python-bitarray 3.4.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ilanschnell/bitarray
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Efficient arrays of booleans
Description:

This package provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a contiguous block of memory. The user can select between two representations: little-endian and big-endian. All of the functionality is implemented in C. Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files. Also, when dealing with compressed data which uses variable bit length encoding, you may find this module useful.

python-numpy-stl 3.2.0
Propagated dependencies: python-numpy@1.26.4 python-utils@3.9.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/WoLpH/numpy-stl/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Read, write and modify binary/ASCII STL files library
Description:

Library to make reading, writing and modifying both binary and ascii STL files, file format native to the stereolithography CAD software created by 3D Systems, easy.

python-xmlsec 1.3.16
Dependencies: openssl@3.0.8 libltdl@2.4.7 libxslt@1.1.43 libxml2@2.14.6
Propagated dependencies: python-lxml@6.0.1 xmlsec-openssl@1.3.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/xmlsec/python-xmlsec
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings for the XML Security Library
Description:

This package provides Python bindings for the XML Security Library.

python-ptyprocess 0.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pexpect/ptyprocess
Licenses: ISC
Build system: pyproject
Synopsis: Run a subprocess in a pseudo terminal
Description:

This package provides a Python library used to launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty.

python-configargparse 1.7
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/bw2/ConfigArgParse
Licenses: Expat
Build system: pyproject
Synopsis: Replacement for argparse
Description:

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.

python-deepdiff 8.5.0
Propagated dependencies: python-click@8.1.8 python-pyyaml@6.0.2 python-orderly-set@5.5.0 python-orjson@3.9.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/seperman/deepdiff
Licenses: Expat
Build system: pyproject
Synopsis: Deep difference and search of any Python object/data
Description:

This package provides tools for computing deep differences and searching of any Python object/data. Recreate objects by adding adding deltas to each other.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091