Skip to main content

Nepali date converting and displaying.

Project description

Nepali

Python package for processing every nepali stuffs

Requirements

Python >= 3

Installation

pip install nepali

NepaliDate

Represents nepali date, converts English date to nepali date and nepali date to english date

from nepali.dates import NepaliDate  
np_date = NepaliDate()

Set Current date

np_date.setCurrentDate()

Set English date

np_date.setEnDate(2018, 8, 18)

Set Nepali date

np_date.setNpDate(2075, 6, 22)

Nepali date details

np_date.toNpString() # returns nepali date string  
np_date.npYear()  
np_date.npMonth()  
np_date.npDay()  
np_date.weekDay()

English date details

np_date.toEnString() # returns english date string  
np_date.enYear()  
np_date.enMonth()  
np_date.enDay()  
np_date.weekDay()

Difference Days count

np_date.npDateDifference(2070, 10, 8) # returns no of days difference for nepali date.  
np_date.enDateDifference(2017, 10, 8) # returns no of days difference for english date.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nepali-0.0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

nepali-0.0.2-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page