https://github.com/altaris/p
My cookiecutter python template
https://github.com/altaris/p
cookiecutter cookiecutter-template python
Last synced: 3 months ago
JSON representation
My cookiecutter python template
- Host: GitHub
- URL: https://github.com/altaris/p
- Owner: altaris
- License: mit
- Created: 2021-09-10T07:03:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T05:04:41.000Z (3 months ago)
- Last Synced: 2025-02-08T05:23:29.612Z (3 months ago)
- Topics: cookiecutter, cookiecutter-template, python
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My cookiecutter python template. Heavily inspired by
[audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage).# How to use
ezpz
```sh
cookiecutter gh:altaris/p
```# How to use in test mode
```sh
cookiecutter .
```