Metadata-Version: 2.4
Name: amarantos
Version: 0.1.0
Summary: Tips and tools for personal wellness and longevity
Project-URL: Repository, https://github.com/zkurtz/amarantos
Author-email: Zach Kurtz <zkurtz@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: attrs>=25.4
Requires-Dist: click>=8.3.1
Requires-Dist: dummio>=1.10.2
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: numpy>=2.2.6
Requires-Dist: pre-commit>=4.0.1
Requires-Dist: ruamel-yaml>=0.19.1
Description-Content-Type: text/markdown

# Amarantos

Tips and tools for personal wellness and longevity. *Amarantos* (ἀμάραντος) is Greek for "unfading" or "immortal" and is the root of *amaranth*—a flower known for retaining its color even dried.

> **Warning: AI-Generated Content**
>
> This repository was generated with AI assistance and has not been thoroughly vetted by a human. References, claims, and code may contain errors or inaccuracies. Please double-check all information against primary sources and exercise critical judgment. Treat this as a starting point for careful research, not a definitive resource.

## CLI Commands

```bash
# Rank all choices by 30th percentile lifespan impact
amarantos

# Filter by domain
amarantos --domain exercise

# Show only top/bottom 5
amarantos -n 5

# Show top 3 from each domain
amarantos --maxd 3
```

## Awesome Longevity Resources

A curated list of products, tools, and resources for personal wellness and longevity.

### Knowledge & Research

- [Examine.com](https://examine.com/) - Evidence-based supplement and nutrition information
- [Peter Attia's The Drive](https://peterattiamd.com/) - Longevity-focused podcast and resources
- [FoundMyFitness](https://www.foundmyfitness.com/) - Dr. Rhonda Patrick's research on nutrition and aging
- [Fight Aging!](https://www.fightaging.org/) - Long-running blog covering aging research news
- [LongevityWiki](https://longevitywiki.org/) - Community-curated longevity information
- [Longevity Protocols](https://longevity-protocols.com/) - Personal project with AI-analyzed interventions (not peer-reviewed)
- [Bryan Johnson's Blueprint](https://blueprint.bryanjohnson.com/) - Detailed self-experimentation protocol (note: sells supplements)

### Scientific Databases & Journals

- [DrugAge Database](https://genomics.senescence.info/drugs/) - Database of aging-related drugs
- [Human Ageing Genomic Resources](https://genomics.senescence.info/) - Databases on aging-related genes
- [GeroScience](https://www.springer.com/journal/11357) - Peer-reviewed aging research journal

### Communities & DAOs

- [r/longevity](https://www.reddit.com/r/longevity/) - Reddit community for longevity research
- [VitaDAO](https://www.vitadao.com/) - Decentralized collective funding longevity research
- [LessWrong Longevity Tag](https://www.lesswrong.com/tag/life-extension) - Rationalist perspectives on life extension

### GitHub Repos & Awesome Lists

- [awesome-longevity (atilatech)](https://github.com/atilatech/awesome-longevity) - Comprehensive longevity resources list
- [awesome-longevity (Rejuve)](https://github.com/Rejuve/awesome-longevity) - Therapeutics, regenerative medicine, medical AI
- [awesome-longevity-information](https://github.com/Laurentiu-Andronache/awesome-longevity-information) - Curated healthspan extension resources
- [longevityTools](https://github.com/tgirke/longevityTools) - R package for longevity research analysis
- [Longevity Genie](https://github.com/longevity-genie) - Open-source AI tools for longevity research

### Tracking & Measurement

- [Oura Ring](https://ouraring.com/) - Sleep and activity tracking
- [Levels](https://www.levels.com/) - Continuous glucose monitoring
- [InsideTracker](https://www.insidetracker.com/) - Blood biomarker analysis
- [WHOOP](https://www.whoop.com/) - Strain and recovery monitoring

### Academic & Research Institutions

- [National Institute on Aging (NIA)](https://www.nia.nih.gov/) - NIH's primary aging research arm
- [Buck Institute for Research on Aging](https://www.buckinstitute.org/) - Leading independent aging research institute
- [Lifespan Research Institute (formerly SENS)](https://www.sens.org/) - Nonprofit focused on damage-repair approaches to aging
- [Altos Labs](https://www.altoslabs.com/) - Well-funded cellular reprogramming research
- [Calico Labs](https://www.calicolabs.com/) - Google/Alphabet's aging research company
- [Stanford Center on Longevity](https://longevity.stanford.edu/) - Interdisciplinary longevity research
- [American Federation for Aging Research (AFAR)](https://www.afar.org/) - Funds aging research and education

## Software Tools

### Installating amarantos

TODO: get on pypi.

```bash
uv add amarantos
```

## Usage

```python
import amarantos

amarantos.hello()
```

TODO: build something!
