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.
Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
This package provides declarative command-line interfaces using argparse and dataclasses.
A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
Py is a Python library for file name parsing, .ini file parsing, I/O, code introspection, and logging.
The goal of sre_yield is to efficiently generate all values that can match a given regular expression, or count possible matches efficiently. It uses the parsed regular expression, so you get a much more accurate result than trying to just split strings.
Tiktoken is a fast byte pair encoding (BPE) tokeniser for use with OpenAI's models.
This library provides a publish-subscribe API to facilitate event-based or message-based architecture in a single-process application. It is centered on the notion of a topic - senders publish messages of a given topic, and listeners subscribe to messages of a given topic, all inside the same process.
This package provides python-vdf, a library for working with Valve's VDF text format.
Tool to automatically fix some issues reported by flake8.
An implementation of the Debug Adapter Protocol for Python.
validate_email can be used to verify if an email address is valid and really exists.
Huey is a lightweight task queue for Python applications. Huey supports:
Redis, SQLite, file-system, or in-memory storage
multi-process, multi-thread or greenlet task execution models
scheduling tasks to execute at a given time, or after a given delay
scheduling recurring tasks, like a crontab
automatically retrying tasks that fail
task prioritization
task result storage
task expiration
task locking
task pipelines and chains
PythonLibCore provides tools for creating larger test libraries for Robot Framework using Python. The Robot Framework hybrid and dynamic library APIs give more flexibility for library than the static library API, but they also set requirements for libraries which need to be implemented in the library side. PythonLibCore eases the problem by providing a simpler interface and by handling all the requirements towards the Robot Framework library APIs.
colorspacious is a Python library that lets you convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.
Dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.
This Python library implements 3-way merge for text.
xlwt is a library for writing data and formatting information to older Excel files (i.e. .xls). The package itself is pure Python with no dependencies on modules or packages outside the standard Python distribution. It is not intended as an end-user tool.
The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. It makes it possible for tools that work with logical AST nodes to find the particular text that resulted in those nodes, for example for automated refactoring or highlighting.
This package draws tree structures using characters.
This package provides a Python interface to iw wireless tools.
Ultra-lightweight pure Python package to check if a file is binary or text.
This package provides a python client for the Valkey key-value store, forked from redis-py.
This package provides a library implementing a thread-safe connection pool.
Faker is a Python package that generates fake data such as names, addresses, and phone numbers.