Metadata-Version: 2.4
Name: enc4ppm
Version: 0.1.4
Summary: Encode logs for predictive process monitoring
Author-email: Riccardo Graziosi <riccardo.graziosi97@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/rgraziosi-fbk/enc4ppm
Project-URL: Issues, https://github.com/rgraziosi-fbk/enc4ppm/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Dynamic: license-file

# enc4ppm

Encode data for predictive process monitoring

## Installation

```bash
pip install enc4ppm
```

## Usage

```python
import enc4ppm
# ...
```

## Development

### Documentation

Documentation is provided by mkdocs. To build and push the documentation website to GitHub, run the following command: `mkdocs gh-deploy`.

## License

MIT License
