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

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-pymacaroons 0.13.0-0.78c55c1
Propagated dependencies: python-pynacl@1.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ecordell/pymacaroons
Licenses: Expat
Synopsis: Python Macaroon Library
Description:

Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives.

Macaroons allow for delegation and attenuation of authorization. They are simple and fast to verify, and decouple authorization policy from the enforcement of that policy.

python-mdx-include 1.4.2
Propagated dependencies: python-cyclic@1.0.0 python-markdown@3.10 python-rcslice@1.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/neurobin/mdx_include
Licenses: Modified BSD
Synopsis: Python Markdown extension to include local or remote files
Description:

Include extension for Python Markdown. It lets you include local or remote (downloadable) files into your markdown at arbitrary positions.

This project is motivated by markdown-include and provides the same functionalities with some extras.

python-ua-parser 0.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ua-parser/uap-python
Licenses: ASL 2.0
Synopsis: User agent parser
Description:

ua-parser is a Python port of Browserscope's user agent parser.

python-importlib-metadata 8.7.0
Propagated dependencies: python-zipp@3.23.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://importlib-metadata.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Read metadata from Python packages
Description:

importlib_metadata is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.

python-simpleaudio 1.0.4
Dependencies: alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/hamiltron/py-simple-audio
Licenses: Expat
Synopsis: Simple, asynchronous audio playback for Python 3
Description:

The simplaudio package provides cross-platform, dependency-free audio playback capability for Python 3 on OSX, Windows, and Linux.

python-mkdocs 1.3.0
Propagated dependencies: python-babel@2.16.0 python-click@8.1.8 python-ghp-import@2.1.0 python-importlib-metadata@8.7.0 python-jinja2@3.1.2 python-markdown@3.10 python-markupsafe@3.0.2 python-mdx-gh-links@0.4 python-mergedeep@1.3.4 python-packaging@25.0 python-pyyaml@6.0.2 python-pyyaml-env-tag@1.1 python-watchdog@6.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.mkdocs.org
Licenses: Modified BSD
Synopsis: Project documentation with Markdown
Description:

MkDocs is a static site generator geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

python-pyemd 1.0.0
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/wmayner/pyemd
Licenses: Expat
Synopsis: Wrapper for Pele and Werman's implementation of the Earth Mover's Distance
Description:

This package provides a Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance.

python-canonicaljson 2.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/matrix-org/python-canonicaljson
Licenses: ASL 2.0
Synopsis: Canonical JSON
Description:

Deterministically encode JSON.

  • Encodes objects and arrays as RFC 7159 JSON.

  • Sorts object keys so that you get the same result each time.

  • Has no insignificant whitespace to make the output as small as possible.

  • Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible.

  • Uses the shortest escape sequence for each escaped character.

  • Encodes the JSON as UTF-8.

  • Can encode frozendict immutable dictionaries.

python-dictdiffer 0.9.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/inveniosoftware/dictdiffer
Licenses: Expat
Synopsis: Diff and patch Python dictionary objects
Description:

Dictdiffer is a Python module that helps you to diff and patch dictionaries.

python-munkres 1.1.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://software.clapper.org/munkres/
Licenses: Modified BSD
Synopsis: Implementation of the Munkres algorithm
Description:

The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem.

python-autopage 0.5.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/zaneb/autopage
Licenses: ASL 2.0
Synopsis: Automatic paging for console output
Description:

Autopage is a Python library to automatically display terminal output from a program in a pager such as less.

python-rush 2021.04.0
Propagated dependencies: python-attrs@25.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sigmavirus24/rush
Licenses: Expat
Synopsis: Throttling and rate-limiting algorithms for Python
Description:

This package provides is a small collection of algorithms that can be reused when throttling user interactions with a resource (e.g., an API).

python-odfpy 1.4.2
Propagated dependencies: python-defusedxml@0.7.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/eea/odfpy
Licenses: GPL 2+ ASL 2.0 LGPL 2.1+ CC-BY-SA 3.0
Synopsis: Python API and tools to manipulate OpenDocument files
Description:

Collection of libraries and utility programs written in Python to manipulate OpenDocument 1.2 files.

python-celery 5.5.3
Propagated dependencies: python-billiard@4.2.2 python-click@8.1.8 python-click-didyoumean@0.3.1 python-click-plugins@1.1.1.2 python-click-repl@0.3.0 python-dateutil@2.9.0 python-kombu@5.5.4 python-tzdata@2025.1 python-vine@5.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://celeryproject.org
Licenses: Modified BSD
Synopsis: Distributed Task Queue
Description:

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

python-ipython-genutils 0.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://ipython.org
Licenses: Modified BSD
Synopsis: Vestigial utilities from IPython
Description:

This package provides retired utilities from IPython. No packages outside IPython/Jupyter should depend on it.

This package shouldn't exist. It contains some common utilities shared by Jupyter and IPython projects during The Big Split. As soon as possible, those packages will remove their dependency on this, and this package will go away.

python-flake8-implicit-str-concat 0.5.0
Propagated dependencies: python-attrs@25.3.0 python-more-itertools@10.6.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/keisheiled/flake8-implicit-str-concat
Licenses: Expat
Synopsis: Flake8 plugin to encourage correct string literal concatenation
Description:

This is a plugin for the Python code checking tool Flake8 to encourage correct string literal concatenation.

It looks for style problems like implicitly concatenated string literals on the same line (which can be introduced by the code formatting tool Black), or unnecessary plus operators for explicit string literal concatenation.

python-readme-renderer 44.0
Propagated dependencies: python-cmarkgfm@2024.11.20 python-docutils@0.21.2 python-nh3@0.2.20 python-pygments@2.19.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pypa/readme_renderer
Licenses: ASL 2.0
Synopsis: Render README files in Warehouse
Description:

Readme Renderer is a library that will safely render arbitrary README files into HTML. It is designed to be used in Warehouse to render the long_description for packages. It can handle Markdown, reStructuredText, and plain text.

python-docutils 0.16
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://docutils.sourceforge.net/
Licenses: Public Domain Python Software Foundation License FreeBSD GPL 3+
Synopsis: Python Documentation Utilities
Description:

Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. It uses reStructuredText, an easy to use markup language, for input.

This package provides tools for converting .rst files to other formats via commands such as rst2man, as well as supporting Python code.

python-olefile 0.47
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.decalage.info/python/olefileio
Licenses: Modified BSD
Synopsis: Read and write Microsoft OLE2 files
Description:

olefile can parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office). It is an improved version of the OleFileIO module from PIL, the Python Image Library.

python-invoke 2.2.1
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.pyinvoke.org/
Licenses: Modified BSD
Synopsis: Pythonic task execution
Description:

Invoke is a Python task execution tool and library, drawing inspiration from various sources to arrive at a powerful and clean feature set. It is evolved from the Fabric project, but focuses on local and abstract concerns instead of servers and network commands.

python-py-partiql-parser 0.6.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/py-partiql-parser/
Licenses: Expat
Synopsis: Pure Python PartiQL Parser
Description:

This package provides a tokenizer/parser/executor for the PartiQL language, in Python.

python-cppheaderparser 2.7.4
Propagated dependencies: python-ply@3.11
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://senexcanis.com/open-source/cppheaderparser/
Licenses: Modified BSD
Synopsis: Parse C++ header files and generate a data structure representing the class
Description:

CppHeaderParser is a pure python module that will parse C++ header files and generate a data structure representing the class .

python-virtualenv 20.25.3
Propagated dependencies: python-distlib@0.3.7 python-filelock@3.16.1 python-platformdirs@4.3.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://virtualenv.pypa.io/
Licenses: Expat
Synopsis: Virtual Python environment builder
Description:

Virtualenv is a tool to create isolated Python environments.

python-fastimport 0.9.16
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jelmer/python-fastimport
Licenses: GPL 2+
Synopsis: VCS fastimport parser and generator in Python
Description:

This package provides a parser for and generator of the Git fastimport format.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092