{"id":24574046,"url":"https://github.com/zhiwei2017/pyckage-cookiecutter","last_synced_at":"2025-09-20T11:41:55.959Z","repository":{"id":46137637,"uuid":"399589358","full_name":"zhiwei2017/pyckage-cookiecutter","owner":"zhiwei2017","description":"A cookiecutter template for python package","archived":false,"fork":false,"pushed_at":"2023-11-08T15:18:32.000Z","size":6042,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-20T13:49:43.733Z","etag":null,"topics":["bitbucket-pipelines","cookiecutter-python3","cookiecutter-template","github-actions","gitlab-ci","pypi-package","pypi-package-template","python310","python37","python38","python39"],"latest_commit_sha":null,"homepage":"https://zhiwei2017.github.io/pyckage-cookiecutter/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhiwei2017.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-24T19:58:06.000Z","updated_at":"2023-10-10T21:19:20.000Z","dependencies_parsed_at":"2023-01-23T10:01:05.437Z","dependency_job_id":null,"html_url":"https://github.com/zhiwei2017/pyckage-cookiecutter","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"e77592433942b878dc1315852a3c8cb8119ca853"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhiwei2017%2Fpyckage-cookiecutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhiwei2017%2Fpyckage-cookiecutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhiwei2017%2Fpyckage-cookiecutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhiwei2017%2Fpyckage-cookiecutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhiwei2017","download_url":"https://codeload.github.com/zhiwei2017/pyckage-cookiecutter/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235350008,"owners_count":18975813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbucket-pipelines","cookiecutter-python3","cookiecutter-template","github-actions","gitlab-ci","pypi-package","pypi-package-template","python310","python37","python38","python39"],"created_at":"2025-01-23T20:56:48.722Z","updated_at":"2025-09-20T11:41:50.910Z","avatar_url":"https://github.com/zhiwei2017.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pyckage Cookiecutter\n====================\n\n.. actions building badge\n.. image:: https://github.com/zhiwei2017/pyckage-cookiecutter/workflows/Unit%20Test%20\u0026%20Build%20Test/badge.svg\n    :target: https://github.com/zhiwei2017/pyckage-cookiecutter/actions\n\n.. pypi version badge\n.. image:: https://img.shields.io/pypi/v/pyckage-cookiecutter.svg\n    :target: https://pypi.python.org/pypi/pyckage-cookiecutter/\n\n.. license badge\n.. image:: https://img.shields.io/pypi/l/pyckage-cookiecutter.svg\n    :target: https://pypi.python.org/pypi/pyckage-cookiecutter/\n\n.. python version badge from PyPI\n.. image:: https://img.shields.io/pypi/pyversions/pyckage-cookiecutter.svg\n    :target: https://pypi.python.org/pypi/pyckage-cookiecutter/\n    :alt: Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12\n\n.. pypi format\n.. image:: https://img.shields.io/pypi/format/pyckage-cookiecutter.svg\n    :target: https://badge.fury.io/py/pyckage-cookiecutter\n\nIntroduction\n------------\n\nThis projects consist of a cookiecutter_\ntemplate that generates a full structure for a creating a PyPi standard package.\n\nWhile using this project, you will be asked to provide some inputs such as the author,\nthe name of the project, etc. As result you will obtain the\ncomplete file and folder structure to quickly start to code your package.\n\nHow to Use\n----------\n\nTutorial\n++++++++\n\nLet's pretend you want to create a project called \"feddit\".\nBy using this template based on cookiecutter_,\nyou will be able to quickly setup a buildable PyPi package.\n\nFirst, get cookiecutter_. Trust me, it's awesome::\n\n     $ pip install cookiecutter\n\nor with **poetry**::\n\n     $ poetry self add cookiecutter\n\nNow run it against this repo::\n\n     $ cookiecutter https://github.com/zhiwei2017/pyckage-cookiecutter\n     \nor::\n\n    $ poetry run cookiecutter https://github.com/zhiwei2017/pyckage-cookiecutter\n\nYou'll be prompted for some values. Provide them, then a project will be created for you.\n\n**Warning**: After this point, change '*My Awesome Project*', '*John Doe*', etc to your own information.\n\nAnswer the prompts with your own desired `Prompts \u003chttps://zhiwei2017.github.io/pyckage-cookiecutter/02_prompts.html\u003e`_. For example::\n\n    Cloning into 'pyckage-cookiecutter'...\n    remote: Enumerating objects: 219, done.\n    remote: Counting objects: 100% (219/219), done.\n    remote: Compressing objects: 100% (123/123), done.\n    remote: Total 219 (delta 83), reused 181 (delta 69), pack-reused 0\n    Receiving objects: 100% (219/219), 41.09 KiB | 1.71 MiB/s, done.\n    Resolving deltas: 100% (83/83), done.\n      [1/8] Select your project name (My Awesome Project):\n      [2/8] Project URL for hosting the source code. (https://repository-hosting.com/example_project): https://github.com/zhiwei2017/feddit\n      [3/8] Author full name. (John Doe): John Doe\n      [4/8] Author email address. (john.doe@email.com): john.doe@example.com\n      [5/8] Short description. (Behold My Awesome Project!): A fake reddit API.\n      [6/8] Semantic version to use for release. (0.1.0): 0.1.0\n      [7/8] Which license do you want to use for your project?\n        1 - None\n        2 - MIT\n        3 - APACHE\n        4 - 2-Clause BSD\n        5 - 3-Clause BSD\n        6 - GPL\n        Choose from [1/2/3/4/5/6] (1): 2\n      [8/8] Which CI/CD pipelines do you plan to use?\n        1 - None\n        2 - GitHub\n        3 - GitLab\n        4 - Bitbucket\n        Choose from [1/2/3/4] (1): 2\n    **Please read the comments from README.rst in your project to get to know how to setup the CI/CD pipeline and use commands from Makefile.**\n\nEnter the project and take a look around::\n\n    $ cd feddit/\n    $ ls\n\nYour repo should have the following structure::\n\n    feddit\n    ├── .github                         - github actions configurations\n    │   └── workflows\n    │       ├── test.yml                - pipelines for linting checks and testing\n    │       ├── release.yml             - pipelines for releases with tags\n    │       └── sphinx.yml              - pipelines for publishing github pages\n    ├── docs                            - sphinx documentation\n    │   ├── Makefile                    - Makefile defines terminal commands for sphinx documentation\n    │   └── source                      - documentation source folder\n    │       ├── 01_about.rst\n    │       ├── 02_source.rst\n    │       ├── 03_authors.rst\n    │       ├── 04_contributing.rst\n    │       ├── conf.py                 - sphinx configuration file\n    │       └── index.rst\n    ├── feddit\n    │   └── __init__.py\n    ├── tests                           - tests\n    │   ├── resources                   - resources used in tests\n    │   ├── conftest.py                 - fixtures in tests\n    │   └── test_version.py             - test version information.\n    ├── .gitignore\n    ├── CONTRIBUTING.rst                - contributing guidelines\n    ├── LICENSE\n    ├── Makefile                        - predefined terminal commands\n    ├── MANIFEST.in                     - commands, one per line, instructing setuptools to add or remove some set of files from the sdis\n    ├── README.rst                      - package information\n    ├── setup.cfg                       - configurations for flake8, since it doesn't support pyproject.toml.\n    └── pyproject.toml                  - package configuration file\n\nIf you want to use CI/CD pipeline for uploading your package to PyPi, please check the section **CI/CD configuration**.\n\n**Note**:\n\n+ This repo is built as a wheel package and uploaded to `PyPi \u003chttps://pypi.python.org/pypi/pyckage-cookiecutter/\u003e`_. You can install it through **pip**::\n\n    $ pip install pyckage-cookiecutter\n\n  or through **poetry**::\n\n    $ poetry self add pyckage-cookiecutter\n\n  And start generating a new project by call::\n\n    $ pyckage_cookiecutter\n  \n  or::\n\n    $ poetry run pyckage_cookiecutter\n\n  The rest is the same as the `Tutorial \u003c#tutorial\u003e`_ introduced.\n\nCI/CD Pipelines\n+++++++++++++++\n\nThe CI/CD pipelines are predefined in the generated project. Please check following sections for\nwhich steps are included and how to configure them in different platforms.\n\nGitHub Actions\n~~~~~~~~~~~~~~\n\nYou can find all the configuration files of GitHub Actions in ``.github/workflows`` folder.\n\nContent\n:::::::\n\n+-------------+----------------------------------------------+--------------------------------------------------+-----------------------------+-----------------------------------------------------------+\n| Config File |          Steps                               |                Trigger Rules                     | Requisite CI/CD Variables   | CI/CD Variables description                               |\n+=============+==============================================+==================================================+=============================+===========================================================+\n|             | mypy check                                   |                                                  |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n|             | flake8 check                                 | + **Pushes** to *master/develop* branches        |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n| test.yml    | bandit check                                 | + **Pull Requests** to *master/develop* branches |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n|             | test with python 3.8 (Ubuntu/Mac OS/Windows) |                                                  |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n|             | test with python 3.9 (Ubuntu/Mac OS/Windows) |                                                  |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n|             | test with python 3.10 (Ubuntu/Mac OS/Windows)|                                                  |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n|             | test with python 3.11 (Ubuntu/Mac OS/Windows)|                                                  |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n|             | test with python 3.12 (Ubuntu/Mac OS/Windows)|                                                  |                             |                                                           |\n|             +----------------------------------------------+                                                  |                             |                                                           |\n|             | twine check the built package                |                                                  |                             |                                                           |\n+-------------+----------------------------------------------+--------------------------------------------------+-----------------------------+-----------------------------------------------------------+\n|             |                                              |                                                  |                             | Token for uploading package to official PyPi. If you're   |\n|             |                                              |                                                  | POETRY_PYPI_TOKEN_PYPI      | using a private artifactory, please use the variables     |\n|             |                                              |                                                  |                             | `PACKAGE_INDEX_REPOSITORY_URL`, `PACKAGE_INDEX_USERNAME`, |\n|             |                                              |                                                  |                             | and `PACKAGE_INDEX_PASSWORD` instead.                     |\n|             |                                              |                                                  +-----------------------------+-----------------------------------------------------------+\n|             |                                              |                                                  | PACKAGE_INDEX_REPOSITORY_URL| URL of Private package index.                             |\n| release.yml | deploy to PyPi                               | **Pushes** to tags matching *vXX.XX.XX*          +-----------------------------+-----------------------------------------------------------+\n|             |                                              |                                                  | PACKAGE_INDEX_USERNAME      | Username of Private package index.                        |\n|             |                                              |                                                  +-----------------------------+-----------------------------------------------------------+\n|             |                                              |                                                  | PACKAGE_INDEX_PASSWORD      | Password of Private package index.                        |\n+-------------+----------------------------------------------+--------------------------------------------------+-----------------------------+-----------------------------------------------------------+\n| sphinx.yml  | deploy GitHub pages                          | **Pushes** to *master* branch                    |                             |                                                           |\n+-------------+----------------------------------------------+--------------------------------------------------+-----------------------------+-----------------------------------------------------------+\n\n**Note**:\n\n+ Before publishing the GitHub pages of your project for the first time, please manually create the branch **gh-pages** via::\n\n    $ git checkout master\n    $ git checkout -b gh-pages\n    $ git push origin gh-pages\n\nSetup Steps\n:::::::::::\n\n1. Go to **Settings**.\n2. Click **Secrets** section.\n3. Click **New repository secret** button.\n4. Input the name and value of a CI/CD variable.\n\nGitLab CI\n~~~~~~~~~\n\nThe file ``.gitlab-ci.yml`` contains all the configurations for GitLab CI.\n\nContent\n:::::::\n\n+---------+---------------------------------+-------------------------------------------+------------------------------+-----------------------------------------------------------+\n| Stages  |          Steps                  |                Trigger Rules              | Requisite CI/CD Variables    | CI/CD Variables description                               |\n+=========+=================================+===========================================+==============================+===========================================================+\n|         | mypy check                      |                                           |                              |                                                           |\n|         +---------------------------------+                                           |                              |                                                           |\n| linting | flake8 check                    | + **Pushes** to *master/develop* branches |                              |                                                           |\n|         +---------------------------------+                                           |                              |                                                           |\n|         | bandit check                    | + Any **Merge Requests**                  |                              |                                                           |\n+---------+---------------------------------+                                           |                              |                                                           |\n|         | test with python 3.8            |                                           |                              |                                                           |\n|         +---------------------------------+                                           |                              |                                                           |\n|  test   | test with python 3.9            |                                           |                              |                                                           |\n|         +---------------------------------+                                           |                              |                                                           |\n|         | test with python 3.10           |                                           |                              |                                                           |\n|         +---------------------------------+                                           |                              |                                                           |\n|         | test with python 3.11           |                                           |                              |                                                           |\n|         +---------------------------------+                                           |                              |                                                           |\n|         | test with python 3.12           |                                           |                              |                                                           |\n+---------+---------------------------------+                                           |                              |                                                           |\n| build   | twine check the built package   |                                           |                              |                                                           |\n+---------+---------------------------------+-------------------------------------------+------------------------------+-----------------------------------------------------------+\n|         |                                 |                                           |                              | Token for uploading package to official PyPi. If you're   |\n|         |                                 |                                           | POETRY_PYPI_TOKEN_PYPI       | using a private artifactory, please use the variables     |\n|         |                                 |                                           |                              | `PACKAGE_INDEX_REPOSITORY_URL`, `PACKAGE_INDEX_USERNAME`, |\n|         |                                 |                                           |                              | and `PACKAGE_INDEX_PASSWORD` instead.                     |\n|         |                                 |                                           +------------------------------+-----------------------------------------------------------+\n| deploy  | deploy to PyPi                  | **Pushes** to tags matching *vXX.XX.XX*   | PACKAGE_INDEX_REPOSITORY_URL | URL of Private package index.                             |\n|         |                                 |                                           +------------------------------+-----------------------------------------------------------+\n|         |                                 |                                           | PACKAGE_INDEX_USERNAME       | Username of Private package index.                        |\n|         |                                 |                                           +------------------------------+-----------------------------------------------------------+\n|         |                                 |                                           | PACKAGE_INDEX_PASSWORD       | Password of Private package index.                        |\n+---------+---------------------------------+-------------------------------------------+------------------------------+-----------------------------------------------------------+\n\nSetup Steps\n:::::::::::\n\n1. Go to **Settings**.\n2. Click **CI/CD** section.\n3. Go to **Variables** section.\n4. Click **Add variable** button.\n5. Input the name and value of a CI/CD variable.\n\n    By default, the flag **protected** is checked, which means the added variable can only be used for protected branches/tags.\n    If you want to keep your variable protected, please add wildcards **v*** as protected tags in **Settings** -\u003e **Repository** -\u003e **Protected tags**.\n\n    Or you can uncheck the box to use the variable for all branches and tags.\n\nBitbucket Pipelines\n~~~~~~~~~~~~~~~~~~~\n\nThe file ``bitbucket-pipelines.yml`` contains all the configurations of Bitbucket Pipelines.\n\nContent\n:::::::\n\n+---------------------------------+-------------------------------------------+------------------------------+-----------------------------------------------------------+\n|          Steps                  |                Trigger Rules              | Requisite CI/CD Variables    | CI/CD Variables description                               |\n+=================================+===========================================+==============================+===========================================================+\n| mypy check                      |                                           |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| flake8 check                    | + **Pushes** to *master/develop* branches |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| bandit check                    | + Any **Pull Requests**                   |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| test with python 3.8            |                                           |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| test with python 3.9            |                                           |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| test with python 3.10           |                                           |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| test with python 3.11           |                                           |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| test with python 3.12           |                                           |                              |                                                           |\n+---------------------------------+                                           |                              |                                                           |\n| twine check the built package   |                                           |                              |                                                           |\n+---------------------------------+-------------------------------------------+------------------------------+-----------------------------------------------------------+\n|                                 |                                           |                              | Token for uploading package to official PyPi. If you're   |\n|                                 |                                           | POETRY_PYPI_TOKEN_PYPI       | using a private artifactory, please use the variables     |\n|                                 |                                           |                              | `PACKAGE_INDEX_REPOSITORY_URL`, `PACKAGE_INDEX_USERNAME`, |\n|                                 |                                           |                              | and `PACKAGE_INDEX_PASSWORD` instead.                     |\n| deploy to PyPi                  | **Pushes** to tags matching *vXX.XX.XX*   +------------------------------+-----------------------------------------------------------+\n|                                 |                                           | PACKAGE_INDEX_REPOSITORY_URL | URL of Private package index.                             |\n|                                 |                                           +------------------------------+-----------------------------------------------------------+\n|                                 |                                           | PACKAGE_INDEX_USERNAME       | Username of Private package index.                        |\n|                                 |                                           +------------------------------+-----------------------------------------------------------+\n|                                 |                                           | PACKAGE_INDEX_PASSWORD       | Password of Private package index.                        |\n+---------------------------------+-------------------------------------------+------------------------------+-----------------------------------------------------------+\n\nSetup Steps\n:::::::::::\n\n1. Go to **Repository settings**.\n2. Click **Repository variables**.\n3. Click **add** button.\n4. Input the name and value of a CI/CD variable.\n\n    You need to enable pipelines before adding a new variable for the first time.\n\nMakefile\n++++++++\n\n.. list-table::\n   :header-rows: 1\n\n   * - Command\n     - Description\n   * - clean\n     - Remove autogenerated folders and artifacts.\n   * - clean-pyc\n     - Remove python artifacts.\n   * - clean-build\n     - Remove build artifacts.\n   * - bandit\n     - Run `bandit`_ security analysis.\n   * - mypy\n     - Run `mypy`_ type checking.\n   * - flake8\n     - Run `flake8`_ linting.\n   * - install\n     - Install all the dependencies and the package itself.\n   * - test\n     - Run tests and generate coverage report.\n   * - build\n     - Build wheel package.\n   * - publish\n     - Publish the built wheel package.\n\nAcknowledgements\n----------------\n\nSpecial thanks to the project `cookiecutter-pypackage \u003chttps://github.com/audreyfeldroy/cookiecutter-pypackage\u003e`_ for the nice *CONTRIBUTING.rst* template.\n\nAuthor\n------\n\n* `Zhiwei Zhang \u003chttps://github.com/zhiwei2017\u003e`_ - *Author* / *Maintainer* - `zhiwei2017@gmail.com \u003cmailto:zhiwei2017@gmail.com?subject=[GitHub]Pyckage%20Cookiecutter\u003e`_\n\n\n.. _bandit: https://bandit.readthedocs.io/en/latest/\n.. _mypy: https://github.com/python/mypy\n.. _flake8: https://gitlab.com/pycqa/flake8\n.. _pytest: https://docs.pytest.org/en/stable/\n.. _cookiecutter: https://github.com/cookiecutter/cookiecutter\n.. _pyckage-cookiecutter: https://github.com/zhiwei2017/pyckage-cookiecutter","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhiwei2017%2Fpyckage-cookiecutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhiwei2017%2Fpyckage-cookiecutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhiwei2017%2Fpyckage-cookiecutter/lists"}