_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


gsl 1.16
Channel: guix-past
Location: past/packages/maths.scm (past packages maths)
Home page: https://www.gnu.org/software/gsl/
Licenses: GPL 3+
Synopsis: Numerical library for C and C++
Description:

The GNU Scientific Library is a library for numerical analysis in C and C++. It includes a wide range of mathematical routines, with over 1000 functions in total. Subject areas covered by the library include: differential equations, linear algebra, Fast Fourier Transforms and random numbers.

qhull 3.0
Channel: guix-past
Location: past/packages/maths.scm (past packages maths)
Home page: http://qhull.org
Licenses: non-copyleft
Synopsis: Calculate convex hulls and related structures
Description:

Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull implements the Quickhull algorithm for computing the convex hull. It handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approximations to the convex hull.

Qhull does not support triangulation of non-convex surfaces, mesh generation of non-convex objects, medium-sized inputs in 9-D and higher, alpha shapes, weighted Voronoi diagrams, Voronoi volumes, or constrained Delaunay triangulations.

perl 5.24.0
Channel: guix-past
Location: past/packages/perl.scm (past packages perl)
Home page: https://www.perl.org/
Licenses: GPL 1+
Synopsis: Implementation of the Perl programming language
Description:

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.

perl 5.14.4
Channel: guix-past
Location: past/packages/perl.scm (past packages perl)
Home page: https://www.perl.org/
Licenses: GPL 1+
Synopsis: Implementation of the Perl programming language
Description:

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.

python2-numpy 1.16.6
Dependencies: bash@5.2.37 openblas@0.3.30
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://numpy.org
Licenses: Modified BSD
Synopsis: Fundamental package for scientific computing with Python
Description:

NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear algebra, Fourier transform, and random number capabilities.

python2-pluggy-bootstrap 0.13.1
Propagated dependencies: python2-importlib-metadata-bootstrap@1.5.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pluggy/
Licenses: Expat
Synopsis: Plugin and hook calling mechanism for Python
Description:

Pluggy is an extraction of the plugin manager as used by Pytest but stripped of Pytest specific details.

python2-dateutil 2.8.2
Propagated dependencies: python2-six@1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://dateutil.readthedocs.io/en/stable/
Licenses: Modified BSD ASL 2.0
Synopsis: Extensions to the standard datetime module
Description:

The dateutil module provides powerful extensions to the standard datetime module, available in Python 2.3+.

python2-kiwisolver 1.0.1
Dependencies: libxcrypt@4.4.38
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python2-pytest-mock 1.13.0
Propagated dependencies: python2-mock@3.0.5 python2-pytest@4.6.11
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pytest-dev/pytest-mock/
Licenses: Expat
Synopsis: Thin-wrapper around the mock package for easier use with pytest
Description:

Thin-wrapper around the mock package for easier use with pytest

python2-backports-functools-lru-cache 1.6.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/jaraco/backports.functools_lru_cache
Licenses: Expat
Synopsis: Backport of functools.lru_cache from Python 3.3
Description:

python2-backports-functools-lru-cache is a backport of functools.lru_cache from Python 3.3.

python2-pygobject 2.28.7
Dependencies: python2@2.7.18 glib@2.83.3 python2-pycairo@1.18.2 gobject-introspection@1.82.0
Propagated dependencies: libffi@3.4.6
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/PyGObject/
Licenses: LGPL 2.1+
Synopsis: Python bindings for GObject
Description:

Python bindings for GLib, GObject, and GIO.

python2-pathlib2-bootstrap 2.3.5
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pathlib2/
Licenses: Expat
Synopsis: Object-oriented file system paths - backport of standard pathlib module
Description:

The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions.

Pathlib offers a set of classes to handle file system paths. It offers the following advantages over using string objects:

  1. No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls.

  2. Embodies the semantics of different path types. For example, comparing Windows paths ignores casing.

  3. Well-defined semantics, eliminating any inconsistencies or ambiguities (forward vs. backward slashes, etc.).

python2-funcsigs 1.0.2
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://funcsigs.readthedocs.org
Licenses: ASL 2.0
Synopsis: Python function signatures from PEP362
Description:

Backport of funcsigs which was introduced in Python 3.3.

python2-pytest-cov 2.8.1
Propagated dependencies: python2-coverage@5.0.3 python2-pytest@4.6.11
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pytest-dev/pytest-cov
Licenses: Expat
Synopsis: Pytest plugin for measuring coverage
Description:

Pytest-cov produces coverage reports. It supports centralised testing and distributed testing in both load and each modes. It also supports coverage of subprocesses.

python2-nose 1.3.7
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://readthedocs.org/docs/nose/
Licenses: LGPL 2.0+
Synopsis: Python testing library
Description:

Nose extends the unittest library to make testing easier.

python2-scipy 1.2.3
Dependencies: openblas@0.3.30 pybind11@2.13.6
Propagated dependencies: python2-numpy@1.16.6 python2-matplotlib@2.2.5 python2-pyparsing@2.4.7
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://scipy.org/
Licenses: Modified BSD
Synopsis: The Scipy library provides efficient numerical routines
Description:

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.

python2-beautifulsoup4 4.9.3
Propagated dependencies: python2-soupsieve@1.9.2 python-html5lib@1.1 python2-lxml@4.6.5
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://www.crummy.com/software/BeautifulSoup/bs4/
Licenses: Expat
Synopsis: Screen-scraping library
Description:

Beautiful Soup is a Python library designed for rapidly setting up screen-scraping projects. It offers Pythonic idioms for navigating, searching, and modifying a parse tree, providing a toolkit for dissecting a document and extracting what you need. It automatically converts incoming documents to Unicode and outgoing documents to UTF-8.

python2-hypothesis 4.57.1
Propagated dependencies: python2-enum34@1.1.6 python-attrs-bootstrap@25.3.0 python-sortedcontainers@2.4.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/HypothesisWorks/hypothesis
Licenses: MPL 2.0
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

python2-certifi 2021.10.8
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://certifi.io/
Licenses: ASL 2.0
Synopsis: Python CA certificate bundle
Description:

Certifi is a Python library that contains a CA certificate bundle, which is used by the Requests library to verify HTTPS requests.

python2-functools32 3.2.3-2
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/MiCHiLU/python-functools32
Licenses: Expat
Synopsis: Backport of the functools module from Python 3.2.3
Description:

This package is a backport of the functools module from Python 3.2.3 for use with older versions of Python and PyPy.

python2-pyro 3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pythonhosted.org/Pyro/
Licenses: Expat
Synopsis: Distributed object manager for Python
Description:

Pyro is a Distributed Object Technology system written in Python that is designed to be easy to use. It resembles Java's Remote Method Invocation (RMI). It has less similarity to CORBA, which is a system and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. Pyro 3.x is no longer maintained. New projects should use Pyro4 instead, which is the new Pyro version that is actively developed.

python2-contextlib2 0.6.0.post1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://contextlib2.readthedocs.org/
Licenses: Python Software Foundation License
Synopsis: Tools for decorators and context managers
Description:

This module is primarily a backport of the Python 3.2 contextlib to earlier Python versions. Like contextlib, it provides utilities for common tasks involving decorators and context managers. It also contains additional features that are not part of the standard library.

python2-pluggy 0.13.1
Propagated dependencies: python2-importlib-metadata@1.5.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pluggy/
Licenses: Expat
Synopsis: Plugin and hook calling mechanism for Python
Description:

Pluggy is an extraction of the plugin manager as used by Pytest but stripped of Pytest specific details.

python2-mock 3.0.5
Propagated dependencies: python2-funcsigs@1.0.2 python2-six@1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/testing-cabal/mock
Licenses: Expat
Synopsis: Python mocking and patching library for testing
Description:

Mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. This library is now part of Python (since Python 3.3), available via the unittest.mock module.

Page: 12345
Total results: 114