Translated using Weblate.
[gammu.git] / README.Python
blob09efaca0193805c312cc6e9f5c24514d3c4aaf13
1 python-gammu
2 ============
4 Python bindings for Gammu library are now part of Gammu source package
5 (in python subdirectory).  They are built automatically if you have
6 installed Python with all needed tools.
8 Homepage
9 ========
11 <http://wammu.eu/python-gammu/>
13 License
14 =======
16 GNU GPL version 2.
18 Documentation
19 =============
21 Please see included python documentation:
22 >>> import gammu
23 >>> help(gammu)
25 Alternatively you can use Sphinx to generate browsable version, which is
26 also available on-line at <http://wammu.eu/docs/manual/>.
28 Feedback and bug reports
29 ========================
31 Any feedback is welcome, see <http://wammu.eu/support/> for information
32 how to contact developers.
34 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us