https://github.com/astro-ph/cosmolib
Easy-to-use formats and plots for cosmological observables
https://github.com/astro-ph/cosmolib
cosmology data-structures library plotting visualization
Last synced: about 1 month ago
JSON representation
Easy-to-use formats and plots for cosmological observables
- Host: GitHub
- URL: https://github.com/astro-ph/cosmolib
- Owner: astro-ph
- License: mit
- Created: 2025-08-27T09:29:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-21T15:54:01.000Z (about 1 month ago)
- Last Synced: 2026-01-22T03:38:38.061Z (about 1 month ago)
- Topics: cosmology, data-structures, library, plotting, visualization
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **cosmolib**
_A lightweight Python library for handling cosmology data formats and creating publication-quality plots._
Designed for **clarity**, **composability**, and **seamless data format integration** into scientific cosmological softwares.
---
## 📘 Table of Contents
- [Installation](#installation)
- [License](#license)
---
## ⚙️ Installation
**From PyPI (recommended):**
```bash
pip install cosmolib
```
**From source (for developers and contributors):**
```bash
git clone https://github.com/astro-ph/cosmolib.git
cd cosmolib
pip install -e .
```
## 📄 License
cosmolib is released under the MIT License.
You are free to use, modify, and distribute it under the terms of this license.