Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 682 Bytes

File metadata and controls

30 lines (17 loc) · 682 Bytes

CommonCode

Commoncode provides a set of common functions and utilities for handling various things like paths, dates, files and hashes. It started as library in scancode-toolkit. Visit https://aboutcode.org and https://github.com/nexB/ for support and download.

To install this package use:

pip install commoncode]

To set up the development environment:

source configure

To run unit tests:

pytest -vvs -n 2

To clean up development environment:

./configure --clean