Skip to content

Missing template structure #6

@h-chmeruk

Description

@h-chmeruk

The project is missing the structure that the packages created with the template will have. I suggest creating a branch with a more or less finished structure and creating each other branch based on that parent branch.

I would suggest adding the following folders and files to the template folder:
.circleci/, .github/, docs/, tests/, {{project_slug}}/, LICENSE, pyproject.toml.jinja, README.md.jinja

template-pyfar-package/
├── template
│   ├── {{project_slug}}
│   │   └── __init__.py
│   ├── .circleci/
│   ├── .github/
│   ├── tests/
│   ├── docs/
│   ├── pyproject.toml.jinja
│   ├── README.md.jinja
│   └── ...  
│
├── tests/
│   ├── conftest.py
│   └── test_copier.py
│
├── docs/
│   ├── modules/
│   ├── Makefile
│   ├── api_reference.rst
│   ├── conf.py
│   ├── contributing.rst
│   └── ...  
│
├── .github/
│   ├──  workflows/
│   └── ...  
├── pyproject.toml  
├── README.md
├──  copier.yml
└── ...  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions