Deploy Android apps written in Python
Project description
Cowpox
Deploy Android apps written in Python
Quick start
- To simply use Cowpox you shouldn't need to build anything as an image is available on Docker Hub
- See android-hello-world for an example project that Cowpox can turn into an Android APK
Install
These are generic installation instructions.
To use, permanently
The quickest way to get started is to install the current release from PyPI:
pip3 install --user Cowpox
To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
python3 -m venv venvname
venvname/bin/pip install Cowpox
. venvname/bin/activate
To develop
First clone the repo using HTTP or SSH:
git clone https://github.com/combatopera/Cowpox.git
git clone git@github.com:combatopera/Cowpox.git
Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:
python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify Cowpox
python3 -m venv venvname
venvname/bin/pip install -e Cowpox
. venvname/bin/activate
Commands
Cowpox
Build APK for project.
Cowpox-servant
Containerised component, not for direct invocation.
Licensing
- Cowpox as a whole is provided under the terms of the GPL, see COPYING
- The MIT tree is additionally/instead provided under LICENSE.kivy
- This covers all Cowpox code that can end up in your APK
- Cowpox is in essence a heavily refactored Buildozer and python-for-android, without which it would not exist
Contact
- DMs open @Cowpox2020
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Cowpox-6.tar.gz
(41.2 kB
view details)
Built Distribution
Cowpox-6-py3-none-any.whl
(84.9 kB
view details)
File details
Details for the file Cowpox-6.tar.gz
.
File metadata
- Download URL: Cowpox-6.tar.gz
- Upload date:
- Size: 41.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c34cde32292dfd74a112a47b7d444ca86c0387b5dba91aa8457759cede4af25e |
|
MD5 | d986b91e76b464fba709c3eeb0735d48 |
|
BLAKE2b-256 | 8825622600a5df6bc400618075d59d8186f1b2a25d439b1ec1696f7a753231ba |
File details
Details for the file Cowpox-6-py3-none-any.whl
.
File metadata
- Download URL: Cowpox-6-py3-none-any.whl
- Upload date:
- Size: 84.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37f6d43723f886c6dcd7764abe8eafca7b3fff526c9f2921a9d7ce33d4fe29d5 |
|
MD5 | 377d4906c50bc910eb1eea7148b641d1 |
|
BLAKE2b-256 | 94c95e75dadcaa7d8f5d596e2de0875ef24b2f9ae25afe8d56820ef431ac1d96 |