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.
Mako is a templating language for Python that compiles templates into Python modules.
This package provides Python interface to the OpenJPEG library which allows one to read and write JPEG 2000 files
bson is a Python library implementing a BSON (Binary JSON) codec.
Targ is a package to build a Python Command Line Interface for applications by using type hints and docstrings.
This package provides a parser based on lib2to3 producing docspec data from Python source code.
ZipFly is a zip archive generator. It was created to generate very large zip archives for immediate sending out to clients, or for writing large zip archives without memory inflation.
This package provides the editor module for programmatically interfacing with your system's $EDITOR.
Copydetect is a tool to detect likely instances of plagiarism based on the winnowing algorithm. It takes a list of directories as input and generates an HTML report displaying copied slices as output.
StackTrace is a Robot Framework listener that prints a stack trace directly to the terminal to ease debugging.
This package provides fast fractions data type for rational numbers. It is the cythonized version of fractions.Fraction.
PyICU is a python extension wrapping the ICU C++ API.
Usage of Python's multiprocessing package in a gevent-powered application may raise problems. With gipc, process-based child processes can safely be created anywhere within a gevent-powered application.
Docspec is a JSON object specification for representing API documentation of programming languages.
Cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It provides a simple API which is an extension of Python's built-in cmd module. cmd2 provides a wealth of features on top of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary when using cmd.
This package implements a functionality to print versions of imported Python packages.
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.
You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline.
This Python module implements the FLIRT. This technology is useful for identifying common library subroutines in disassembled binaries.
This package provides a quick single file library for easily adding evaluatable expressions into python projects. Say you want to allow a user to set an alarm volume, which could depend on the time of day, alarm level, how many previous alarms had gone off, and if there is music playing at the time.
This library provides functionality to decompile AST objects, as generated by the standard library ast module, to Python code.
versioneer is a tool for managing a recorded version number in distutils-based python projects. The goal is to remove the tedious and error-prone "update the embedded version string" step from your release process.
Pydbus provides a pythonic interface to the D-Bus message bus system. Pydbus can be used to access remote objects and also for object publication. It is based on PyGI, the Python GObject Introspection bindings, which is the recommended way to use GLib from Python.
This package provides a more complete LaTeX to Unicode converter than unicodeit using a parser generated from EBNF with the Lark library.
The deprecated decorator provides a convenient way to deprecate to deprecate classes, functions or methods.
This package is an extension to Python-Markdown which adds support for shorthand links to GitHub users, repositories, issues and commits.