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 provides a simple, but extensible Python implementation for the Telegram Bot API.
The pure_eval Python library can safely evaluate abstract syntax tree (AST) nodes without side effects.
whatever provides an easy way to make anonymous functions by partial application of operators.
GPX file parser and GPS track manipulation library.
This plugin enables git-like did-you-mean feature in Click.
This package provides a microlibrary that defines a JSON type alias for Python.
This package provides a decorator for caching properties in classes. It is forked from cached-property.
pycodestyle (formerly pep8) is a tool to check Python code against some of the style conventions in PEP 8.
Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run. The entrypoints module contains functions to find and load entry points.
This package provides a command-line interface (CLI) to the Jinja2 template engine.
Jsonschema is an implementation of JSON Schema for Python.
This package provides a flake8 plugin that integrates isort, extending flake8 so that it can warn about badly sorted Python import directives.
This package validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
pykakasi is a Python Natural Language Processing NLP library to transliterate hiragana, katakana and kanji (Japanese text) into rōmaji (Latin/Roman alphabet). It can handle characters in NFC form.
Its algorithms are based on the kakasi library, which is written in C.
This package provides an ANSI terminal tool for Python, colored shell and other handy fancy features.
Factory_boy is a fixtures replacement based on thoughtbot’s factory_girl. As a fixtures replacement tool, it aims to replace static, hard to maintain fixtures with easy-to-use factories for complex object. Instead of building an exhaustive test setup with every possible combination of corner cases, factory_boy allows you to use objects customized for the current test, while only declaring the test-specific fields.
This package lets you implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.
This package provides helpers for computing similarities between arbitrary sequences. Included metrics are Levenshtein, Hamming, Jaccard, and Sorensen distance, plus some bonuses. All distance computations are implemented in pure Python, and most of them are also implemented in C.
iniparse is a INI parser for Python which is:
Compatible with ConfigParser: Backward compatible implementations of ConfigParser, RawConfigParser, and SafeConfigParser are included that are API-compatible with the Python standard library.
Preserves structure of INI files: Order of sections & options, indentation, comments, and blank lines are preserved as far as possible when data is updated.
More convenient: Values can be accessed using dotted notation (
cfg.user.name), or using container syntax (cfg['user']['name']).
This package provides a simple ASCII art pictures generator of a Snake with a message.
This project allows Python code to extend built-in types.
Yattag is a Python library for generating HTML or XML in a pythonic way.
This library allows you to create a system tray icon. It makes it possible to specify an icon, a title and a callback for when the icon is activated. The icon and title can be changed after the icon has been created, and the visibility of the icon can be toggled.