Metadata-Version: 2.1
Name: fprules
Version: 0.2.1
Summary: `make`-like file pattern rules for build tools such as `doit`.
Home-page: https://github.com/smarie/python-fprules
Maintainer: Sylvain MARIE
Maintainer-email: sylvain.marie@se.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-fprules/tarball/0.2.1
Keywords: file pattern rule rules GNU make build tool task
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pathlib2 ; python_version < "3.2"
Requires-Dist: makefun ; python_version >= "3.6"

python-fprules
==============

*``make``-like file pattern rules for build tools such as ``doit``.*

|Python versions| |Build Status| |Tests Status| |codecov|

|Documentation| |PyPI| |Downloads| |Downloads per week| |GitHub stars|

The documentation for users is available here:
https://smarie.github.io/python-fprules/

A readme for developers is available here:
https://github.com/smarie/python-fprules

.. |Python versions| image:: https://img.shields.io/pypi/pyversions/fprules.svg
   :target: https://pypi.python.org/pypi/fprules/
.. |Build Status| image:: https://travis-ci.org/smarie/python-fprules.svg?branch=master
   :target: https://travis-ci.org/smarie/python-fprules
.. |Tests Status| image:: https://smarie.github.io/python-fprules/junit/junit-badge.svg?dummy=8484744
   :target: https://smarie.github.io/python-fprules/junit/report.html
.. |codecov| image:: https://codecov.io/gh/smarie/python-fprules/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/smarie/python-fprules
.. |Documentation| image:: https://img.shields.io/badge/doc-latest-blue.svg
   :target: https://smarie.github.io/python-fprules/
.. |PyPI| image:: https://img.shields.io/pypi/v/fprules.svg
   :target: https://pypi.python.org/pypi/fprules/
.. |Downloads| image:: https://pepy.tech/badge/fprules
   :target: https://pepy.tech/project/fprules
.. |Downloads per week| image:: https://pepy.tech/badge/fprules/week
   :target: https://pepy.tech/project/fprules
.. |GitHub stars| image:: https://img.shields.io/github/stars/smarie/python-fprules.svg
   :target: https://github.com/smarie/python-fprules/stargazers


