Skip to content

chrmorais/p4a-cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build cloud for Python for android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.3%
  • Python 39.5%
  • CSS 6.5%
  • JavaScript 1.6%
  • Shell 0.1%