File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ CommonCode
2+ ==========
3+
4+ - license: Apache-2.0
5+ - copyright: copyright (c) nexB. Inc. and others
6+ - homepage_url: https://github.com/aboutcode-org/commoncode
7+ - keywords: utilities, scancode-toolkit, commoncode
8+
9+ Commoncode provides a set of common functions and utilities for handling various things like paths,
10+ dates, files and hashes. It started as library in scancode-toolkit.
11+ Visit https://aboutcode.org and https://github.com/aboutcode-org/ for support and download.
12+
13+
14+ To install this package use::
15+
16+ pip install commoncode
17+
18+
19+ Alternatively, to set up a development environment::
20+
21+ ./configure --dev
22+ source venv/bin/activate
23+
24+ To run unit tests::
25+
26+ pytest -vvs -n 2
27+
28+ To clean up development environment::
29+
30+ ./configure --clean
31+
You can’t perform that action at this time.
0 commit comments