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.
This package provides tools for automated download of UMLS data.
Dask backend for Deisa.
Enable python source code refactoring through AST modifications.
Sample use cases:
Facilitate moving or renaming python modules by rewriting import statements.
Refactor code to enforce a certain style, such as reordering function definitions.
Safely migrate code from one API to another.
Paste provides a variety of web development tools and middleware which can be nested together to build web applications. Paste's design closely follows ideas flowing from WSGI (Web Standard Gateway Interface).
Bracex is a brace expanding library (à la Bash) for Python. Brace expanding is used to generate arbitrary strings.
The TraitsUI project provides a toolkit-independent GUI abstraction layer, which is used to support the “visualization” features of the Traits package. You can write a model using the Traits API and specify a GUI using the TraitsUI API (views, items, editors, etc.), and let TraitsUI and your selected toolkit back-end (Qt or Wx) take care of the details of displaying them.
Discrete Fourier Transform with xarray.
This package provides a flexible utility for flattening and unflattening dict-like objects in Python.
Compute a single hash of the file contents of a directory.
Mayavi is a general purpose, cross-platform tool for 2-D and 3-D scientific data visualization.
Envisage is a Python-based framework for building extensible applications, that is, applications whose functionality can be extended by adding 'plug-ins. Envisage provides a standard mechanism for features to be added to an application, whether by the original developer or by someone else. In fact, when you build an application using Envisage, the entire application consists primarily of plug-ins. In this respect, it is similar to the Eclipse and Netbeans frameworks for Java applications.
Fief is an open-source platform to manage users and authentication in your applications.
Key features:
Pre-built login and registration pages
Users management dashboard
SDK for the most popular languages and frameworks
Integrations for the most popular no-code tools
xsData is a complete data binding library for python allowing developers to access and use XML and JSON documents as simple objects rather than using DOM. The included XML and JSON parser/serializer are highly optimized and adaptable, with multiple handlers and configuration properties. xsData is constantly tested against the W3C XML Schema 1.1 test suite.
Easily pick a place to store data for your Python code.
dask-jobqueue makes it easy to deploy Dask on common job queuing systems typically found in high performance supercomputers, academic research institutions, and other clusters, like PBS, Slurm, MOAB, SGE, LSF, and HTCondor.
This package provides a Zarr I/O backend for the HDMF.
Pyface contains toolkit-independent GUI abstraction layers, used to support the TraitsUI package. Thus, you can write code in the abstraction of the Pyface API and the selected toolkit and backend take care of the details of displaying them.
Table logger using Rich, aimed at PyTorch Lightning logging.
Features
display your training logs with pretty rich tables
describe your fields with goal, format and name
a field descriptor can be matched with any regex
a field name can be computed as a regex substitution
works in Jupyter notebooks as well as in a command line
integrates easily with Pytorch Lightning
This package provides a small utility for simplifying and cleaning up argument parsing scripts.
Click is a package for creating powerful and beautiful command line interfaces (CLI) in Python, but it has no the functionality for creating option groups. The aim of this package is to provide group options with extensible functionality using canonical and clean API (Click-like API as far as possible).
This package provides utilities for downloading several URL as one, as well as supporting multi-part URLs.
Confit is a complete and easy-to-use configuration framework aimed at improving the reproducibility of experiments by relying on the Python typing system, minimal configuration files and command line interfaces.
Tools and utilities shared by Deisa backends.
This package introduces a function decorator preventing a function from being called more often than that allowed by the API provider. This should prevent API providers from banning your applications by conforming to their rate limits.