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.
IPython provides a rich architecture for interactive computing with: Powerful interactive shells, a browser-based notebook, support for interactive data visualization, embeddable interpreters and tools for parallel computing.
LSP/JSONRPC multiplexer for connecting one LSP client to multiple servers.
filelock contains a single module implementing a platform independent file lock in Python, which provides a simple way of inter-process communication.
Dictdiffer is a Python module that helps you to diff and patch dictionaries.
This package provides a Python implementation of John Gruber's Markdown. The library features international input, various Markdown extensions, and several HTML output formats. A command line wrapper markdown_py is also provided to convert Markdown files to HTML.
Gorilla is a Python library that provides a convenient approach to monkey patching. Monkey patching is the process of modifying module and class attributes at runtime with the purpose of replacing or extending third-party code.
Simple but high performance Cython hash table mapping pre-randomized keys to void* values.
Statistic is a static site generator based on Markdown and Jinja2.
validate_email can be used to verify if an email address is valid and really exists.
Approximate string matching using Levenshtein Distance to calculate the differences between sequences.
python-face is a Pythonic microframework for building command-line applications.
First-class subcommand support
Powerful middleware architecture
Separate parser layer
Built-in flagfile support
Handy testing utilities
Themeable help display
JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language. This Python package implements parsing and dumping of JSON5 data structures.
This package provides a Python module for creating simple ASCII tables.
This library allows managing GitHub resources such as repositories, user profiles, and organizations in your Python applications, using version 3 of the GitHub application programming interface (API).
This package provides a way to write Shell commands from within Python. Python functions can be chained together to process input Bash control characters are escapted so that parameters can be passed without worrying about command injection.
This library provides an efficient mechanism for overloading function implementations based on the types of the arguments.
heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It’s designed to be used as a priority queue.
pathvalidate is a Python library to sanitize/validate strings representing paths or filenames.
This package implements an installer for Python Build Standalone.
An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages.
This package contains typing stubs for protobuf, a very small subset the Python stubs contained in the complete typeshed collection.
Jellyfish uses a variety of string comparison and phonetic encoding algorithms to do fuzzy string matching.
This package provides facilities for working with VCS repositories in Python.
TOML Kit is a 1.0.0rc1-compliant TOML library. It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. It can also create new TOML documents from scratch using the provided helpers. Part of the implementation has been adapted, improved, and fixed from Molten.