Skip to content

binaondrej/PyConsoleAppBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Console App Base

Installation

Requires python >=3.12

From internet

pip install "https://github.com/binaondrej/PyConsoleAppBase/releases/download/release-1.0.4/ConsoleAppBase-1.0.4-py3-none-any.whl"

From local file

pip install ConsoleAppBase-1.0.4-py3-none-any.whl

One installation in environments
You can install this package globally (--break-system-packages flag may be helpful) and then when creating environments, you can add --system-site-packages flag. This flag will make global packages available in created environment.

python -m venv --system-site-packages <venv-name>

Source files

Source files can be found at src/ConsoleAppBase/ direcotry.

Example

Example of usage Console App Base can be found at example/ direcotry.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks