Gammu bindings
Project description
python-gammu
Python bindings for the Gammu library.
Homepage
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for python_gammu-3.1-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a141cd44e5482d99afd0a1f5f81df0582fd3915bf642f77e956efb21b98e3c8 |
|
MD5 | af1c04c15db7e7b07efd974949ad1951 |
|
BLAKE2b-256 | be26d02fe8a7f6701ff80593c162b1540e93ba51bac9b8b8227085a7c30e3dbd |
Hashes for python_gammu-3.1-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed6e8e232577fa3096cfa5fddc566572a03733569c4bfa16648c4328202f046e |
|
MD5 | bda1d3dfdc36c9ed06afddd9e032ce8d |
|
BLAKE2b-256 | 6d71a35c7d4ac3792fd68de0afc280e55c0930ebf309a33171bac14747dc583b |
Hashes for python_gammu-3.1-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f715ac477645667c4d60f0f22b08b10fd335e4eeb3d3a9baba5362b83c2e236 |
|
MD5 | e1b5d7ed81a616ce28a45f0589a7757c |
|
BLAKE2b-256 | aa74364b8f8e27f9e5bfa9610620d4ec522e7da83f2c6049bcf4cbfe4d382135 |
Hashes for python_gammu-3.1-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eaa327be2e2991da42666762443277660d22245a8de1f1528af013397d6bebf |
|
MD5 | db15a0c97de3a132d97b7a7a797ee212 |
|
BLAKE2b-256 | 0ec943956df0dd9d7f99c6616b10130a745116a3056938cc650869daa0db6347 |
Hashes for python_gammu-3.1-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 755ad75eef065c711ee2ed998d3127a51fe7db00d6d126d2c381b66154969f17 |
|
MD5 | a3db7118382c9cf45ecb5cba4243b23b |
|
BLAKE2b-256 | 1993753298846eeec734aeac0337df1ee86ae9a5ae30b1f5ae9c2f9c7f73e55c |
Hashes for python_gammu-3.1-cp36-cp36m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 607dd2583380d01dc6c704497ee05f54ebf99fd79e4d799fb85f56b9ab02963f |
|
MD5 | 3ad9c0574bfdca6d2b5275f538ee31cc |
|
BLAKE2b-256 | 35d28085dd36f2e9eb10d7d58e8a37f97eee6d65db789338c8f7a7ab33b1adbb |
Hashes for python_gammu-3.1-cp35-cp35m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19535bf7886cbe6a0cc1727b6c6802c8550f9908e0ea5d7a20bf1dda1f5aaf00 |
|
MD5 | fbda71ea191b2754a244a61a85015da1 |
|
BLAKE2b-256 | cc2b7c18d78e66caf93e055c96dee7d344546c06c41b591a158a0ed9ddfa792f |
Hashes for python_gammu-3.1-cp35-cp35m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1de97a2fdce8c990054e12e86de4d83b6a2408594d876631cc67facbbbc65cb6 |
|
MD5 | 5d536d9694ef54928a2be4abf1cfdb03 |
|
BLAKE2b-256 | 4754ab3ac5a9d0719d972ed6d2ef1673acbaf320bfdffb92df368476271a67a6 |