Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kivy/p4a-cloud
Build cloud for Python for android - DEPRECATED
https://github.com/kivy/p4a-cloud
Last synced: 3 months ago
JSON representation
Build cloud for Python for android - DEPRECATED
- Host: GitHub
- URL: https://github.com/kivy/p4a-cloud
- Owner: kivy
- License: mit
- Archived: true
- Created: 2012-02-03T18:24:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T19:44:14.000Z (over 7 years ago)
- Last Synced: 2024-04-14T11:01:22.583Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 178 KB
- Stars: 22
- Watchers: 18
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 jobMaster 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