Metadata-Version: 2.1
Name: csu
Version: 1.9.1
Summary: Clean Slate Utils - bunch of utility code, mostly Django/DRF specific.
Home-page: https://github.com/ionelmc/python-csu
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD-2-Clause
Project-URL: Changelog, https://github.com/ionelmc/python-csu/blob/master/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/ionelmc/python-csu/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: django
Requires-Dist: djangorestframework
Requires-Dist: django-crispy-forms
Requires-Dist: django-import-export
Requires-Dist: httpx
Requires-Dist: typing-extensions
Requires-Dist: defusedxml
Provides-Extra: phonenumber
Requires-Dist: phonenumberslite; extra == "phonenumber"
Requires-Dist: django-phonenumber-field; extra == "phonenumber"

========
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.
