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 contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic concurrency" paradigm, and include explicit resolution of conflicts detected by that mechanism.
Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI Specification v3. It has features such as:
Validation of requests and responses
Schema casting and unmarshalling
Media type and parameters deserialization
Security providers (API keys, Cookie, Basic and Bearer HTTP authentications)
Custom deserializers and formats
Integration with libraries and frameworks.
WCrypto is an implementation of the Javascript Object Signing and Encryption (JOSE) Web Standards.
This package provides a Python library for serializing any arbitrary object graph to and from JSON.
flask_principal is a identity management library for Flask. It supports managing both authentication and authorization data in a thread-local variable.
This package provides an implementation of Public Suffix List as Python library.
Features:
supports IDN (unicode and punycoded)
shipped with built-in PSL and an updater script
written in Pure Python with no library dependencies
This library defines common helpers used by all Google API clients.
pycares is a Python module which provides an interface to c-ares, a C library that performs DNS requests and name resolutions asynchronously.
Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.
This package provides a Python SDK for integrating with the Dropbox API v2.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
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.
The sendgrid Python library allows access to the SendGrid Web API v3. Version 3+ of the library provides full support for all SendGrid Web API v3 endpoints, including the new v3 /mail/send.
This package implements a functionality to download large files recursivly from Google Drive with option to filter them by file formats (PDF/XML/CSV).
Zope.scheme provides extensions to zope.interface for defining data schemas.
jstyleson is a Python library to parse JSON. Contrary to the standard Python json library, it understands js-style comments. Trailing comma is also supported.
This package provides the Microsoft Azure Blob Storage Client Library for Python.
This package provides Jinja2 template bindings for the Pyramid web framework.
This package provides a Python Twisted library for LDAP, which key feaatures are:
LDAP client logic
separately-accessible LDAP and BER protocol message generation/parsing
ASCII-format LDAP filter generation and parsing
LDIF format data generation
Samba password changing logic
This library is an abstraction of Conda package handling and a tool for extracting, creating, and converting between formats.
urlgrabber is a library that unifies access to files available on the web, FTP or locally. It supports HTTP, FTP and file:// protocols, it supports features like HTTP keep-alive, reget, throttling and more.
Css-parser is a Python package for parsing and building CSS Cascading Style Sheets. Currently it provides a DOM only and no rendering options.
It's a fork of cssutils 1.0.2, updated and modified for parsing ebooks, due to cssutils not receiving updates as of 1.0.2.
This package provides a Python implementation of the Socket.IO realtime client and server.
This package provides a Python library for communicating with AMQP peers and brokers using the asynchronous networking framework Twisted. It contains all the necessary code to connect, send and receive messages to/from an AMQP-compliant peer or broker (Qpid, OpenAMQ, RabbitMQ) using Twisted. It also includes support for using Thrift RPC over AMQP in Twisted applications.