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 port of the YUI CSS Compressor.
This package provides a simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel).
HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.
HTTPX builds on the well-established usability of requests, and gives you:
A broadly requests-compatible API.
Standard synchronous interface, but with async support if you need it.
HTTP/1.1 and HTTP/2 support.
Ability to make requests directly to WSGI applications or ASGI applications.
Strict timeouts everywhere.
Fully type annotated.
99% test coverage.
Plus all the standard features of requests:
International Domains and URLs
Keep-Alive & Connection Pooling
Sessions with Cookie Persistence
Browser-style SSL Verification
Basic/Digest Authentication
Elegant Key/Value Cookies
Automatic Decompression
Automatic Content Decoding
Unicode Response Bodies
Multipart File Uploads
HTTP(S) Proxy Support
Connection Timeouts
Streaming Downloads
.netrc Support
Chunked Requests
This package provides a Python SDK for integrating with the Dropbox API v2.
This package provides the Microsoft Azure Blob Storage Client Library for Python.
CanvasAPI is a Python library for accessing Instructure’s Canvas LMS API. The library enables developers to programmatically manage Canvas courses, users, gradebooks, and more.
Parsel is a library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions.
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application.
Note: In Guix, this package assumes the environment variable EVENTLET_NO_GREENDNS defaults to yes. To try to use it, set it to anything else.
This package provides a Python library for serializing any arbitrary object graph to and from JSON.
PasteScript is a plugin-friendly command line tool which provides a variety of features, from launching web applications to bootstrapping project layouts.
This is a Python library for interacting with the Firefox Accounts ecosystem.
A utility library for mocking out the `requests` Python library.
OpenTelemetry Semantic Conventions.
pycares is a Python module which provides an interface to c-ares, a C library that performs DNS requests and name resolutions asynchronously.
Zope.scheme provides extensions to zope.interface for defining data schemas.
This package is an internal Azure namespace package.
This package provides a library and a command-line tool that lets you download the entire Wayback Machine archive for a given URL.
This package implements a reliable private and pypi.org caching server.
This package provides a WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
PRAW is a Python package that allows for simple access to Reddit’s API. It aims to be easy to use and internally follows all of Reddit’s API rules.
This tool provides a simple HTTP server with support for Range requests.
MechanicalSoup is a Python library for automating interaction with websites. It automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn’t do JavaScript.
Zope.proxy provides generic, transparent proxies for Python. Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.
Python module to query and edit data stored in a NetBox instance.