Metadata-Version: 2.4
Name: bsad-converter
Version: 1.0.1
Summary: Bikram Sambat (BS) <-> Gregorian (AD) date conversion and the Nepali calendar. Offline, zero-dependency, bilingual.
Project-URL: Homepage, https://nepal.gov.np/calendar
Author: nepalpatro
License-Expression: MIT
License-File: LICENSE
Keywords: bikram-sambat,calendar,converter,date,nepal,nepali,patro
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# bsad-converter (Python)

Bikram Sambat <-> Gregorian conversion. `pip install bsad-converter`.

```python
import bsad_converter as p
p.ad_to_bs(__import__("datetime").date(2026,6,25))["formatted_ne"]  # असार ११, २०८३ बि.सं.
```
