Metadata-Version: 2.1
Name: TimeForge
Version: 0.1.15
Summary: Create realistic looking but fake time documentation for your student job at KIT
Author-email: Michael Hohenstein <michael@hohenste.in>
Project-URL: Homepage, https://github.com/MitchiLaser/timeforge
Project-URL: Repository, https://github.com/MitchiLaser/timeforge
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: German
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Scheduling
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: argcomplete (>=3.0.5)
Requires-Dist: prettytable (>=3.6.0)
Requires-Dist: feiertage-de (>=0.1.0)
Requires-Dist: requests (>=2.31.0)
Requires-Dist: pypdf (>=3.10.0)

# TimeForge
Create realistic looking but fake time documentation for your student job at KIT

## Call for participation

This is only a prototype with a lot of features that can be added. Unfortunately I do not have a lot of time to care for my project alone. If anyone wants to submit pull requests: Feel free to do so. 

## Installation

Installation via pip:

``` bash
$ pip install timeforge
```


## Usage

This program has currently only a command line interface. Use

``` bash
$ python -m timeforge --help
```

to get an overview of the functionality. The PDF document with the form will be automatically downloaded from the PSE homepage.
