Skip to content

Commit d6917b4

Browse files
Merge branch 'main' of ../commoncode-filter into fix-ignore-pre-scan-plugin
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
2 parents b1a331c + 6e88b9e commit d6917b4

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

src/commoncode/README.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+

0 commit comments

Comments
 (0)