2024-12-16 (Monday)
Welcome to the BeeWare Tutorial!
In this tutorial, we’re going to build a graphical user interface using Python, and deploy it as a desktop application, as a mobile application, and as a single page web app. We’ll also look at how you can use BeeWare tools to perform some of the common tasks that you’ll need to do as an app developer, such as testing your app.
2024-12-16 (Monday)
buildozer
Buildozer is a tool for creating application packages easily.
The goal is to have one “buildozer.spec” file in your app directory, describing your application requirements and settings such as title, icon, included modules etc. Buildozer will use that spec to create a package for Android, iOS, Windows, OSX and/or Linux.
2024-10-09 (Wednesday)
https://cmake.org/cmake/help/book/mastering-cmake/chapter/Packaging%20With%20CPack.html
2022-03-10 (Thursday)
Direkt-Installation aus dem Working Directory:
pip install . (pip install -e . funktioniert nicht mit setup.cfg, nur mit setup.py)
Packages bauen:
python3 -m build Uploaden:
twine upload dist/*
2021-01-04 (Monday)
A Python Package Developer’s Cheat Sheet