https://github.com/liblaf/copier-python
๐ ๏ธ A comprehensive Python project template with CI/CD and package management
https://github.com/liblaf/copier-python
automation code-quality continuous-integration copier copier-template github-actions jinja package-management python repository-structure template
Last synced: 3 months ago
JSON representation
๐ ๏ธ A comprehensive Python project template with CI/CD and package management
- Host: GitHub
- URL: https://github.com/liblaf/copier-python
- Owner: liblaf
- License: mit
- Created: 2024-10-16T08:43:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T09:37:49.000Z (3 months ago)
- Last Synced: 2025-03-16T10:27:08.968Z (3 months ago)
- Topics: automation, code-quality, continuous-integration, copier, copier-template, github-actions, jinja, package-management, python, repository-structure, template
- Language: Python
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
Copier Python
This repository provides a comprehensive Python project template with automated workflows for CI/CD, dependency management, and code quality enforcement. It features advanced tools like MegaLinter for static analysis, Copier for template updates, and Pixi for package management, making it ideal for building maintainable Python projects with minimal setup.
[](https://github.com/copier-org/copier)
[](https://github.com/liblaf/copier-python/graphs/contributors)
[](https://github.com/liblaf/copier-python/forks)
[](https://github.com/liblaf/copier-python/stargazers)
[](https://github.com/liblaf/copier-python/issues)
[](https://github.com/liblaf/copier-python/blob/main/LICENSE)[Changelog](https://github.com/liblaf/copier-python/blob/main/CHANGELOG.md) ยท [Report Bug](https://github.com/liblaf/copier-python/issues) ยท [Request Feature](https://github.com/liblaf/copier-python/issues)

## โจ Features
- ๐ค **Automated Workflows:** Comprehensive GitHub Actions workflows for automated PR management, repository maintenance, and CI/CD pipelines;
- ๐งน **Code Quality Assurance:** Integrated MegaLinter for consistent code quality checks and automatic fixes across multiple languages and formats;
- ๐งฉ **Template-Driven Development:** Built with Copier templates for easy project scaffolding and consistent project structure across repositories;
- ๐ฆ **Package Management:** Supports both Pixi and UV package managers for flexible dependency management and environment setup;
- ๐ ๏ธ **Build & Release Automation:** Automated build, test, and release processes with pre-release and production release workflows;
- ๐ **Security-First Approach:** Default workflow permissions and repository settings configured for secure development practices;
- ๐ **Documentation Ready:** Pre-configured documentation structure and tools for maintaining clear project documentation;
- ๐ **Python-Centric:** Optimized for Python development with pre-configured linting, type checking, and build tools;
- ๐ **Continuous Updates:** Automated repository updates through Copier and Renovate for keeping dependencies and templates up-to-date;
- ๐จ **VS Code Integration:** Pre-configured VS Code settings for Python development with optimized workspace configurations.[](#readme-top)
## ๐ฆ Installation
To install `gh:liblaf/copier-python`, run the following command:
```bash
$ copier copy --trust gh:liblaf/copier-python .
```[](#readme-top)
## โจ๏ธ Local Development
You can use Github Codespaces for online development:
[](https://codespaces.new/liblaf/copier-python)
Or clone it for local development:
```bash
$ git clone https://github.com/liblaf/copier-python.git
$ cd copier-python
```[](#readme-top)
## ๐ค Contributing
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues](https://github.com/liblaf/copier-python/issues) to get stuck in to show us what you're made of.
[](https://github.com/liblaf/copier-python/pulls)
[](https://github.com/liblaf/copier-python/graphs/contributors)
[](#readme-top)
## ๐ Links
### More Copier Templates
- **[Copier Python](https://github.com/liblaf/copier-python)** - ๐ A comprehensive Python project template with automated workflows, CI/CD integration, and modern development tools. Features include MegaLinter for code quality, Copier for template updates, and Renovate for dependency management. Perfect for building scalable Python packages with best practices! ๐โจ
- **[Copier Release](https://github.com/liblaf/copier-release)** - ๐ Automated GitHub Repository Management Toolkit: A comprehensive set of workflows and templates for automating repository maintenance, PR management, and release processes. Includes Copier updates, MegaLinter integration, and Release Please automation. Perfect for maintaining clean, consistent, and efficient GitHub repositories! ๐ ๏ธโจ
- **[Copier Share](https://github.com/liblaf/copier-share)** - ๐คโจ A comprehensive GitHub repository template with automated workflows for PR management, repository maintenance, and code quality checks. Features include auto-merging PRs, Copier updates, label synchronization, and MegaLinter integration for consistent code standards. Perfect for maintaining clean, efficient, and well-organized repositories! ๐๐ง
- **[Copier Typescript](https://github.com/liblaf/copier-typescript)** - ๐ A robust TypeScript project template with automated workflows, CI/CD pipelines, and comprehensive linting. Features include auto-PR management, copier updates, and MegaLinter integration for code quality. Perfect for scalable, maintainable, and efficient TypeScript projects! ๐ ๏ธโจ### Credits
- **Copier** -
[](#readme-top)
---
#### ๐ License
Copyright ยฉ 2024 [liblaf](https://github.com/liblaf).
This project is [MIT](./LICENSE) licensed.