_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-ikarus 0.0.2
Propagated dependencies: python-numpy@1.24.4 python-pandas@2.2.3 python-scipy@1.12.0 python-scanpy@1.9.6 python-anndata@0.10.7 python-ctxcore@0.2.0 pyscenic@0.11.2-1.5f170fd
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/BIMSBbioinfo/ikarus
Licenses: Expat
Synopsis: Machine learning classifier of tumor cells
Description:

ikarus is a stepwise machine learning pipeline that tries to cope with a task of distinguishing tumor cells from normal cells. Leveraging multiple annotated single cell datasets it can be used to define a gene set specific to tumor cells. First, the latter gene set is used to rank cells and then to train a logistic classifier for the robust classification of tumor and normal cells. Finally, sensitivity is increased by propagating the cell labels based on a custom cell-cell network. ikarus is tested on multiple single cell datasets to ascertain that it achieves high sensitivity and specificity in multiple experimental contexts.

python-daemon 3.0.1
Propagated dependencies: python-lockfile@0.12.2 python-packaging@24.2 python-setuptools@67.6.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pagure.io/python-daemon/
Licenses: ASL 2.0 GPL 3+
Synopsis: Python library for making a Unix daemon process
Description:

Python-daemon is a library that assists a Python program to turn itself into a well-behaved Unix daemon process, as specified in PEP 3143.

This library provides a DaemonContext class that manages the following important tasks for becoming a daemon process:

  1. Detach the process into its own process group.

  2. Set process environment appropriate for running inside a chroot.

  3. Renounce suid and sgid privileges.

  4. Close all open file descriptors.

  5. Change the working directory, uid, gid, and umask.

  6. Set appropriate signal handlers.

  7. Open new file descriptors for stdin, stdout, and stderr.

  8. Manage a specified PID lock file.

  9. Register cleanup functions for at-exit processing.

python-pyxsim 4.4.2
Propagated dependencies: python-astropy@6.1.7 python-h5py@3.8.0 python-numpy@1.24.4 python-scipy@1.12.0 python-soxs@4.8.5 python-tqdm@4.67.1 python-unyt@3.0.1 python-yt@4.4.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://hea-www.cfa.harvard.edu/~jzuhone/pyxsim/
Licenses: Modified BSD
Synopsis: Simulating X-ray observations from astrophysical sources
Description:

This package implements functionality for simulating X-ray emission from astrophysical sources.

X-rays probe the high-energy universe, from hot galaxy clusters to compact objects such as neutron stars and black holes and many interesting sources in between. pyXSIM makes it possible to generate synthetic X-ray observations of these sources from a wide variety of models, whether from grid-based simulation codes such as FLASH, Enzo, and Athena, to particle-based codes such as Gadget and AREPO, and even from datasets that have been created 'by hand', such as from NumPy arrays. pyXSIM also provides facilities for manipulating the synthetic observations it produces in various ways, as well as ways to export the simulated X-ray events to other software packages to simulate the end products of specific X-ray observatories.

python-sparse 0.14.0
Propagated dependencies: python-numba@0.59.1 python-numpy@1.24.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pydata/sparse/
Licenses: Modified BSD
Synopsis: Library for multi-dimensional sparse arrays
Description:

This package implements sparse arrays of arbitrary dimension on top of numpy and scipy.sparse. Sparse array is a matrix in which most of the elements are zero. python-sparse generalizes the scipy.sparse.coo_matrix and scipy.sparse.dok_matrix layouts, but extends beyond just rows and columns to an arbitrary number of dimensions. Additionally, this project maintains compatibility with the numpy.ndarray interface rather than the numpy.matrix interface used in scipy.sparse. These differences make this project useful in certain situations where scipy.sparse matrices are not well suited, but it should not be considered a full replacement. It lacks layouts that are not easily generalized like compressed sparse row/column(CSR/CSC) and depends on scipy.sparse for some computations.

python2-rserve 0.91
Dependencies: python2-setuptools@67.6.1 python-pytest@8.3.3
Propagated dependencies: python-numpy@1.24.4
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://pypi.python.org/pypi/pyRserve
Licenses: Expat
Synopsis: RServe.
Description:

.

python-inotify 0.2.9
Propagated dependencies: inotify-tools@3.22.6.0
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://pypi.python.org/pypi/inotify
Licenses: GPL 2
Synopsis: Python inotify.
Description:

Python inotify.

python-moviepy 1.0.3
Propagated dependencies: python-decorator@5.0.9 python-imageio@2.33.1 python-imageio-ffmpeg@0.4.7 python-proglog@0.1.10 python-requests@2.31.0 python-tqdm@4.67.1
Channel: guixrus
Location: guixrus/packages/moviepy.scm (guixrus packages moviepy)
Home page: https://zulko.github.io/moviepy/
Licenses: Expat
Synopsis: Video editing with Python
Description:

Video editing with Python

python-version 0.1.2
Propagated dependencies: python-more-itertools@8.2.0 python-pytest@8.3.3
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: http://github.com/halst/version
Licenses: Expat
Synopsis: Implementation of semantic version
Description:

Implementation of semantic version

python-ed25519 1.4
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/warner/python-ed25519
Licenses: Expat
Synopsis: Ed25519 public-key signatures
Description:

Ed25519 public-key signatures

python-pymongo 4.1.1
Propagated dependencies: python-certifi@2022.6.15
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mongodb/mongo-python-driver
Licenses: ASL 2.0
Synopsis: Python driver for MongoDB
Description:

Python driver for MongoDB.

python-starred 3.1.0
Propagated dependencies: python-click@8.1.7 python-github@1.3.0 python-urllib3-1.21.1@1.21.1
Channel: wigust
Location: wigust/packages/python.scm (wigust packages python)
Home page: https://github.com/maguowei/starred
Licenses: Expat
Synopsis: Awesome List used GitHub stars
Description:

Awesome List used GitHub stars.

python-dirsync 2.2.5
Propagated dependencies: python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tkhyn/dirsync
Licenses: Expat
Synopsis: Advanced directory tree synchronisation tool
Description:

Advanced directory tree synchronisation tool.

python-promise 0.4.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/syrusakbary/promise
Licenses: Expat
Synopsis: Promises/A+ implementation for Python
Description:

Promises/A+ implementation for Python

python-glue-qt 0.3.1
Propagated dependencies: python-astropy@6.1.7 python-echo@0.8.0 python-glue-core@1.21.1 python-h5py@3.8.0 python-ipykernel@6.29.4 python-ipython@8.29.0 python-matplotlib@3.8.2 python-numpy@1.24.4 python-pvextractor@0.4 python-qtconsole@5.3.0 python-qtpy@2.2.0 python-scipy@1.12.0
Channel: ffab
Location: ffab/packages/astronomy.scm (ffab packages astronomy)
Home page: http://glueviz.org
Licenses: Modified BSD
Synopsis: Multidimensional data visualization across files
Description:

Multidimensional data visualization across files.

python-coreapi 2.3.3
Propagated dependencies: python-coreschema@0.0.4 python-itypes@1.2.0 python-requests@2.31.0 python-uritemplate@4.1.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/core-api/python-client
Licenses: Modified BSD
Synopsis: Python client library for Core API
Description:

Python client library for Core API.

python-backoff 1.8.1
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://github.com/litl/backoff
Licenses: Expat
Synopsis: Function decoration for backoff and retry
Description:

Function decoration for backoff and retry

python-glue-qt 0.3.1
Propagated dependencies: python-astropy@6.1.7 python-echo@0.8.0 python-glue-core@1.21.1 python-ipykernel@6.29.4 python-ipython@8.29.0 python-matplotlib@3.8.2 python-numpy@1.24.4 python-pvextractor@0.4 python-qtconsole@5.3.0 python-qtpy@2.2.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://glueviz.org
Licenses: Modified BSD
Synopsis: Multidimensional data visualization across files
Description:

Multidimensional data visualization across files.

python-pymeeus 0.5.11
Channel: guixrus
Location: guixrus/packages/misc.scm (guixrus packages misc)
Home page: https://github.com/architest/pymeeus
Licenses: LGPL 3+
Synopsis: Python implementation of Jean Meeus astronomical routines
Description:

Python implementation of Jean Meeus astronomical routines

python-gettext 4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://pypi.python.org/pypi/python-gettext
Licenses: Modified BSD
Synopsis: Python Gettext po to mo file compiler.
Description:

Python Gettext po to mo file compiler.

python-martian 1.5
Propagated dependencies: python-setuptools@67.6.1 python-six@1.16.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/martian
Licenses: Zope Public License 2.1
Synopsis: Embedding of configuration information in Python code
Description:

Embedding of configuration information in Python code.

emacs-pythonic 0.2
Propagated dependencies: emacs-s@1.13.0 emacs-f@0.21.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/pythonic-emacs/pythonic.git
Licenses: GPL 3+
Synopsis: Utility functions for writing pythonic emacs package.
Description:

Utility functions for writing pythonic emacs package.

python-ndeflib 0.3.3
Channel: atomized
Location: atomized/packages/python-xyz.scm (atomized packages python-xyz)
Home page: https://ndeflib.readthedocs.io/
Licenses:
Synopsis: NFC Data Exchange Format decoder and encoder.
Description:

NFC Data Exchange Format decoder and encoder.

python-testlib 0.6.5
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/trentm/testlib
Licenses: Expat
Synopsis: Python micro test suite harness
Description:

A micro unittest suite harness for Python.

python-wadllib 1.3.6
Propagated dependencies: python-lazr.uri@1.0.6 python-setuptools@67.6.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://launchpad.net/wadllib
Licenses: LGPL 3
Synopsis: Python library for navigating WADL files
Description:

Navigate HTTP resources using WADL files as guides.

Total results: 3594