Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

kivy/p4a-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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 - DEPRECATED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •