Wieder was gelernt

BeeWare Tutorial

2024-12-16 (Monday)
Tags: packaging desktop mobile SPA

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.

buildozer

2024-12-16 (Monday)
Tags: Python packaging Android iOS Windows OSX Linux

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.

CPack

2024-10-09 (Wednesday)
Tags: packaging windows

https://cmake.org/cmake/help/book/mastering-cmake/chapter/Packaging%20With%20CPack.html

Python Packaging

2022-03-10 (Thursday)
Tags: python packaging PyPI

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/*

A Python Package Developer’s Cheat Sheet

2021-01-04 (Monday)
Tags: python packaging development testing

A Python Package Developer’s Cheat Sheet