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.
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.
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.
This package provides tools for automated download of UMLS data.
This package provides a hierarchical data modeling framework for modern science data standards.
This package provides classes and functions for performing customizable robust ICA.
The apptools project provides a set of packages that Enthought has found useful in creating a number of applications. It includes features such as a filesystem abstraction, convenience functions for creating loggers, or an application preference manager.
Estimate and track carbon emissions from your computer, quantify and analyze their impact.
This package provides a small utility for simplifying and cleaning up argument parsing scripts.
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.
h5io is a package designed to facilitate saving some standard Python objects into the forward-compatible HDF5 format. It is a higher-level package than h5py.
This package provides utilities for downloading several URL as one, as well as supporting multi-part URLs.
Discrete Fourier Transform with xarray.
The Enable project provides two related multi-platform packages for drawing GUI objects.
Enable: an object drawing library that supports containment and event notification.
Kiva: a multi-platform DisplayPDF vector drawing engine.
Python Bindings for the NVIDIA Management Library.
This package provides a flexible utility for flattening and unflattening dict-like objects in Python.
Python meta-package for deisa-dask and deisa-ray.
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).
The pyjson-tricks package brings several pieces of functionality to python handling of JSON files:
Store and load numpy arrays in human-readable format.
Store and load class instances both generic and customized.
Store and load date/times as a dictionary (including timezone).
Preserve map order using OrderedDict.
Allow for comments in json files by starting lines with #.
Sets, complex numbers, Decimal, Fraction, enums, compression, duplicate keys, pathlib Paths, bytes, ...
As well as compression and disallowing duplicate keys.
Mayavi is a general purpose, cross-platform tool for 2-D and 3-D scientific data visualization.
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.
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 functions for 3D coordinate transformations.
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash.
This package provides common CLI patterns on top of Click.