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.
Alpaca-py provides an interface to REST, WebSocket and SSE endpoints that allow interaction with the Alpaca API.
This package provides a Python SDK for integrating with the Dropbox API v2.
Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.
python-portend can be used to monitor TCP ports for bound or unbound states. For example, waiting for a port to be occupied or freed within a set timeout. python-portend can also be used directly from the command line.
This Python module provides Signal, an abstraction to register asynchronous callbacks. The Signal abstraction can be used for adding, removing and dropping callbacks.
htmlmin is an HTML minifier that just works. It comes with safe defaults and easily configurable options.
httptools is a Python binding for the nodejs HTTP parser.
pyramid_tm is a package which allows Pyramid requests to join the active transaction as provided by the Python transaction package.
This package provides a convenient filesystem interface over S3.
Furl provides an easy-to-use alternative to the urllib and urlparse modules for manipulating URLs.
This project provides a client library in Python that makes it easy to communicate with Microsoft Azure Storage services.
Requests-FTP is an implementation of a simple FTP transport adapter for use with the Requests library.
Python module to query and edit data stored in a NetBox instance.
Slixmpp is a XMPP library for Python 3.7+. It is a fork of SleekXMPP. Its goal is to only rewrite the core of the library (the low level socket handling, the timers, the events dispatching) in order to remove all threads.
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API.
This package provides a Python library with classes that mimic pathlib.Path's interface for URIs from different cloud storage services.
The wadllib Python library allows navigating HTTP resources using Web Application Description Language (WADL) files as guides.
This package provides a Python interface to the Google WebRTC VAD.
This package provides a SOCKS proxy connector for aiohttp. It supports SOCKS4(a) and SOCKS5.
launchpadlib is a Python library that allows scripting Launchpad via its the web service API.
cssselect2 is a straightforward implementation of CSS3 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers (including cElementTree, lxml, html5lib, etc.).
Unlike the Python package cssselect, it does not translate selectors to XPath and therefore does not have all the correctness corner cases that are hard or impossible to fix in cssselect.
Get Google results, but without any ads, javascript, AMP links, cookies, or IP address tracking. Quick and simple to implement as a primary search engine replacement on both desktop and mobile.
Zope.event provides an event publishing API, intended for use by applications which are unaware of any subscribers to their events. It is a simple event-dispatching system on which more sophisticated event dispatching systems can be built.
This package provides an ASGI (Asynchronous Server Gateway Interface) Server based on Hyper libraries and inspired by python-gunicorn.