|
1 | 1 | # Python for Android
|
2 | 2 |
|
3 |
| -Python for android is a project to create your own Python distribution |
| 3 | +Python for Android is a project to create your own Python distribution |
4 | 4 | including the modules you want, and create an apk including python,
|
5 | 5 | libs, and your application.
|
6 | 6 |
|
@@ -98,3 +98,42 @@ Original reference commit of p4a master was
|
98 | 98 | this need adding to the new toolchain. Some of the major later
|
99 | 99 | additons, including ctypes in the python build, have already been
|
100 | 100 | merged here.
|
| 101 | + |
| 102 | +Support |
| 103 | +------- |
| 104 | + |
| 105 | +If you need assistance, you can ask for help on our mailing list: |
| 106 | + |
| 107 | +* User Group : https://groups.google.com/group/kivy-users |
| 108 | +* Email : kivy-users@googlegroups.com |
| 109 | + |
| 110 | +We also have an IRC channel: |
| 111 | + |
| 112 | +* Server : irc.freenode.net |
| 113 | +* Port : 6667, 6697 (SSL only) |
| 114 | +* Channel : #kivy |
| 115 | + |
| 116 | +Contributing |
| 117 | +------------ |
| 118 | + |
| 119 | +We love pull requests and discussing novel ideas. Check out our |
| 120 | +[contribution guide](http://kivy.org/docs/contribute.html) and |
| 121 | +feel free to improve Python for Android. |
| 122 | + |
| 123 | +The following mailing list and IRC channel are used exclusively for |
| 124 | +discussions about developing the Kivy framework and its sister projects: |
| 125 | + |
| 126 | +* Dev Group : https://groups.google.com/group/kivy-dev |
| 127 | +* Email : kivy-dev@googlegroups.com |
| 128 | + |
| 129 | +IRC channel: |
| 130 | + |
| 131 | +* Server : irc.freenode.net |
| 132 | +* Port : 6667, 6697 (SSL only) |
| 133 | +* Channel : #kivy-dev |
| 134 | + |
| 135 | +License |
| 136 | +------- |
| 137 | + |
| 138 | +Python for Android is released under the terms of the MIT License. Please refer to the |
| 139 | +LICENSE file. |
0 commit comments