Metadata-Version: 2.1
Name: prosessilouhinta
Version: 2022.9.24
Summary: Process mining (Finnish prosessilouhinta) from eventlogs.
Author-email: Stefan Hagen <stefan@hagen.link>
Maintainer-email: Stefan Hagen <stefan@hagen.link>
Project-URL: Homepage, https://git.sr.ht/~sthagen/prosessilouhinta
Project-URL: Bug-Tracker, https://todo.sr.ht/~sthagen/prosessilouhinta
Project-URL: Documentation, https://codes.dilettant.life/docs/prosessilouhinta
Project-URL: Source-Code, https://git.sr.ht/~sthagen/prosessilouhinta
Project-URL: Test-Coverage, https://codes.dilettant.life/coverage/prosessilouhinta
Keywords: developer-tools,process-mining
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer (>=0.6.1)
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: hypothesis ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-flake8 ; extra == 'dev'

# prosessilouhinta

Process mining (Finnish prosessilouhinta) from eventlogs.

Given a CSV file containing an eventlog with case IDs, acitivities/tasks, user IDs, 
and timestamps some evaluations are performed that may assist in process mining.

[License: MIT](https://git.sr.ht/~sthagen/prosessilouhinta/tree/default/item/LICENSE)

[![version](https://img.shields.io/pypi/v/prosessilouhinta.svg?style=flat)](https://pypi.python.org/pypi/prosessilouhinta/)
[![downloads](https://pepy.tech/badge/prosessilouhinta/month)](https://pepy.tech/project/prosessilouhinta)
[![wheel](https://img.shields.io/pypi/wheel/prosessilouhinta.svg?style=flat)](https://pypi.python.org/pypi/prosessilouhinta/)
[![supported-versions](https://img.shields.io/pypi/pyversions/prosessilouhinta.svg?style=flat)](https://pypi.python.org/pypi/prosessilouhinta/)
[![supported-implementations](https://img.shields.io/pypi/implementation/prosessilouhinta.svg?style=flat)](https://pypi.python.org/pypi/prosessilouhinta/)

## Documentation

User and developer [documentation of prosessilouhinta](https://codes.dilettant.life/docs/prosessilouhinta).

## Bug Tracker

Feature requests and bug reports are best entered in the [todos of prosessilouhinta](https://todo.sr.ht/~sthagen/prosessilouhinta).

## Primary Source repository

The primary source of `prosessilouhinta` lives somewhere on a mountain in Central Switzerland.
But, we use decentralized version control (git), so any clone can become the source to everyone's benefit, no central only code.
Anyway, the preferred public clones of `prosessilouhinta` are:

* [on codeberg](https://codeberg.org/sthagen/prosessilouhinta) - a democratic community-driven, non-profit software development platform operated by Codeberg e.V.
* [at sourcehut](https://git.sr.ht/~sthagen/prosessilouhinta) - a collection of tools useful for software development.

## Status

Experimental.

**Note**: The default branch is `default`.
