Skip to content

Barry1/PyValueFragments

Repository files navigation

description
Information for Repo-Site on Github

PyValueFragments

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:

CodeFactor CodeQL

For live playing around with my first steps, you might try one of the following links:

  • Jupyter NotebookBinder JupyterNotebook
  • Jupyter LabBinder JupyterLab
  • NTERACTBinder NTERACT

Checking

For easy testing, I'll recommend doing an editable install via

python3 - m pip install --upgrade --user --editable .

or make install.