Metadata-Version: 2.1
Name: dj-blacksmith
Version: 4.0.0
Summary: Django Bindings for Blacksmith
Author-Email: Guillaume Gauvrit <guillaume@gauvr.it>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
Project-URL: Homepage, https://github.com/mardiros/dj-blacksmith
Project-URL: Documentation, https://github.com/mardiros/dj-blacksmith/blob/main/README.rst
Project-URL: Repository, https://github.com/mardiros/dj-blacksmith.git
Project-URL: Issues, https://github.com/mardiros/dj-blacksmith/issues
Project-URL: Changelog, https://github.com/mardiros/dj-blacksmith/blob/main/CHANGELOG.rst
Requires-Python: >=3.9
Requires-Dist: django<=5,>=3.2
Requires-Dist: blacksmith[prometheus]<5,>=4.0.0
Requires-Dist: redis<5,>=4.2.0
Provides-Extra: docs
Requires-Dist: sphinx>=7.0.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints<2,>=1.12.0; extra == "docs"
Requires-Dist: furo>=2024.8.6; extra == "docs"
Description-Content-Type: text/x-rst

dj-blacksmith
=============

.. image:: https://github.com/mardiros/dj-blacksmith/actions/workflows/publish-doc.yml/badge.svg
   :target: https://mardiros.github.io/dj-blacksmith/
   :alt: Documentation

.. image:: https://github.com/mardiros/dj-blacksmith/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/mardiros/dj-blacksmith/actions/workflows/tests.yml
   :alt: Continuous Integration

.. image:: https://codecov.io/gh/mardiros/dj-blacksmith/branch/main/graph/badge.svg?token=GMCE9HQE98
   :target: https://codecov.io/gh/mardiros/dj-blacksmith
   :alt: Coverage

Django bindings for `Blacksmith`_ rest api client.

.. _`Blacksmith`: https://mardiros.github.io/blacksmith/
