csu


Namecsu JSON
Version 1.14.5 PyPI version JSON
download
home_pagehttps://github.com/ionelmc/python-csu
SummaryClean Slate Utils - bunch of utility code, mostly Django/DRF specific.
upload_time2025-02-18 14:11:43
maintainerNone
docs_urlNone
authorIonel Cristian Mărieș
requires_python>=3.10
licenseBSD-2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
Overview
========



Clean Slate Utils - bunch of utility code, mostly Django/DRF specific.

* Free software: BSD 2-Clause License

Installation
============

::

    pip install csu

You can also install the in-development version with::

    pip install https://github.com/ionelmc/python-csu/archive/main.zip


Documentation
=============

None.

Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.0 (2024-03-24)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ionelmc/python-csu",
    "name": "csu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ionel Cristian M\u0103rie\u0219",
    "author_email": "contact@ionelmc.ro",
    "download_url": "https://files.pythonhosted.org/packages/6e/6f/da81597eea49dec35a2592636593250813850a727e2803fa4e2611a55428/csu-1.14.5.tar.gz",
    "platform": null,
    "description": "========\nOverview\n========\n\n\n\nClean Slate Utils - bunch of utility code, mostly Django/DRF specific.\n\n* Free software: BSD 2-Clause License\n\nInstallation\n============\n\n::\n\n    pip install csu\n\nYou can also install the in-development version with::\n\n    pip install https://github.com/ionelmc/python-csu/archive/main.zip\n\n\nDocumentation\n=============\n\nNone.\n\nDevelopment\n===========\n\nTo run all the tests run::\n\n    tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n    :widths: 10 90\n    :stub-columns: 1\n\n    - - Windows\n      - ::\n\n            set PYTEST_ADDOPTS=--cov-append\n            tox\n\n    - - Other\n      - ::\n\n            PYTEST_ADDOPTS=--cov-append tox\n\n\nChangelog\n=========\n\n0.0.0 (2024-03-24)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Clean Slate Utils - bunch of utility code, mostly Django/DRF specific.",
    "version": "1.14.5",
    "project_urls": {
        "Changelog": "https://github.com/ionelmc/python-csu/blob/master/CHANGELOG.rst",
        "Homepage": "https://github.com/ionelmc/python-csu",
        "Issue Tracker": "https://github.com/ionelmc/python-csu/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f4592115c8db52e43bbaace382d1d281224155c06ee1a4c5a4061b2e37a73ce",
                "md5": "ffcb3003ff56cc62e2e96348bf51f663",
                "sha256": "2acd947b77003332e77eb9fe1f8162466834a3e41832bf516413b0dcd4ae7c5e"
            },
            "downloads": -1,
            "filename": "csu-1.14.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffcb3003ff56cc62e2e96348bf51f663",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 52521,
            "upload_time": "2025-02-18T14:11:42",
            "upload_time_iso_8601": "2025-02-18T14:11:42.016387Z",
            "url": "https://files.pythonhosted.org/packages/5f/45/92115c8db52e43bbaace382d1d281224155c06ee1a4c5a4061b2e37a73ce/csu-1.14.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e6fda81597eea49dec35a2592636593250813850a727e2803fa4e2611a55428",
                "md5": "6436852dabaa06b73a53f780ce65cef1",
                "sha256": "6c339934736001c4cc626d5b73f285ef101e99238cfe07cc3dcd4f823844876c"
            },
            "downloads": -1,
            "filename": "csu-1.14.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6436852dabaa06b73a53f780ce65cef1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 59660,
            "upload_time": "2025-02-18T14:11:43",
            "upload_time_iso_8601": "2025-02-18T14:11:43.675666Z",
            "url": "https://files.pythonhosted.org/packages/6e/6f/da81597eea49dec35a2592636593250813850a727e2803fa4e2611a55428/csu-1.14.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-18 14:11:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ionelmc",
    "github_project": "python-csu",
    "github_not_found": true,
    "lcname": "csu"
}
        
Elapsed time: 3.33058s