Skip to main content

There are a lot of (Python) cosmology libraries out there, from big projects – including Astropy, CLASS, and CAMB – down to small personal scripts. These libraries perform many of the same tasks, but they all have different interfaces, and different ways of doing things. This makes it hard to switch between libraries, and nearly impossible to write code that works with multiple libraries.

The Cosmology API for Python solves this problem, providing detailed interfaces for cosmology codes, from individual methods and functions up to fully-featured cosmology objects, even whole libraries. Best of all, using the Cosmology API does not require any run-time dependencies, even this library!

With the Cosmology API you can write code that works with anything that implements the API, i.e many different cosmology libraries. We provide the easy-to-use, well-defined descriptions, you can build functions that work with any supporting library. For example

# No implementation, just a description of the interface!
from cosmology.api import StandardCosmology


def flat_angular_diameter_distance(
    cosmo: StandardCosmology[Array, Array], z: Array
) -> Array:
    # Do some cosmology with any object that implements the API
    if cosmo.Omega_k != 0:
        raise ValueError("This function only works for flat cosmologies")
    return cosmo.comoving_distance(z) / (1 + z)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cosmology_api-0.3.0.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cosmology_api-0.3.0-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file cosmology_api-0.3.0.tar.gz.

File metadata

  • Download URL: cosmology_api-0.3.0.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cosmology_api-0.3.0.tar.gz
Algorithm Hash digest
SHA256 aabd18da642ebaf1579481aa10ce3194ab402068b0f9587ea4d22b4eab236672
MD5 deffe996a0db213fe63a980c769a34e5
BLAKE2b-256 843ae68779d85ac5f10367a63c94711d2ae18768e6aaeca1e985a12a8f703543

See more details on using hashes here.

File details

Details for the file cosmology_api-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: cosmology_api-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cosmology_api-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 334f37fc28ec7753ebf83e7a2f52c839f283a57f73bb69e0f680457653dee94d
MD5 cf1d8b85732ad616bc5903dbd33e3a79
BLAKE2b-256 3cb815206bf94ad6500fc880a1b7f71d10e13158aad02a18e95dac90b8af62e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page