Registry / devops / make
library0.1.6.post2pypypi✓ verified 83d ago

Create project layouts from Jinja2 templates. Version 0.1.6.post2, infrequently updated (last release years ago).

pip install make
INSTALL
IMPORT
SIG · MAKE
M
make
devopspythonv0.1.6.post2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

create_project
import make
from make import create_project

Create a project layout using the default template.

from make import create_project create_project( 'my_project', template='default', output_dir='.', )
make --version
Debug
Known issues
gotchaThe package name 'make' conflicts with the GNU Make utility. Ensure your environment does not shadow the Python package.
fix
Use pip install make and import make explicitly.
affects: all
deprecatedThe library has not been updated since 2016 and may not work with modern Python or Jinja2 versions.
fix
Consider alternatives like cookiecutter or copier.
affects: >=0.1.6
gotchaTemplates are loaded from the package's internal directory; custom templates must be placed correctly.
fix
Place custom templates in ~/.make/templates/ or use the template='path' parameter.
affects: all
Upgrade
Version history
0.1.6.post2latest on PyPI · released Oct 27, 2020
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
make — pip install make · libregistry