Metadata-Version: 2.1
Name: nepali_date_utils
Version: 0.2
Summary: Convert Nepali to English Dates: Easily switch between Nepali and English dates with this Python package.
Home-page: https://github.com/nrjadkry/nepali-date-utils
Author: Niraj Adhikari
Author-email: nrjadkry@gmail.com
License: GPLv3
Keywords: date,nepali-date
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Nepali-English Date Converter

## Overview
This lightweight package allows easy conversion between Nepali (BS) and English (AD) dates. Simplify date transformations in your applications with this straightforward utility.

## Installation
You can install the package via pip:
```bash
pip install nepali_date_utils
```

To convert english date AD to nepali date BS:

```python
from nepali_date_utils import converter
converter.ad_to_bs("2024/02/03")
```
