# Ethiopian Date Converter
High-performance Ethiopian calendar date conversion library with native C implementation.
## Packages
### JavaScript
```bash
npm install ethiopian-date-converter-js
```
Documentation | npm
### TypeScript
```bash
npm install ethiopian-date-converter-ts
```
Documentation | npm
### Python
```bash
pip install ethiopian-date-converter-py
```
Documentation | PyPI
## Features
- Convert between Ethiopian and Gregorian calendars
- Date validation and arithmetic
- Holiday detection
- Multi-language support (English/Amharic)
- High performance with native C core
## Core Implementation
The core conversion logic is implemented in C for maximum performance and shared across all language bindings.
## Credits
Based on excellent algorithms from the ethiopic-calendar library by Geez.org.
## License
MIT