Metadata-Version: 2.4
Name: darkgraylib
Version: 2.3.0
Summary: Common supporting code for Darker and Graylint
Author-email: Antti Kaihola <13725+akaihola@users.noreply.github.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/akaihola/darkgraylib
Project-URL: Source Code, https://github.com/akaihola/darkgraylib
Project-URL: Change Log, https://github.com/akaihola/darkgraylib/blob/main/CHANGES.rst
Project-URL: News, https://github.com/akaihola/darkgraylib/discussions/categories/announcements
Classifier: Programming Language :: Python :: 3 :: Only
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 :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: toml>=0.10.0
Provides-Extra: color
Requires-Dist: Pygments>=2.4.0; extra == "color"
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file

=============
 darkgraylib
=============

|build-badge| |license-badge| |pypi-badge| |downloads-badge| |black-badge| |changelog-badge|

.. |build-badge| image:: https://github.com/akaihola/darkgraylib/actions/workflows/python-package.yml/badge.svg
   :alt: main branch build status
   :target: https://github.com/akaihola/darkgraylib/actions/workflows/python-package.yml?query=branch%3Amain
.. |license-badge| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
   :alt: BSD 3 Clause license
   :target: https://github.com/akaihola/darkgraylib/blob/main/LICENSE
.. |pypi-badge| image:: https://img.shields.io/pypi/v/darkgraylib
   :alt: Latest release on PyPI
   :target: https://pypi.org/project/darkgraylib/
.. |downloads-badge| image:: https://pepy.tech/badge/darkgraylib
   :alt: Number of downloads
   :target: https://pepy.tech/project/darkgraylib
.. |black-badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :alt: Source code formatted using Black
   :target: https://github.com/psf/black
.. |changelog-badge| image:: https://img.shields.io/badge/-change%20log-purple
   :alt: Change log
   :target: https://github.com/akaihola/darkgraylib/blob/main/CHANGES.rst
.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darkgraylib/17?color=red&label=release%202.3.1
   :alt: Next milestone
   :target: https://github.com/akaihola/darkgraylib/milestone/4


What?
=====

This package is a placeholder for common supporting code for Darker_ and Graylint_.

Such pieces of code have been moved from Darker_ to this new package.

.. _Darker: https://pypi.org/project/darker
.. _Graylint: https://pypi.org/project/graylint


.. _#151: https://github.com/akaihola/darker/issues/151
.. _community support channel: https://github.com/akaihola/darker/discussions


Why?
====

Darker_ and Graylint_ originate from the same original Darker_ code base. In February
2023, linter support was decided to be moved out from Darker_. Obviously, the two tools
are still very similar and share a lot of under-the-hood functionality. For maintenance
purposes, those common pieces are being moved into this package.


License
=======

BSD. See ``LICENSE``.


Contributors ✨
===============

See README.rst_ for the list of contributors.

This project follows the all-contributors_ specification.
Contributions of any kind are welcome!

.. _README.rst: https://github.com/akaihola/darkgraylib/blob/main/README.rst
.. _emoji key: https://allcontributors.org/docs/en/emoji-key
.. _all-contributors: https://allcontributors.org


GitHub stars trend
==================

|stargazers|_

.. |stargazers| image:: https://starchart.cc/akaihola/darkgraylib.svg
.. _stargazers: https://starchart.cc/akaihola/darkgraylib
