aio-libs / aio-libs/create-aio-app

need to correct structure to cookiecutter format

Open
#56 8 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
309
Forks
87
PR merge metrics
No merged PRs in 30d

Description

https://github.com/audreyr/cookiecutter#python.

The cookiecutter don't have template for aiohttp in repository, yet. So, i wanna add our template. For that repository need have special structure.
```
hooks/
{project.name}/
cookiecutter.json
```
But for good install package all data need be localise inside same directory. I have two ways:

- split this repository and use as sub-repository (one only for template and second for util)
- do magic with `setup.py`(use `cmdclass` in setup and rewrite some methods)

@jettify @webknjaz what do u think?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.