rambo / kivy-srctest

minimal test app for src project structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srctest

Test Kivy with "src project structure"

Make a new virtualenv then

poetry install
kivysrctest

The above uses the setuptools entrypoint poetry creates

python main.py

Does the same thing but without going through the entrypoint.

I did this because elsewhere I was having weird issues where the setuptools entrypoint would not work but using main.py would, turns out those were due to trying to call init_logging, still don't know why.

Now there's also asyncio based entrypoint (requires git kivy) kivysrctestasync

buildozer / p4a

Comment out the kivy dep in pyproject.toml.

About

minimal test app for src project structure


Languages

Language:Python 100.0%