Building blocks for make-like utils
Project description
libmake.py
A python library for implementing makefile.py
scripts.
Non-goals
The goal of this package it's not:
- to provide any pre-built
Makefile
- to deliver an alternative build-system for compiled languages
For the second one there is already make
, and other tools specific for more
recent languages.
Instead...
Makefile
's logic it's useful for projects' tasks automation further than
compiling code, e.g.:
- compiling templates and contents
- define project's specific commands
- useful also for collaboration (and to save working patterns anyhow)
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file libmake-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: libmake-0.3.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 593fdba12253f3dd374a411a718afe930879ef0e39ac9669b673a6ce89f36437 |
|
MD5 | 88d09806f196e3cb988d79189d82eb09 |
|
BLAKE2b-256 | b66699d5fd1b2cf3e7eacdb4a6ce16da346287cba5a2e20abb9c44e6e3030a83 |