Skip to content

webxdc/webxdc-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webxdc development with Python

This is an example project to show how to develop webxdc apps with Python.

Requirements

This project depends on:

Check their documentation to know how to install them.

Building

To convert your Python code to JavaScript, execute:

python -m transcrypt app.py

Testing

After building, you are ready to test the app. The project comes with an small simulator that allows to test your app in your browser, to do it just go to the root of the project and run this command:

python -m http.server

then open in your browser the URL that is displayed in the shell.

Packaging

To use the app in Delta Chat, you need to package it in a .xdc archive, the create-xdc.sh script helps you to do that:

./create-xdc.sh

About

Template project for Webxdc development with Python!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published