csu


Namecsu JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/ionelmc/python-csu
SummaryClean Slate Utils - bunch of utility code, mostly Django/DRF specific.
upload_time2024-11-14 15:47:32
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/8d/78/58963f4c137641d5cbcf631157386369636859475eedb4c797a9c61fa911/csu-1.2.1.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.2.1",
    "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": "09dce1dc9b0a8410cfd735b92abe42d22756352f51de53a338fd973777b68401",
                "md5": "64044fa03c604f9821bd41d5883da316",
                "sha256": "2ceb1fcf10ec464ba09c778d1f99c08be77cce8180ef42adff3570061670bc5a"
            },
            "downloads": -1,
            "filename": "csu-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64044fa03c604f9821bd41d5883da316",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 46092,
            "upload_time": "2024-11-14T15:47:30",
            "upload_time_iso_8601": "2024-11-14T15:47:30.055166Z",
            "url": "https://files.pythonhosted.org/packages/09/dc/e1dc9b0a8410cfd735b92abe42d22756352f51de53a338fd973777b68401/csu-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d7858963f4c137641d5cbcf631157386369636859475eedb4c797a9c61fa911",
                "md5": "bfb1837bbfe445f8d3fbb04a16730379",
                "sha256": "91461c39f472c37510ae5e982fd966abfe95a5a4c4abbaabb502100e732941b3"
            },
            "downloads": -1,
            "filename": "csu-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bfb1837bbfe445f8d3fbb04a16730379",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 47172,
            "upload_time": "2024-11-14T15:47:32",
            "upload_time_iso_8601": "2024-11-14T15:47:32.158929Z",
            "url": "https://files.pythonhosted.org/packages/8d/78/58963f4c137641d5cbcf631157386369636859475eedb4c797a9c61fa911/csu-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 15:47:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ionelmc",
    "github_project": "python-csu",
    "github_not_found": true,
    "lcname": "csu"
}
        
Elapsed time: 1.72620s