Metadata-Version: 2.1
Name: libmake
Version: 0.2.0
Summary: Building blocks for make-like utils
Home-page: https://github.com/AleCandido/libmake.py
Author: A.Candido
Author-email: candido.ale@gmail.com
License: UNKNOWN
Description: # libmake.py
        
        A python library for implementing `makefile.py` scripts.
        
        ## Usage
        
        Define a `makefile.py` using building blocks provided, then run it as a script
        with targets (so do `python makefile.py args...` in place of `make args...`).
        
        See `tests/makefile.py` for an example makefile definition, and run `tests.py`
        to show its output.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
