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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-guizero 1.3.0
Propagated dependencies: python@3.12.12 python-pillow@12.1.1
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/lawsie/guizero
Licenses: Modified BSD
Build system: python
Synopsis: Python module to allow learners to easily create GUIs
Description:

python-guizero is a Python 3 library for creating simple GUIs. It is designed to allow new learners to quickly and easily create GUIs for their programs.

python-onlykey-solo-python 0.0.28
Propagated dependencies: python-click@8.3.1 python-cryptography@44.0.0 python-ecdsa@0.19.0 python-fido2@2.1.1 python-intelhex@2.3.0 python-pyserial@3.5 python-pyusb@1.2.1 python-requests@2.32.5
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/trustcrypto/onlykey-solo-python
Licenses: ASL 2.0
Build system: python
Synopsis: Python library for OnlyKey with Solo FIDO2
Description:

Python library for OnlyKey with Solo FIDO2

python-miditime 1.1.3
Propagated dependencies: python-setuptools-markdown@0.4.1 python-pytz@2025.1
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/cirlabs/miditime
Licenses: Expat
Build system: python
Synopsis: Generate MIDI files from time series data
Description:

Do you have time time series data you want to play as music? Of course you do! MIDITime converts any kind of time series data into pitch, velocity and duration values based on musical options that you set up, then outputs a .mid file.

python-types-requests 2.27.7
Propagated dependencies: python-types-urllib3@1.26.7
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for requests
Description:

Typing stubs for requests

python-pyinjector 1.0.6
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/kmaork/pyinjector
Licenses: Expat
Build system: python
Synopsis: Tool/library allowing dynamic library injection into running processes
Description:

This package provides a tool and library for dynamic library injection into running processes.

python-pyfzf 0.2.2
Propagated dependencies: python-plumbum@1.7.0
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/nk412/pyfzf
Licenses: Expat
Build system: python
Synopsis: Python wrapper for fzf
Description:

Python wrapper for junegunn's fuzzyfinder fzf.

python-temppathlib 1.1.0
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/Parquery/temppathlib
Licenses: Expat
Build system: python
Synopsis: Wrap tempfile to give you pathlib.Path.
Description:

Wrap tempfile to give you pathlib.Path.

python-recutils 8268b2591874a8e9034a4677ca10c380c88b25ab
Dependencies: python-click@8.3.1
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/ttymck/python-recutils
Licenses: None
Build system: python
Synopsis: GNU recutils implementation in python
Description:

python-recutils is a recutils implementation implemented in python.

python-tinyrecord 0.2.0
Propagated dependencies: python-tinydb@4.8.0
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/eugene-eeo/tinyrecord
Licenses: Expat
Build system: python
Synopsis: Transaction support for TinyDB
Description:

python-tinyrecord is a library which implements atomic transaction support for the TinyDB NoSQL database. It uses a record-first then execute architecture which allows us to minimize the time that we are within a thread lock

python-crlf cj8
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/pflanze/python-crlf
Licenses: Expat
Build system: python
Synopsis: Line ending detection library
Description:

To prevent Python from decoding and canonicalizing line endings and thus preventing detection, binary mode is used for opening, which means that byte strings are read instead of normal strings. Currently read is used and a loop. This doesn't hide the underlying workings and is hence useful to explain the workings of, but nicer code could probably be written using iterator based operations like drop_while.

python-supervisor 4.2.4
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: http://supervisord.org/
Licenses: FSF-free
Build system: python
Synopsis: A system for controlling process state under UNIX
Description:

This package provides a system for controlling process state under UNIX

onlykey-udev-rules 5.3.4
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://onlykey.io/
Licenses: None
Build system: copy
Synopsis: Onlykey UDEV rules
Description:

UDEV rule in order for non-root users to be able to communicate with USB devices

python-types-mock 4.0.8
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for mock
Description:

Typing stubs for mock

python-ignorant 1.2
Propagated dependencies: python-beautifulsoup4@4.14.3 python-httpx@0.28.1 python-termcolor@2.5.0 python-tqdm@4.67.1 python-trio@0.32.0
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: http://github.com/megadose/ignorant
Licenses: GPL 3+
Build system: python
Synopsis: Check if a phone number is used on different sites
Description:

ignorant allows you to check if a phone is used on different sites like snapchat.

python-types-aiofiles 0.8.3
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for aiofiles
Description:

Typing stubs for aiofiles

python-holehe 1.60.3
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/megadose/holehe
Licenses: GPL 3+
Build system: python
Synopsis: Efficiently finding registered accounts from emails
Description:

python-holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others.

python-types-urllib3 1.26.7
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for urllib3
Description:

Typing stubs for urllib3

python-pynvim 0.4.3
Propagated dependencies: python-greenlet@3.1.1 python-msgpack@1.1.2
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: http://github.com/neovim/pynvim
Licenses: ASL 2.0
Build system: python
Synopsis: Write Neovim plugins in Python
Description:

This package provides a library for writing Neovim plugins in Python.

python-yes-no-words 2022.4.4
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/jefftriplett/yes-no-words/
Licenses: ASL 2.0
Build system: python
Synopsis: Get yes/no-like words
Description:

Get yes/no-like words.

python-gql 3.0.0
Propagated dependencies: python-graphql-core@3.2.7 python-yarl@1.18.3 python-aiohttp@3.11.18 python-requests@2.32.5 python-requests-toolbelt@1.0.0 python-urllib3@2.5.0 python-websockets@13.1 python-botocore@1.42.5
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/graphql-python/gql
Licenses: Expat
Build system: python
Synopsis: GraphQL client for Python
Description:

python-gql is a GraphQL client which plays nicely with other graphql implementations compatible with the spec. GQL supports multiple transports to communicate with the backend such as Websockets, HTTP, Absinthe, and more.

css-microtip 20200411-0.3a52883
Channel: guixrus
Location: guixrus/packages/css.scm (guixrus packages css)
Home page: https://microtip.vercel.app/
Licenses: Expat
Build system: copy
Synopsis: Minimal, accessible, ultra lightweight css tooltip library
Description:

css-microtip is a modern, minimal css tooptip library with accessibility baked in. Just 1kb minified and gzipped.

css-wing 20190309-0.5792c1c
Channel: guixrus
Location: guixrus/packages/css.scm (guixrus packages css)
Home page: https://kbrsh.github.io/wing/
Licenses: Expat
Build system: copy
Synopsis: Beautiful CSS framework designed for minimalists
Description:

css-wing provides everything you need to create a basic project is included, all in a 2kb file (minified + gzipped). On top of that, almost everything is styled automatically, without the need for learning specific classes. This allows for an intuitive experience developing with Wing, as it's designed to be a boilerplate stylesheet for any project.

css-micro-reset 20210412-0.ec687a7
Channel: guixrus
Location: guixrus/packages/css.scm (guixrus packages css)
Home page:
Licenses: Expat
Build system: copy
Synopsis: Minimal barebone CSS Reset
Description:

css-micro-reset provides a minimal barebone CSS Reset.

Page: 14567817
Total packages: 396