Skip to content

mathiasgredal/my_python_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Python App

This is a simple example on how to have a plugin system with python.

Getting started:

With python installed you can build all the plugins and run the project with:

> python3.11 -m venv venv
> source venv/bin/activate # or venv\Scripts\activate on windows
> pip install -e ".[dev]"
> make dev
2023-03-03 02:18:51,685 [INFO] root: Starting program...
2023-03-03 02:18:51,685 [INFO] root: Loading plugins...
2023-03-03 02:18:51,696 [INFO] root: Player plugin, got number from common: 12

You can run linting with: make lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published