cxc-toolkit


Namecxc-toolkit JSON
Version 0.9.3 PyPI version JSON
download
home_pagehttps://github.com/XiaochenCui/cxc-toolkit
SummaryToolbox contains a lot of utility functions
upload_time2025-10-09 00:49:47
maintainerNone
docs_urlNone
authorXiaochen Cui
requires_pythonNone
licenseGPLv3
keywords toolkit
VCS
bugtrack_url
requirements flake8 coverage codecov nose
Travis-CI
coveralls test coverage
            cxc-toolkit
===========

.. image:: https://img.shields.io/pypi/v/cxc-toolkit.svg
    :target: https://pypi.python.org/pypi/cxc-toolkit

.. image:: https://img.shields.io/pypi/l/cxc-toolkit.svg
    :target: https://www.gnu.org/licenses/gpl-3.0.txt

.. image:: https://img.shields.io/travis/XiaochenCui/cxc-toolkit.svg
    :target: https://travis-ci.org/XiaochenCui/cxc-toolkit

.. image:: https://codecov.io/gh/XiaochenCui/cxc-toolkit/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/XiaochenCui/cxc-toolkit

Toolbox contains a lot of utility functions

Installation
------------

.. code-block:: bash

    $ pip install cxc-toolkit

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/XiaochenCui/cxc-toolkit",
    "name": "cxc-toolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "toolkit",
    "author": "Xiaochen Cui",
    "author_email": "jcnlcxc.new@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "cxc-toolkit\n===========\n\n.. image:: https://img.shields.io/pypi/v/cxc-toolkit.svg\n    :target: https://pypi.python.org/pypi/cxc-toolkit\n\n.. image:: https://img.shields.io/pypi/l/cxc-toolkit.svg\n    :target: https://www.gnu.org/licenses/gpl-3.0.txt\n\n.. image:: https://img.shields.io/travis/XiaochenCui/cxc-toolkit.svg\n    :target: https://travis-ci.org/XiaochenCui/cxc-toolkit\n\n.. image:: https://codecov.io/gh/XiaochenCui/cxc-toolkit/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/XiaochenCui/cxc-toolkit\n\nToolbox contains a lot of utility functions\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    $ pip install cxc-toolkit\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Toolbox contains a lot of utility functions",
    "version": "0.9.3",
    "project_urls": {
        "Homepage": "https://github.com/XiaochenCui/cxc-toolkit"
    },
    "split_keywords": [
        "toolkit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1be368b35c8544f246d359e3a4a9a8a8d8345519d87511f681aab06793d791c",
                "md5": "caa28713199254478a3d847026441fe6",
                "sha256": "b1fe663fdbb89ab7ac8bb6ecefa06e204277f6d3649f76c3881dc7505bd1a1f2"
            },
            "downloads": -1,
            "filename": "cxc_toolkit-0.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "caa28713199254478a3d847026441fe6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 30222,
            "upload_time": "2025-10-09T00:49:47",
            "upload_time_iso_8601": "2025-10-09T00:49:47.914332Z",
            "url": "https://files.pythonhosted.org/packages/d1/be/368b35c8544f246d359e3a4a9a8a8d8345519d87511f681aab06793d791c/cxc_toolkit-0.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 00:49:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "XiaochenCui",
    "github_project": "cxc-toolkit",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "flake8",
            "specs": [
                [
                    ">=",
                    "3.5.0"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    ">=",
                    "4.4.2"
                ]
            ]
        },
        {
            "name": "codecov",
            "specs": [
                [
                    ">=",
                    "2.0.14"
                ]
            ]
        },
        {
            "name": "nose",
            "specs": [
                [
                    ">=",
                    "1.3.7"
                ]
            ]
        }
    ],
    "lcname": "cxc-toolkit"
}
        
Elapsed time: 0.62014s