_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-torchdiffeq 0.2.5-0.a88aac5
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0 python-pytorch@2.8.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/rtqichen/torchdiffeq
Licenses: Expat
Synopsis: ODE solvers and adjoint sensitivity analysis in PyTorch
Description:

This tool provides ordinary differential equation solvers implemented in PyTorch. Backpropagation through ODE solutions is supported using the adjoint method for constant memory cost.

python-torch-vision 0.2.2
Dependencies: python-pytorch@2.8.0 python-pillow@6.1.0 python-scipy@1.12.0
Channel: guix-hpc
Location: guix-hpc/packages/python-science.scm (guix-hpc packages python-science)
Home page: https://github.com/pytorch/vision
Licenses: Modified BSD
Synopsis: image and video datasets and models for torch deep learning
Description:

image and video datasets and models for torch deep learning

python-torchmetrics 1.4.1
Propagated dependencies: python-numpy@1.26.4 python-packaging@25.0 python-pytorch@2.8.0 python-typing-extensions@4.15.0 python-lightning-utilities@0.14.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/Lightning-AI/torchmetrics
Licenses: ASL 2.0
Synopsis: Machine learning metrics for PyTorch applications
Description:

TorchMetrics is a collection of 100+ PyTorch metrics implementations and an easy-to-use API to create custom metrics. It offers:

  • A standardized interface to increase reproducibility

  • Reduces boilerplate

  • Automatic accumulation over batches

  • Metrics optimized for distributed-training

  • Automatic synchronization between multiple devices

python-tortoise-orm 0.22.2
Propagated dependencies: python-aiomysql@0.1.1 python-aiosqlite@0.18.0 python-asyncmy@0.2.10 python-asyncpg@0.30.0 python-ciso8601@2.3.2 python-iso8601@2.1.0 python-pypika-tortoise@0.3.2 python-pytz@2025.1 python-rapidjson@1.10 python-uvloop@0.21.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/tortoise/tortoise-orm
Licenses: ASL 2.0
Synopsis: Asynchronous Object Relational Mapper (ORM) for Python
Description:

Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was built with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in its design that you are working not with just tables, you work with relational data.

python-tortoise-orm 0.18.1
Channel: mobilizon-reshare
Location: mobilizon-reshare/tortoise.scm (mobilizon-reshare tortoise)
Home page: https://github.com/tortoise/tortoise-orm
Licenses: ASL 2.0
Synopsis: Asynchronous Object Relational Mapper (ORM) for Python
Description:

Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was built with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in its design that you are working not with just tables, you work with relational data.

python-tortoise-orm 0.17.8
Channel: mobilizon-reshare
Location: mobilizon-reshare/tortoise.scm (mobilizon-reshare tortoise)
Home page: https://github.com/tortoise/tortoise-orm
Licenses: ASL 2.0
Synopsis: Asynchronous Object Relational Mapper (ORM) for Python
Description:

Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was built with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in its design that you are working not with just tables, you work with relational data.

python-tortoise-orm 0.19.3
Channel: mobilizon-reshare
Location: mobilizon-reshare/tortoise.scm (mobilizon-reshare tortoise)
Home page: https://github.com/tortoise/tortoise-orm
Licenses: ASL 2.0
Synopsis: Asynchronous Object Relational Mapper (ORM) for Python
Description:

Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was built with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in its design that you are working not with just tables, you work with relational data.

python-torch-diffeq 0.2.2
Dependencies: python-pytorch@2.8.0 python-pillow@6.1.0 python-scipy@1.12.0
Channel: guix-hpc
Location: guix-hpc/packages/python-science.scm (guix-hpc packages python-science)
Home page: https://github.com/rtqichen/torchdiffeq
Licenses: Expat
Synopsis: Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.
Description:

This library provides ordinary differential equation (ODE) solvers implemented in PyTorch. Backpropagation through ODE solutions is supported using the adjoint method for constant memory cost. For usage of ODE solvers in deep learning applications.

As the solvers are implemented in PyTorch, algorithms in this repository are fully supported to run on the GPU.

python-pytest-tornado 0.8.1
Propagated dependencies: python-pytest@8.4.1 python-setuptools@80.9.0 python-tornado@5.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/eugeniy/pytest-tornado
Licenses: ASL 2.0
Synopsis: Pytest plugin to ease testing tornado applications
Description:

This package provides a py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.

python-sockjs-tornado 1.0.6
Propagated dependencies: python-tornado@5.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/mrjoes/sockjs-tornado/
Licenses: Expat
Synopsis: SockJS Python server implementation on top of the Tornado framework
Description:

SockJS-tornado provides the server-side counterpart to a SockJS client library, through the Tornado framework.

SockJS provides a low-latency, full-duplex, cross-domain communication channel between a web browser and web server.

python-pytest-tornado5 2.0.0
Propagated dependencies: python-pytest@8.4.1 python-tornado@5.1.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/vidartf/pytest-tornado
Licenses: ASL 2.0
Synopsis: Fixtures and markers to simplify testing of Tornado applications
Description:

This package provides a py.test plugin supplying fixtures and markers to simplify testing of asynchronous tornado applications.

python-tortoise-vector 0.2.0
Propagated dependencies: python-tortoise-orm@0.22.2
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/Chr0nos/tortoise_vector
Licenses: Expat
Synopsis: Tortoise-ORM pgvector implementation
Description:

This package adds the support of pgvector vectors to Tortoise-ORM as a new type of fields, it helps to filter/order by cosine similarity distances for scementic search using embeddings.

python-pypika-tortoise 0.3.2
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/tortoise/pypika-tortoise
Licenses: ASL 2.0
Synopsis: Pypika fork for tortoise-orm
Description:

Pypika-tortoise is a fork of pypika which has been streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.

python-pypika-tortoise 0.1.6
Channel: mobilizon-reshare
Location: mobilizon-reshare/tortoise.scm (mobilizon-reshare tortoise)
Home page: https://github.com/tortoise/pypika-tortoise
Licenses: ASL 2.0
Synopsis: Pypika fork for tortoise-orm
Description:

Pypika-tortoise is a fork of pypika which has been streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.

python-pypika-tortoise 0.1.3
Channel: mobilizon-reshare
Location: mobilizon-reshare/tortoise.scm (mobilizon-reshare tortoise)
Home page: https://github.com/tortoise/pypika-tortoise
Licenses: ASL 2.0
Synopsis: Pypika fork for tortoise-orm
Description:

Pypika-tortoise is a fork of pypika which has been streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.

python-pytest-tornasync 0.6.0.post2
Propagated dependencies: python-pytest@8.4.1 python-tornado@6.4.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/eukaryote/pytest-tornasync
Licenses: Expat
Synopsis: Pytest plugin for testing Tornado code
Description:

This package provides a simple pytest plugin that provides some helpful fixtures for testing Tornado (version 5.0 or newer) apps and easy handling of plain (undecoratored) native coroutine tests.

python-tornado-http-auth 1.1.1
Propagated dependencies: python-tornado@5.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/gvalkov/tornado-http-auth
Licenses: ASL 2.0
Synopsis: Digest and basic authentication module for Tornado
Description:

Provides support for adding authentication to services using the Tornado web framework, either via the basic or digest authentication schemes.

emacs-tornado-template-mode 20141128.1008
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/paradoxxxzero/tornado-template-mode
Licenses:
Synopsis: A major mode for editing tornado templates
Description:

Documentation at https://melpa.org/#/tornado-template-mode

go-torproject-org-pluggable-transports-goptlib 1.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://gitweb.torproject.org/pluggable-transports/goptlib.git/
Licenses: CC0
Synopsis: Go pluggable transports library
Description:

GoPtLib is a library for writing Tor pluggable transports in Go.

go-gitlab-torproject-org-tpo-anti-censorship-geoip 0.0.0-20210928150955-7ce4b3d98d01
Propagated dependencies: go-github-com-smartystreets-goconvey@1.8.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://gitlab.torproject.org/tpo/anti-censorship/geoip
Licenses: Modified BSD
Synopsis: GeoIP go library that uses the tor geoipdb
Description:

This code is for loading database data that maps IP addresses to countries for collecting and presenting statistics on snowflake use that might alert us to censorship events.

go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil 0.0.0-20250130151315-efaf4e0ec0d3
Propagated dependencies: go-github-com-prometheus-client-golang@1.22.0 go-github-com-prometheus-client-model@0.6.1 go-github-com-refraction-networking-utls@1.6.0 go-github-com-smartystreets-goconvey@1.8.1 go-golang-org-x-net@0.46.0 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ptutil
Licenses: Modified BSD
Synopsis: Collection of utilities for Pluggable Transports
Description:

This package provides a collection of utilities for Pluggable Transports.

go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib 1.6.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib
Licenses: CC0
Synopsis: Go pluggable transports library
Description:

GoPtLib is a library for writing Tor pluggable transports in Go.

go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel 0.0.0-20240711104640-e64b1b3562f3
Propagated dependencies: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib@1.6.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel
Licenses: FreeBSD
Synopsis: Go WebTunnel Pluggable Transport
Description:

WebTunnel is a Go Pluggable Transport that attempts to imitate web browsing activities based on HTTP Upgrade (HTTPT).

Page: 123
Total results: 50