Skip to content

Parse ical files and publish a workbook for project reporting

License

Notifications You must be signed in to change notification settings

jgressier/icalreporting

Repository files navigation

icalreporting

PyPi Version PyPI pyversions GitHub stars PyPi downloads codecov

Codacy BadgeDoc Slack

Features

  • able to load ical files and fill a pandas database
  • parse the pandas database to identify project and creates a worksheet tables
  • export to open document XLSX file

Installation

pip install --upgrade icalreporting

This automatic installation will get needed dependencies.

Requirements

see requirements.txt

Usage

When installed, you just need to put a set a ical files in a folder for a project. You will be able to create a reporting file with the following lines.

from icalreporting.reporting import Project
prj = Project(name="Big-Project", folder="examples/projectA", start="2023-01-01", end="2024-01-01")
prj.load_ics()  # read files
wb = prj.workbook()  # create workbook
wb.save("projectA.xlsx")  # save it to file

About

Parse ical files and publish a workbook for project reporting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages