https://github.com/aboutcode-org/commoncode
A library of common functions shared in many other AboutCode projects
https://github.com/aboutcode-org/commoncode
Last synced: 5 months ago
JSON representation
A library of common functions shared in many other AboutCode projects
- Host: GitHub
- URL: https://github.com/aboutcode-org/commoncode
- Owner: aboutcode-org
- Created: 2020-09-19T00:17:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T15:16:09.000Z (7 months ago)
- Last Synced: 2025-07-13T08:46:36.178Z (6 months ago)
- Language: Python
- Homepage:
- Size: 2.77 MB
- Stars: 3
- Watchers: 6
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Code of conduct: CODE_OF_CONDUCT.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
CommonCode
==========
- license: Apache-2.0
- copyright: copyright (c) nexB. Inc. and others
- homepage_url: https://github.com/aboutcode-org/commoncode
- keywords: utilities, scancode-toolkit, 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