Metadata-Version: 2.1
Name: how-about-no
Version: 0.1.0b2
Summary: Let's your CI/CD tool know when the build can be skipped.
Home-page: https://github.com/mateuszcisek/how_about_no
License: MIT
Keywords: ci/cd
Author: Mateusz Cisek
Author-email: cismat@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: PyYAML (>=5.3.1,<6.0.0)
Project-URL: Bug Tracker, https://github.com/mateuszcisek/how_about_no/issues
Project-URL: Documentation, https://github.com/mateuszcisek/how_about_no
Project-URL: Repository, https://github.com/mateuszcisek/how_about_no
Description-Content-Type: text/markdown

# How about no

![tests][tests]
![black][black]
![pylint][pylint]
![isort][isort]

![how_about_no][how_about_no]

*Image source: https://knowyourmeme.com/photos/129577-how-about-no*

The sole purpose of this library is to let your CI/CD tool know whether or not the
build it's about to run is necessary.

Please note that there is no stable release yet, and the documentation will be added
shortly.



[tests]: https://github.com/mateuszcisek/how_about_no/actions/workflows/tests.yaml/badge.svg "tests"
[black]: https://github.com/mateuszcisek/how_about_no/actions/workflows/linting_black.yaml/badge.svg "black"
[pylint]: https://github.com/mateuszcisek/how_about_no/actions/workflows/linting_pylint.yaml/badge.svg "pylint"
[isort]: https://github.com/mateuszcisek/how_about_no/actions/workflows/linting_isort.yaml/badge.svg "isort"
[how_about_no]: how_about_no.jpg "how about no"

