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.
This package implements URI Template expansion in strict adherence to RFC 6570, but adds a few extensions.
This package provides a module to parse Coded statement of account (CODA) files as defined be the Belgian Febelfin bank standard.
Portalocker is a library to provide an easy API to file locking..
This package provides a version helper that lets you automatically use the latest vX.X.X Git tag as the version in your Python package. It also supports getting the version from Python source distributions or, once your package is installed, via pkg_resources (part of setuptools).
This package is a fork from the retry package, but with some of added community-sourced features. It provides an easy to use, but functional decorator for retrying on exceptions.
Python-Titlecase is a Python port of John Gruber's titlecase.pl. It capitalizes (predominantly English) strings in a way that is similar to book titles, using the New York Times Manual of Style to leave certain words lowercase.
This package provides a functionality for working with user perceived characters. More specifically, string manipulation and calculation functions for working with grapheme cluster groups (graphemes) as defined by the Unicode Standard Annex #29.
This library implements eval'able S-expression in Python using tuple-like objects.
find_libpython helps find the path to the libpython dynamic library for the current Python environment. It is both a script and a Python package.
async_generator back-ports Python 3.6's native async generators and Python 3.7's context managers into Python 3.5.
The pyspnego Python library handles Negotiate, NTLM, Kerberos (SPNEGO) and CredSSP authentication. It also includes a packet parser that can be used to decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format.
This package provides a Doxygen input filter for QML files.
This package provides the rflint command-line utility, a static analysis tool (linter) for Robot Framework source files.
Plumbum is a library of tools for replacing shell scripts with Python code.
This package implements a functionality to print versions of imported Python packages.
This package provides a library for accessing stubs in typeshed.
This package provides an implementation-agnostic implementation of JSON reference resolution.
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
This package provides a comprehensive, fast, pure Python memcached client.
This library provides support for legacy Python Packaging functionality removed from packaging.
This package consists of Python modules and scripts for manipulating stereolithography (STL) files. It can convert STL files into POV-ray meshes, PDF and PostScript. The Python modules allow for reading and writing STL files. It supports both the text and binary forms of STL.
This package contains a list of Python Standard Libraries.
This package implements a functionality for creating, editing and loading COLLADA,which is a COLLAborative Design Activity for establishing an interchange file format for interactive 3D applications.
The library allows you to load a COLLADA file and interact with it as a python object. In addition, it supports creating a collada python object from scratch, as well as in-place editing.
Helpdev is a library to easily extract information about the Python environment.