Metadata-Version: 2.4
Name: commoncode
Version: 32.4.0
Summary: Set of common utilities, originally split from ScanCode
Home-page: https://github.com/aboutcode-org/commoncode
Author: nexB. Inc. and others
Author-email: info@aboutcode.org
License: Apache-2.0
Keywords: utilities,scancode-toolkit
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: apache-2.0.LICENSE
License-File: NOTICE
License-File: AUTHORS.rst
License-File: CHANGELOG.rst
License-File: CODE_OF_CONDUCT.rst
License-File: README.rst
License-File: commoncode.ABOUT
Requires-Dist: attrs!=20.1.0,>=18.1; python_version < "3.11"
Requires-Dist: attrs>=22.1.0; python_version >= "3.11"
Requires-Dist: Beautifulsoup4[chardet]>=4.13.0
Requires-Dist: click>=8.3.0
Requires-Dist: requests[use_chardet_on_py3]>=2.7.0
Requires-Dist: saneyaml>=0.5.2
Requires-Dist: text_unidecode>=1.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.1; extra == "dev"
Requires-Dist: pytest-xdist>=2; extra == "dev"
Requires-Dist: aboutcode-toolkit>=11.1.1; extra == "dev"
Requires-Dist: pycodestyle>=2.8.0; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: Sphinx>=5.0.2; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "dev"
Requires-Dist: sphinx-reredirects>=0.1.2; extra == "dev"
Requires-Dist: doc8>=0.11.2; extra == "dev"
Requires-Dist: sphinx-autobuild; extra == "dev"
Requires-Dist: sphinx-rtd-dark-mode>=1.3.0; extra == "dev"
Requires-Dist: sphinx-copybutton; extra == "dev"
Dynamic: license-file

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

