Skip to content

datadavev/SNARK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6041fc · Nov 28, 2022

History

52 Commits
Aug 9, 2021
Aug 16, 2021
Aug 25, 2021
Aug 16, 2021
Aug 16, 2021
Aug 7, 2021
Aug 16, 2021
Aug 7, 2021
Nov 28, 2022
Aug 16, 2021
Aug 16, 2021
Aug 8, 2021
Aug 8, 2021

Repository files navigation

SNARK

Simply Normal ARKs

Note: 2021-08-08 Not yet released. The normalization rules are not verfiied and are subject to change.

pytest workflow CodeQL

Installation

Snark can be installed locally using pipx, for example:

pipx install git+https://github.com/datadavev/SNARK.git

Snark will then be available from the command line:

$ snark "https://example.org/ark:12345/x54xz321/s3/f8.05v.tiff"
ark:12345/x54xz321/s3/f8.05v.tiff

Snark has a local web UI as well:

$ snark -W
Snarking at http://localhost:20218/

Development

SNARK uses poetry. To setup a development environment:

git clone https://github.com/datadavev/SNARK.git
cd SNARK
mkvirtualenv SNARK
poetry install

The mkvirtualenv step is optional. Without it, poetry will make something for you.

About

Simply Normalizing ARKs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published