SkillAgentSearch skills...

Irholiday

Time.ir data extractor for python

Install / Use

/learn @hadi-gharibi/Irholiday
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

========= irholiday

.. image:: https://img.shields.io/pypi/v/irholiday.svg :target: https://pypi.python.org/pypi/irholiday

.. image:: https://img.shields.io/travis/hadi-gharibi/irholiday.svg :target: https://travis-ci.org/hadi-gharibi/irholiday

.. image:: https://readthedocs.org/projects/irholiday/badge/?version=latest :target: https://irholiday.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

Installation

::

$ pip install irholiday

to install from the latest source use following command

::

$ pip install git+git://github.com/hadi-gharibi/irholiday.git

Usage

Enter the start and end year! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ that's all :D

.. code:: python

from irholiday import irHoliday

# initialise the class
calendar = irHoliday()

# export data to dataframe
df = calendar.to_df(1388,1392)

# export data to csv
calendar.to_csv(1388,1392,'path/to/data')
View on GitHub
GitHub Stars28
CategoryDevelopment
Updated11mo ago
Forks3

Languages

Python

Security Score

87/100

Audited on Apr 10, 2025

No findings