Metadata-Version: 2.4
Name: aryabhatta-units
Version: 0.1.1
Summary: A comprehensive unit conversion library inspired by Aryabhata
Author: Prateek Kumar Rai
License: MIT License
        
        Copyright (c) 2026 Prateek Kumar Rai
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
        
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.01
Dynamic: license-file

# Aryabhatta Units

Aryabhatta Units is a lightweight Python library for unit conversions, inspired by the legacy of Aryabhata.

## Supported Categories
- Length
- Mass
- Time
- Area
- Volume
- Speed
- Force
- Energy
- Power
- Pressure
- Temperature
- Data & Data Rate
- Currency (static)

## Installation
```bash
pip install aryabhatta-units
```

## Usage
```python
import aryabhatta
aryabhatta.meter_to_km(5000)
```
