Metadata-Version: 2.1
Name: Cowpox
Version: 1
Summary: Deploy Android apps written in Python
Home-page: https://github.com/combatopera/Cowpox
Author: Andrzej Cichocki
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: aridity (>=45)
Requires-Dist: chromalog (>=1.0.4)
Requires-Dist: Cython (>=0.29.20)
Requires-Dist: diapyr (>=18)
Requires-Dist: jproperties (>=2.1.0)
Requires-Dist: lagoon (>=19)
Requires-Dist: networkx (>=2.4)
Requires-Dist: packaging (>=20.4)
Requires-Dist: setuptools (>=44.1.1)

# 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](https://hub.docker.com/r/combatopera/cowpox)
* See [android-hello-world](https://github.com/combatopera/android-hello-world/blob/trunk/README.md) for an example project that Cowpox can turn into an Android APK
## Licensing
* Cowpox as a whole is provided under the terms of the GPL, see [COPYING](COPYING)
* The [MIT](MIT) tree is additionally/instead provided under [LICENSE.kivy](LICENSE.kivy)
  * This covers all Cowpox code that can end up in your APK
* Cowpox is in essence a heavily refactored [Buildozer](https://github.com/kivy/buildozer) and [python-for-android](https://github.com/kivy/python-for-android), without which it would not exist
## Contact
* DMs open [@Cowpox2020](https://twitter.com/Cowpox2020)


