Metadata-Version: 2.4
Name: backgen
Version: 0.1
Summary: Générateur de structure de projet backend
Home-page: https://github.com/Jeck0v/Backend-generator
Author: Jeck0v
Author-email: sixen.siteweb@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: fastapi
Requires-Dist: pytest
Dynamic: requires-dist


# <p align="center">Backend-Generator</p>
  
The aim of the application is to run a command in the terminal to create a project folder with everything you need for a back-end project in Python.

The current key commands are:
 ```bash
backgen --help
```
 ```bash
backgen create-project {name_of_project}
```
 ```bash
backgen generate-doc
```
 ```bash
backgen lint-code
```
 ```bash
backgen security-check
```
At the moment we're only in the testing phase, I'm working on the project solo, but if you want to join me, no worries :)
This is just a first version, I have lots of ideas for future additions.

[The Project](https://github.com/Jeck0v/Backend-generator)
