Skip to main content

Gammu bindings

Project description

python-gammu

Python bindings for the Gammu library.

https://travis-ci.org/gammu/python-gammu.svg?branch=master https://ci.appveyor.com/api/projects/status/19cefdo79bqrtq8l?svg=true https://api.codacy.com/project/badge/Grade/c7e87df480fb4609aa48482873f5c46b https://coveralls.io/repos/gammu/python-gammu/badge.svg https://scan.coverity.com/projects/4837/badge.svg Liberapay Bountysource PyPI

Homepage

<https://wammu.eu/python-gammu/>

License

Copyright (C) 2003 - 2018 Michal Cihar

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Installing

You can install in a usual way for Python modules using distutils, so use setup.py which is placed in the top level directory:

./setup.py build
sudo ./setup.py install

You can also install it using pip installer:

pip install python-gammu

Requirements

To compile python-gammu, you need Gammu development files (usually shipped as libgammu-dev or gammu-devel in Linux distributions).

The location of the libraries is discovered using pkg-config, GAMMU_PATH environment variable and falls back to generic locations. In case it does not work, either install pkg-config or set GAMMU_PATH.

On Linux something like this should work:

GAMMU_PATH=/opt/gammu python setup.py build

On Windows:

SET GAMMU_PATH="C:\Gammu"
python setup.py build

Documentation

Please see included python documentation:

>>> import gammu
>>> help(gammu)

Alternatively you can use Sphinx to generate browsable version, which is also available on-line at <https://wammu.eu/docs/manual/>.

Feedback and bug reports

Any feedback is welcome, see <https://wammu.eu/support/> for information how to contact developers.

Project details


Release history Release notifications | RSS feed

This version

2.12

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-gammu-2.12.tar.gz (135.4 kB view details)

Uploaded Source

Built Distributions

python_gammu-2.12-cp37-cp37m-win_amd64.whl (556.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

python_gammu-2.12-cp37-cp37m-win32.whl (474.8 kB view details)

Uploaded CPython 3.7m Windows x86

python_gammu-2.12-cp36-cp36m-win_amd64.whl (556.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

python_gammu-2.12-cp36-cp36m-win32.whl (474.8 kB view details)

Uploaded CPython 3.6m Windows x86

python_gammu-2.12-cp35-cp35m-win_amd64.whl (556.9 kB view details)

Uploaded CPython 3.5m Windows x86-64

python_gammu-2.12-cp35-cp35m-win32.whl (474.8 kB view details)

Uploaded CPython 3.5m Windows x86

python_gammu-2.12-cp27-cp27m-win32.whl (486.5 kB view details)

Uploaded CPython 2.7m Windows x86

File details

Details for the file python-gammu-2.12.tar.gz.

File metadata

  • Download URL: python-gammu-2.12.tar.gz
  • Upload date:
  • Size: 135.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python-gammu-2.12.tar.gz
Algorithm Hash digest
SHA256 1129635659d3fe6e467e0f7d2865c419e0878c613c6caa719be3416f3dc3e348
MD5 e199afbdb688329b5aa3379b4df71216
BLAKE2b-256 e59064d9dec9fb58c064eed0144a4c976c7e8b8ba8dd3f23f41ba4eb30a3ea31

See more details on using hashes here.

File details

Details for the file python_gammu-2.12-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: python_gammu-2.12-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 556.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python_gammu-2.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7d1a98f6827d58c4cd6e02feffabca50a035d65f47b1fc731481c0705aee907d
MD5 2f86bde93d110ee6dbf16ade941b8780
BLAKE2b-256 60999aeb7ed213542eba9f0c778d68d39e8da7946e5234a7b5211bc9d08acafa

See more details on using hashes here.

File details

Details for the file python_gammu-2.12-cp37-cp37m-win32.whl.

File metadata

  • Download URL: python_gammu-2.12-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 474.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python_gammu-2.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 26588c7259f8b5107c84039fa1c2bfa9d30db7093af68a7426e15c6c002fd5a7
MD5 5e388aedf09e2a69be648f8775cb062f
BLAKE2b-256 84e2aac96d31e5305934773ca56b513e1f5dd2cf648064cada4eac3b7ec5f9c1

See more details on using hashes here.

File details

Details for the file python_gammu-2.12-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: python_gammu-2.12-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 556.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python_gammu-2.12-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2a1c84bcaf0255cbd9d398838a62296de7534a28da4cdfc8edbd9bb5f8fb685a
MD5 3599f394e7eba1f7049e97b109605d93
BLAKE2b-256 aa2c2070246048e55da548bada3a3a163d701e2210e30f0f2d186936b659f46c

See more details on using hashes here.

File details

Details for the file python_gammu-2.12-cp36-cp36m-win32.whl.

File metadata

  • Download URL: python_gammu-2.12-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 474.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python_gammu-2.12-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 482b0f5ec5768400538d9eac5ab8c5e231fa3d18ddc2eacc49ea09b74cb71908
MD5 f10aa8b144cf474e585e2dbc415738f0
BLAKE2b-256 899152336e0dba38f0a5ac35841ab2f573ce6f5991d579cd32a2026ecdaea0cb

See more details on using hashes here.

File details

Details for the file python_gammu-2.12-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: python_gammu-2.12-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 556.9 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python_gammu-2.12-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 4cf20a89d07c401ce171bcb6059455e89843890b02594d4956cfdc54dcd4e3c3
MD5 d0681ae38cf1bdc5e83241b5f4534048
BLAKE2b-256 82cbf8d30cf8a35acd0db218880b439836796c85997ecc120819dc7dd1c04c2b

See more details on using hashes here.

File details

Details for the file python_gammu-2.12-cp35-cp35m-win32.whl.

File metadata

  • Download URL: python_gammu-2.12-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 474.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python_gammu-2.12-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 131bc99ca337ee6c293df84b20d13647f228a911eafb71eebd7975b99c192275
MD5 a54506c2e8f8c1dd63295200427b3df1
BLAKE2b-256 97ee7248adc2bc27a2120bae0490d28a1b5cdab7ca35331aa7627d4f095ab63d

See more details on using hashes here.

File details

Details for the file python_gammu-2.12-cp27-cp27m-win32.whl.

File metadata

  • Download URL: python_gammu-2.12-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 486.5 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+

File hashes

Hashes for python_gammu-2.12-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 5a39ce1ce8ec4b1749d75e8dec5374492c47b33902e8ed50e8cd7c6577d66932
MD5 ba0971d5377e6a78e183ce467cd1e663
BLAKE2b-256 8e42e4578d85b0ea2566b348a1242995ef78c1292cb64e4a5376c6731b17d618

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page