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.
PyMsgBox is a simple, cross-platform, pure Python module for JavaScript-like message boxes. Types of dialog boxes include:
alert
confirm
prompt
password
This package provides the garden command to install packages for Kivy, the multitouch application platform.
language_data is a supplement to the langcodes module, for working with standardized codes for human languages. It stores the more bulky and hard-to-index data about languages, particularly what they are named in various languages.
The rencode module is a data structure serialization library, similar to bencode from the BitTorrent project. For complex, heterogeneous data structures with many small elements, r-encoding stake up significantly less space than b-encodings. This version of rencode is a complete rewrite in Cython to attempt to increase the performance over the pure Python module.
This package extends Pyserial with asynchronous I/O support.
autocommand is library to automatically generate and run simple argparse parsers from function signatures.
This package provides Python 3 bindings for libfuse 3 with async I/O support.
Dulwich is an implementation of the Git file formats and protocols written in pure Python.
This package is an implementation of of bounded Levenshtein distance (Ukkonen).
This software allows you to verify wheel filenames and parse them into their component fields.
This package adheres strictly to the standard, with the following exceptions:
Version components may be any sequence of the relevant set of characters; they are not verified for PEP 440 compliance.
The
.whlfile extension is matched case-insensitively.
DotMap is a dot-access dictionary subclass that has dynamic hierarchy creation, can be initialized with keys, can be initialized from a dictionary, can be convert to a dictionary, and is ordered by insertion.
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.
This is a library to allow the easy creation of Relay-compliant servers using the GraphQL Python reference implementation of a GraphQL server. It should be noted that the code is a exact port of the original graphql-relay js implementation from Facebook.
This library provides an OrderedSet data type that works like a regular set, but remembers insertion order. It supports the full Python set interface.
IPython provides a rich architecture for interactive computing with: Powerful interactive shells, a browser-based notebook, support for interactive data visualization, embeddable interpreters and tools for parallel computing.
This is a PEP 561 type stub package for the python-dateutil package.
This package is a PEG-based parser and interpreter with memoization.
python-configparser is a backport of configparser from Python 3.5 so that it can be used directly in other versions.
jsondiff is a Python library which lets you compare, diff, and patch JSON and JSON-like structures in Python.
This package provides tools to draw Python object reference graphs with graphviz.
Pylru implements a true LRU cache along with several support classes. Pylru provides a cache class with a simple dict interface. It also provides classes to wrap any object that has a dict interface with a cache. Both write-through and write-back semantics are supported. Pylru also provides classes to wrap functions in a similar way, including a function decorator.
Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.
This package validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
Lexer and codec to work with LaTeX code in Python.