Convert tables between long and wide format or transpose the table.
First, set up your enviroment
- Install
re2system library:- Fedora:
sudo dnf install re2-devel pybind11-devel
- Fedora:
- Install Tox:
pip3 install tox - Run
toxto test that everything works
Then do the Development Dance:
- Write a failing test to
tests/ - Run
toxto test it fails - Fix the code so all tests pass
- Submit a pull request
- Edit the version in
pyproject.toml - Write an entry to
CHANGELOG.md - Run
toxone last time git push