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.2.4-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3b2d6424721affd3e95e26b0686a2347775d8d3790d7dd512766f8e3465bef6 |
|
MD5 | f41c946c6d11b2b2c4a266917a3684b4 |
|
BLAKE2b-256 | 44b2747d8c29ae560786c55c0fa89dc037d4490e7974431260f2daf685e487a1 |
Hashes for python_gammu-3.2.4-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecd384b41e5ecf87470295eb7c3662b661f2db3c501badfbd1dc74196b42e915 |
|
MD5 | 186980a9c16f3985bc3852ded356fe49 |
|
BLAKE2b-256 | e272db57577e87bbf792c0d1e2913a1172e5385009017730f81e4736caf45d67 |
Hashes for python_gammu-3.2.4-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e931347c0301f59a08d9c69814ddfec0a3eb7a6d7e0147b0f8bd19a7dee72b15 |
|
MD5 | 27eba236d018a7ba59b82af406f1a453 |
|
BLAKE2b-256 | 8a8ac9d4abcc16a1f2924065fa52c6ac58ea33d974bc5d8a634082b1af14fa20 |
Hashes for python_gammu-3.2.4-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed605bc10d7c9f8b6b905acf04151da5d5cf15ff4f88daa827719f8b5f681062 |
|
MD5 | e88f58cefc9e3d48d37ceb4afacc7374 |
|
BLAKE2b-256 | 7e21e398325aebbe07c523a0acfde19508bff1bd345ab888af7c413cd7a64c53 |
Hashes for python_gammu-3.2.4-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6450c291fe5e2005c58e8b2546ea342d1596f22edc480d6903a85859d9dbb29d |
|
MD5 | bb824fafc0e538d54c53cc31f3fde827 |
|
BLAKE2b-256 | 1cd0c3be1cb92db04209ea0606f5d2356fc4d122e5b20515c41923924f0f5f3c |
Hashes for python_gammu-3.2.4-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53441feca21fb794b7440cef95241e40ed3cceda527b43cb3260cfb7e968333f |
|
MD5 | dafe9634149543bad530f92d7777c160 |
|
BLAKE2b-256 | 4ee07cc6eb7317a4c90e0f03643d5b6c24c555ca156d1b962e4e075efa6d26fc |
Hashes for python_gammu-3.2.4-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cec3f63a67c251568c6be11f5d6f410b4add15b7fc429b63a7d13af5e6cf2ace |
|
MD5 | 5a87e6990278bdf82e7ccd50d1c9b904 |
|
BLAKE2b-256 | 93062ac67b2c31d908b1e52efe1295a9032504811555b2d0ae5ca45aa0438f3b |
Hashes for python_gammu-3.2.4-cp36-cp36m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eab57406c3016cbb2848487ab773803d7c5564474023e1ef730bf6518ff2bbc8 |
|
MD5 | 5a42180a6792502dda31084d203fd6da |
|
BLAKE2b-256 | 9a8abec3491b6c351e500fa3acb7643641e7205237b4e54f4c5ea726ac600b99 |