This is a total re-write of my SanskritMetresRust project due to many reasons including:
- The code was totally unreadable
- There were no well defined structs
- I had cloned the whole vidyut repo and was working in a subdirectory. Cloning it on my PC was taking too long.
git clone https://github.com/MSSRPRAD/Chandas.git;
cd Chandas;
cargo run --release;
virtualenv venv;
. venv/bin/activate.fish;
pip install maturin;
maturin develop;
python;
>>> import chandas
>>> from chandas import identify_anushtup_rs
>>> from chandas import identify_vrtta_rs
>>> from chandas import identify_matra_rs
virtualenv venv;
. venv/bin/activate.fish;
pip install flask maturin;
python demo/app.py