Skip to main content

Reporting tools from ical files

Project description

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

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

icalreporting-0.1.4.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

icalreporting-0.1.4-py3-none-any.whl (6.4 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