A library for rendering project templates.
Project description
A library and CLI app for rendering project templates.
- Works with local paths and git URLs.
- Your project can include any file and
Copier
can dynamically replace values in any kind of text file. - It generates a beautiful output and takes care of not overwrite existing files unless instructed to do so.
Installation
- Install Python 3.6.1 or newer (3.8 or newer if you're on Windows).
- Install Git 2.24 or newer.
- To use as a CLI app:
pipx install copier
- To use as a library:
pip install copier
Quick usage
-
Use it in your Python code:
from copier import run_auto # Create a project from a local path run_auto("path/to/project/template", "path/to/destination") # Or from a git URL. run_auto("https://github.com/copier-org/copier.git", "path/to/destination") # You can also use "gh:" as a shortcut of "https://github.com/" run_auto("gh:copier-org/copier.git", "path/to/destination") # Or "gl:" as a shortcut of "https://gitlab.com/" run_auto("gl:copier-org/copier.git", "path/to/destination")
-
Or as a command-line tool:
copier path/to/project/template path/to/destination
Basic concepts
Copier is composed of these main concepts:
- Templates. They lay out how to generate the subproject.
- Questionaries. They are configured in the template. Answers are used to generate projects.
- Projects. This is where your real program lives. But it is usually generated and/or updated from a template.
Copier targets these main human audiences:
-
Template creators. Programmers that repeat code too much and prefer a tool to do it for them.
!!! tip
Copier doesn't replace the DRY principle... but sometimes you simply can't be DRY and you need a DRYing machine...
-
Template consumers. Programmers that want to start a new project quickly, or that want to evolve it comfortably.
Non-humans should be happy also by using copier's CLI or API, as long as their expectations are the same as for those humans... and as long as they have feelings.
Templates have these goals:
- Code scaffolding. Help consumers have a working source code tree as quick as possible. All templates allow scaffolding.
- Code lifecycle management. When the template evolves, let consumers update their projects. Not all templates allow updating.
Copier tries to have a smooth learning curve that lets you create simple templates that can evolve into complex ones as needed.
Browse or tag public templates
You can browse public copier templates in GitHub using
the copier-template
topic. Use them as
inspiration!
If you want your template to appear in that list, just add the topic to it! 🏷
Credits
Special thanks go to jpscaletti for originally creating
Copier
. This project would not be a thing without him.
Many thanks to pykong who took over maintainership on the project, promoted it, and laid out the bases of what the project is today.
Big thanks also go to Yajo for his relentless zest for
improving Copier
even further.
Thanks a lot, pawamoy for polishing very important rough edges and improving the documentation and UX a lot.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file copier-6.0.0a7.tar.gz
.
File metadata
- Download URL: copier-6.0.0a7.tar.gz
- Upload date:
- Size: 29.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ee253fdaeba4256613572ea4f3c66070dda5a16b55867e0143d4c405ac91d98 |
|
MD5 | 043ee6339f1dba5eff22f79d32a78c6a |
|
BLAKE2b-256 | b3e4594e85d66a09e87241352259f3fe15dc9ee483e39db2b2e5693278619d4c |
File details
Details for the file copier-6.0.0a7-py3-none-any.whl
.
File metadata
- Download URL: copier-6.0.0a7-py3-none-any.whl
- Upload date:
- Size: 31.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c85efae4b11bc252e600d8e5c4b871e0a2334de22bafaf1dfd4a4bba35fb86a0 |
|
MD5 | ce8a922efa83f46301190477487f65aa |
|
BLAKE2b-256 | 326dad5840c2905cc0533108bd7b96e78084f945124248c035af2fad91360f5f |