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.
tinycss2 can parse strings, return Python objects representing tokens and blocks, and generate CSS strings corresponding to these objects.
Based on the CSS Syntax Level 3 specification, tinycss2 knows the grammar of CSS but doesn’t know specific rules, properties or values supported in various CSS modules.
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.
This Asynchronous Server Gateway Interface (ASGI) middleware protects against Cross-site request forgery (CSRF) attacks. It implements the Double Submit Cookie pattern, where a cookie is set that is then compared to a csrftoken hidden form field or a x-csrftoken HTTP header.
This package provides and add-on the Python Requests HTTP library to run code asynchronously.
This package provides the Shopify API for Python.
The ShopifyAPI library allows Python developers to programmatically access the admin section of stores using an ActiveResource-like interface similar the ruby Shopify API gem. The library makes HTTP requests to Shopify in order to list, create, update, or delete resources (e.g. Order, Product, Collection).
This package provides Python bindings to Ammonia HTML sanitizer Rust crate.
SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF). CSRF attacks are problematic because the mechanism they use is relatively easy to exploit. This extension attempts to aid you in securing your application from such attacks. This extension is based on the Django middleware.
This package provides a Python client library for the OpenAI API.
Plaster is a loader interface around multiple config file formats. It exists to define a common API for applications to use when they wish to load configuration. The library itself does not aim to handle anything except a basic API that applications may use to find and load configuration settings. Any specific constraints should be implemented in a pluggable loader which can be registered via an entrypoint.
The zope.deprecation module provides a function for marking modules, classes, functions, methods and properties as deprecated, displaying warnings when usaged in application code.
Webtest allows you to test your Python web applications without starting an HTTP server. It supports anything that supports the minimum of WSGI.
Oauth2ms can be used to fetch OAuth 2.0 tokens from the Microsoft Identity endpoint. Additionally, it can encode the token in the XOAUTH2 format to be used as authentication in IMAP mail servers.
This package provides testing utility modules for testing JSON APIs with Behave.
This package provides utilities to merge, minify and compress Javascript and CSS files,supporting a variety of different filters, including YUI, jsmin, jspacker or CSS tidy. It also supports URL rewriting in CSS files.
This package provides utilities jointly used by devpi-server, devpi-client and others.
This tool provides a simple HTTP server with support for Range requests.
This package provides a SDK for convenient Pythonic interface to Globus APIs.
This is a Python client library for the BrowserID protocol that underlies Mozilla Persona.
This plugin for python-plaster adds support for PasteDeploy syntax, it provides a plaster Loader object that can parse ini files according to the standard set by PasteDeploy
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API.
Zope.component represents the core of the Zope Component Architecture. Together with the zope.interface package, it provides facilities for defining, registering and looking up components.
uvicorn is a fast ASGI server implementation, using uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.
This package implements a reliable private and pypi.org caching server.
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms.