Skip to content

JacenFossey/smack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smack

Smack is a cli application that generates package folder structures for packages based on PyPi specifications

Installation

pip install smack

Usage

smack [project-name]

Folder structure

[name]_project/ 
├─ src/
│  ├─ [name]/
│  │  ├─ __init__.py
│  │  ├─ [name].py
├─ tests/
├─ LICENSE
├─ pyproject.toml
├─ README.md

About

CLI App to generate package folder structure

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages