commoncode


Namecommoncode JSON
Version 32.1.0 PyPI version JSON
download
home_pagehttps://github.com/aboutcode-org/commoncode
SummarySet of common utilities, originally split from ScanCode
upload_time2024-12-06 19:20:31
maintainerNone
docs_urlNone
authornexB. Inc. and others
requires_python>=3.9
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.9",
    "maintainer_email": null,
    "keywords": "utilities, scancode-toolkit",
    "author": "nexB. Inc. and others",
    "author_email": "info@aboutcode.org",
    "download_url": "https://files.pythonhosted.org/packages/1b/5a/a2c4480145cbb26bd744cac665e7785f94097b7a415f11f20c65a8423be7/commoncode-32.1.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.1.0",
    "project_urls": {
        "Homepage": "https://github.com/aboutcode-org/commoncode"
    },
    "split_keywords": [
        "utilities",
        " scancode-toolkit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "239aadd820aa9b16f023fb07dbc8c01b45bd4041d300ec1427b911ecf3f01898",
                "md5": "7f71c544e342efcaefceb25f2fdf1131",
                "sha256": "e4cf69af173118bc80892f7e2a3f97cb657cd0e123382007dc0993e3509fe06f"
            },
            "downloads": -1,
            "filename": "commoncode-32.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f71c544e342efcaefceb25f2fdf1131",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 91786,
            "upload_time": "2024-12-06T19:20:29",
            "upload_time_iso_8601": "2024-12-06T19:20:29.516680Z",
            "url": "https://files.pythonhosted.org/packages/23/9a/add820aa9b16f023fb07dbc8c01b45bd4041d300ec1427b911ecf3f01898/commoncode-32.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b5aa2c4480145cbb26bd744cac665e7785f94097b7a415f11f20c65a8423be7",
                "md5": "47c7ca4084f14065722d174273b4f002",
                "sha256": "5a57ccef500bb3ba27c1b7c4fd366501c78ca032c5548f3b8260bb98df86b2ae"
            },
            "downloads": -1,
            "filename": "commoncode-32.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "47c7ca4084f14065722d174273b4f002",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1741826,
            "upload_time": "2024-12-06T19:20:31",
            "upload_time_iso_8601": "2024-12-06T19:20:31.459421Z",
            "url": "https://files.pythonhosted.org/packages/1b/5a/a2c4480145cbb26bd744cac665e7785f94097b7a415f11f20c65a8423be7/commoncode-32.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 19:20:31",
    "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.37542s