Search Criteria
Package Details: python-copier 8.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-copier.git (read-only, click to copy) |
---|---|
Package Base: | python-copier |
Description: | Library and command-line utility for rendering projects templates |
Upstream URL: | https://github.com/pykong/copier |
Keywords: | cookiecutter project-template python scaffolding |
Licenses: | MIT |
Submitter: | ragouel |
Maintainer: | andrejr |
Last Packager: | andrejr |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-06 16:59 (UTC) |
Last Updated: | 2023-07-18 10:57 (UTC) |
Dependencies (20)
- python-backports.cached_property
- python-colorama (python-colorama-git)
- python-dunamai
- python-importlib-metadata
- python-iteration-utilities
- python-jinja
- python-jinja2-ansible-filters
- python-packaging (python-packaging-21)
- python-pathspec
- python-plumbum (python-plumbum-git)
- python-pydantic (python-pydantic-git)
- python-pygments
- python-pyyaml-include
- python-questionary
- python-typing_extensions
- python-yaml (python-yaml-git)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-poetry-dynamic-versioning (make)
- python-wheel (make)
Latest Comments
bcb commented on 2023-06-11 09:49 (UTC)
__init__.py
doesfrom .main import *
andmain.py
doesfrom plumbum.cmd import git
which requires git to be installed, so git should be added todepends
.fuero commented on 2022-08-26 23:59 (UTC)
Needs at least
python-wheel
inmakedepends
, likelypython-build
andpython-installer
too.