Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1010 Bytes

File metadata and controls

38 lines (24 loc) · 1010 Bytes

# packageurl-python

A parser and builder for purl Package URLs for Python 2 and 3.

See https://github.com/package-url/purl-spec for details.

License: MIT

Build and tests status

Linux (Travis) on Python 2 and 3
Linux Master branch tests status

Install

pip install packageurl-python

Running tests

install:

virtualenv .
bin/pip install -r requirements_tests.txt

run tests:

bin/py.test -vvs