Post processing toolkit for
pytrnsys
📚 Documentation | 🚀 Examples
- Python 3.12
- Clone this repository:
git clone https://github.com/SPF-OST/pytrnsys_process.git
Run the following commands in your Windows Command Prompt from the pytrnsys_process
directory:
-
Create and activate a virtual environment:
py -3.12 -m venv venv venv\Scripts\activate
-
Install dependencies:
python -m pip install wheel python -m pip install -r requirements\dev.txt
-
You're ready to use the
pytrnsys_process
API! 🎉
Run the example script:
python examples/ready-to-run/processing-example.py
Run benchmarking tests:
# Run only benchmarks
pytest --benchmark-only
# Skip benchmarks
pytest --benchmark-skip
[Add your license information here]
[Add contribution guidelines here]