Metadata-Version: 2.4
Name: nepali-date-cli
Version: 0.1.5
Summary: A command-line tool to display Nepali dates
Home-page: https://github.com/itznishantthapa/nepdate
Author: Nishant Thapa
Author-email: itsnishantu@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: nepali-datetime
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Nepdate

A simple command-line tool to display Nepali dates.

## Installation

You can install this package using pip:

```bash
pip install nepdate
```

## Usage

After installation, you can use the `nepdate` command in your terminal:

```bash
nepdate
```

This will display both the current Nepali date and English date.

## Example Output

```
Nepali Date: 2080-12-07
English Date: 2024-03-20
```

## Requirements

- Python 3.6 or higher
- nepali-datetime package

## License

This project is licensed under the MIT License. 
