Reporting tools from ical files
Project description
icalreporting
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.3.1.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file icalreporting-0.3.1.tar.gz
.
File metadata
- Download URL: icalreporting-0.3.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 108d3cd8c7a569ff561067a48e71b49ac9195173137b097115f9d804fc9b1ca1 |
|
MD5 | f2f058888232781e2945cddfa9970d63 |
|
BLAKE2b-256 | 177d00726fcc30e16184fc683a03ec52fdcdbbb634f5f9843313adb501255cbd |
File details
Details for the file icalreporting-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: icalreporting-0.3.1-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93fa4cc7ab2173b4114442e7e4d15c8f47fbfc6080da5cd7b75fa4350a9da125 |
|
MD5 | 068fdab17adb5b4b857731c9d026013a |
|
BLAKE2b-256 | a6076e4e8a8a1aaa0e3fb3daefe0f3b18cde95aac66945dc9925547cff54c435 |