Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.2 KB
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.