aboutcode-org / commoncode

A library of common functions shared in many other AboutCode projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/aboutcode-org/ for support and download.

To install this package use:

pip install commoncode

Alternatively, to set up a development environment:

./configure --dev
source venv/bin/activate

To run unit tests:

pytest -vvs -n 2

To clean up development environment:

./configure --clean

About

A library of common functions shared in many other AboutCode projects


Languages

Language:Python 55.1%Language:C 22.5%Language:Java 15.5%Language:Assembly 1.7%Language:Ada 1.4%Language:C# 1.1%Language:C++ 1.0%Language:Shell 0.9%Language:Batchfile 0.7%Language:Makefile 0.2%Language:Roff 0.0%Language:HTML 0.0%