commoncode


Namecommoncode JSON
Version 32.0.0 PyPI version JSON
download
home_pagehttps://github.com/aboutcode-org/commoncode
SummarySet of common utilities, originally split from ScanCode
upload_time2024-09-05 13:56:59
maintainerNone
docs_urlNone
authornexB. Inc. and others
requires_python>=3.8
licenseApache-2.0
keywords utilities scancode-toolkit
VCS
bugtrack_url
requirements attrs beautifulsoup4 certifi chardet click idna pip PyYAML requests saneyaml setuptools soupsieve text-unidecode urllib3 wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aboutcode-org/commoncode",
    "name": "commoncode",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "utilities, scancode-toolkit",
    "author": "nexB. Inc. and others",
    "author_email": "info@aboutcode.org",
    "download_url": "https://files.pythonhosted.org/packages/ca/9a/b999166ca31c21747c2a08e4187fc9bff57ac9613fc898dcb5c6a336d54e/commoncode-32.0.0.tar.gz",
    "platform": null,
    "description": "CommonCode\n==========\n\n- license: Apache-2.0\n- copyright: copyright (c) nexB. Inc. and others\n- homepage_url: https://github.com/aboutcode-org/commoncode\n- keywords: utilities, scancode-toolkit, commoncode\n\nCommoncode provides a set of common functions and utilities for handling various things like paths,\ndates, files and hashes. It started as library in scancode-toolkit.\nVisit https://aboutcode.org and https://github.com/aboutcode-org/ for support and download.\n\n\nTo install this package use::\n\n    pip install commoncode\n\n\nAlternatively, to set up a development environment::\n\n    ./configure --dev\n    source venv/bin/activate\n\nTo run unit tests::\n\n    pytest -vvs -n 2\n\nTo clean up development environment::\n\n    ./configure --clean\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Set of common utilities, originally split from ScanCode",
    "version": "32.0.0",
    "project_urls": {
        "Homepage": "https://github.com/aboutcode-org/commoncode"
    },
    "split_keywords": [
        "utilities",
        " scancode-toolkit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ef12786c6cf823ee9979ed67a108efeb4de307c67aec9007940f068592e39b7",
                "md5": "dabf09bd88fed528d09fcfbc5f3df925",
                "sha256": "cba8f8f5b26a2624295904aa3b46a06489cb3234ecd4c52251de60e361f0a653"
            },
            "downloads": -1,
            "filename": "commoncode-32.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dabf09bd88fed528d09fcfbc5f3df925",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 90541,
            "upload_time": "2024-09-05T13:56:57",
            "upload_time_iso_8601": "2024-09-05T13:56:57.948360Z",
            "url": "https://files.pythonhosted.org/packages/3e/f1/2786c6cf823ee9979ed67a108efeb4de307c67aec9007940f068592e39b7/commoncode-32.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca9ab999166ca31c21747c2a08e4187fc9bff57ac9613fc898dcb5c6a336d54e",
                "md5": "c68d1c1d8c971b60c705176508ea7ea1",
                "sha256": "d4f5fd11705b55ff7be73173c94ec2c76a66618ed35bfcd1ff172efa8df56bbf"
            },
            "downloads": -1,
            "filename": "commoncode-32.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c68d1c1d8c971b60c705176508ea7ea1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1742049,
            "upload_time": "2024-09-05T13:56:59",
            "upload_time_iso_8601": "2024-09-05T13:56:59.243653Z",
            "url": "https://files.pythonhosted.org/packages/ca/9a/b999166ca31c21747c2a08e4187fc9bff57ac9613fc898dcb5c6a336d54e/commoncode-32.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 13:56:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aboutcode-org",
    "github_project": "commoncode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "22.2.0"
                ]
            ]
        },
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    "==",
                    "4.11.2"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2022.12.7"
                ]
            ]
        },
        {
            "name": "chardet",
            "specs": [
                [
                    "==",
                    "5.2.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.3"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "pip",
            "specs": [
                [
                    "==",
                    "23.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.28.2"
                ]
            ]
        },
        {
            "name": "saneyaml",
            "specs": [
                [
                    "==",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "67.1.0"
                ]
            ]
        },
        {
            "name": "soupsieve",
            "specs": [
                [
                    "==",
                    "2.4"
                ]
            ]
        },
        {
            "name": "text-unidecode",
            "specs": [
                [
                    "==",
                    "1.3"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.14"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.38.4"
                ]
            ]
        }
    ],
    "lcname": "commoncode"
}
        
Elapsed time: 0.43051s