aahnik / pyproject

A highly opinionated but generic python project template for building a wide range of python applications or libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide a simple example of use with classes πŸ‘πŸ»

oijkn opened this issue Β· comments

commented

Could you provide an example of a Poetry project with a structure like below ?

β”œβ”€β”€ src
β”‚   └── pyproject
β”‚       β”œβ”€β”€ classes
β”‚       β”‚   β”œβ”€β”€ class.py
β”‚       β”‚   └── __init__.py
β”‚       β”œβ”€β”€ execptions
β”‚       β”‚   β”œβ”€β”€ execption.py
β”‚       β”‚   └── __init__.py
β”‚       β”œβ”€β”€ __init__.py
β”‚       β”œβ”€β”€ module.py
β”‚       └── py.typed