Skip to content

A simple package to get events and holidays from time.ir

License

Notifications You must be signed in to change notification settings

saeedghadiri/pytimeir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytimeir

Python ver License

A simple package to get events and holidays from time.ir

Getting Started

Install the package with:

pip install pytimeir

Usage

import pytimeir

# get holidays for a year
df = pytimeir.get_holidays(1401)

# get holidays for a range of years
df = pytimeir.get_holidays(1390, 1410)

# get events for a year
df = pytimeir.get_events(1401)

# get events for a range of years
df = pytimeir.get_events(1390, 1410)

About

A simple package to get events and holidays from time.ir

Resources

License

Stars

Watchers

Forks

Languages