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 adds ANSI colors and decorations to your strings.
This Python library is based upon the xmlfile module from lxml. It aims to provide a low memory, compatible implementation of xmlfile.
This Python library handles software versions and specifiers. It is adapted from the packaging package.
This package provides a utility to find Python versions on the current system.
When using matplotlib and plotting more than one line, it is common to want to be able to want to be able to cycle over one or more artist styles; but the plotting logic can quickly become involved. To address this and enable easy cycling over arbitrary kwargs, the Cycler class was developed.
The calver package is a setuptools extension for automatically defining your Python package version as a calendar version.
Retrieve a scale based on a given mode and starting note. Information about these scales can be found on Wikipedia.
This package provides a tool for translation and localization of Python programs via modification of source files. Trubar supports f-strings and does not require any changes to the original source code, such as marking strings for translation.
RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using “=” characters. However this conveys no benefit so many protocols choose to use Base64 without the “=” padding.
The ld package provides information about the GNU/Linux distribution it runs on, such as a reliable machine-readable ID, or version information.
pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text.
pyvirtualdisplay is a Python wrapper for Xvfb, Xephyr and Xvnc.
Upload notebooks as .ipynb, .rmd, and .html to a notebooksharing.space instance.
marshmallow provides a library for converting complex datatypes to and from native Python datatypes.
Plotille provides a figure class and graphing functions to create plots, scatter plots, histograms and heatmaps in the terminal using braille dots.
This package outputs version information for modules loaded in the current session, Python, and the OS.
Py is a Python library for file name parsing, .ini file parsing, I/O, code introspection, and logging.
This package provides a framework to implement simple but nice CLIs.
Helpdev is a library to easily extract information about the Python environment.
sarge is a wrapper for subprocess which provides command pipeline functionality.
Python logging made (stupidly) simple
python-lief is a cross platform library which can parse, modify and abstract ELF, PE and MachO formats.
Grako takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python.
Shapely is a Python package for manipulation and analysis of planar geometric objects. It is based on the GEOS library.