Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kivy/p4a-cloud

Build cloud for Python for android - DEPRECATED
https://github.com/kivy/p4a-cloud

Last synced: 19 days ago
JSON representation

Build cloud for Python for android - DEPRECATED

Awesome Lists containing this project

README

        

P4A Build Cloud
===============

This project is aimed to provide a build cloud architecture for submitting
python application to convert to APK.

.. warning::

Development version, use with care.

How it's working
----------------

The project is composed of:

- master: serve the webpage, got an API for job submission, and read builder
logs
- slave: a builder that read a job, do it, and post the result back to master
- p4a-build: command line tool for submitting a job

Master and slave are communicating with `hotqueue
`_: a queue message based on `Redis
`_.

Master needs: flask, requests, sqlalchemy, wtforms, hotqueue
Slave needs: hotqueue, requests
p4a-build needs: requests