Clifold

Latest version: v0.2.9

Safety actively analyzes 621041 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.9

Add `Default: True` of some commands in help messages

0.2.8

This is the first stable release of Clifold - 🚀 A CLI tool for scaffolding any Python Projects 🚀

Included features:
- Create virtual environment
- Prompt user to install packages they want or no prompt
- Git initialization or no git initialization
- Init setup.py & .gitignore or no init
- Scaffold python project structure

For eg, let's `demo` be project name.
Then, the project structure will be scaffolded like this.

demo-venv
|-- bin
|-- lib
|-- include
|-- pyvenv.cfg
|-- demo
|-- demo
|-- __init__.py
|-- main.py
|-- tests
|-- __init__.py
|-- test_main.py
|-- .gitignore
|-- MANIFEST.in
|-- README.md
|-- setup.py

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.