PyValueFragments
February 12, 2026 ยท View on GitHub
Within this repository, I'll drive the development of my python package valuefragments. Maybe someday I'll bring it up to a pypy package.
For learning and helping I enabled code checking by CodeFactor. Here you can see the actual rating of my code:
For live playing around with my first steps, you might try one of the following links:
- Jupyter Notebook
- Jupyter Lab
- NTERACT
Checking
For easy testing, I'll recommend doing an
editable
install via
python3 -m pip install --upgrade --user --editable .
or make install.