Metadata-Version: 2.4
Name: advaita
Version: 0.1.0
Summary: Philosophy expressed as code. Quotes from Advaita Vedanta & Acharya Prashant.
Project-URL: Homepage, https://github.com/yourusername/advaita
Author-email: Satyam Rana <your-email@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Advaita

> Philosophy expressed as code. Minimal. Sharp. Clear.

`advaita` is a minimalist Python library that brings the clarity of Advaita Vedanta and the teachings of Acharya Prashant into your terminal.

## Installation

```bash
pip install advaita
```

## Usage

### In Python

```python
import advaita

# Experience the silence
quote = advaita.silence()
print(quote)

# Seek clarity
print(advaita.clarity())
```

### CLI

```bash
advaita
```

## Philosophy

Advaita (non-duality) suggests that the observer and the observed are one. This library is a reminder of that simplicity. No dependencies. No complexity. Just truth.
