The happenings modudule is lightweight utility package built on Numpy/Pandas for creating complex event based time-series data
happenings can be installed from PyPi using pip:
pip install happenings
As happenings is intended be lightweight, testing packages are not installed unless specified as extras which can also be installed from PyPi using pip:
pip install -e happenings.[test]
pytest
The code and issue tracker are hosted on GitHub: https://github.com/TNonet/happenings/
The happenings package and all related documentation, examples, and code is released under the MIT License