Code Monkey home page Code Monkey logo

python-gammu's Introduction

python-gammu

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://scrutinizer-ci.com/g/gammu/python-gammu/badges/quality-score.png?b=master https://landscape.io/github/gammu/python-gammu/master/landscape.svg?style=flat Gratipay Bountysource PyPI

Python bindings for Gammu library.

Homepage

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

License

Copyright (C) 2003 - 2017 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.

python-gammu's People

Contributors

nijel avatar demank avatar sihar avatar gsavix avatar yarons avatar readmanr avatar stefanbosak avatar rimy avatar falbot avatar severense avatar trimbilrepo avatar dannybeckett avatar bourock avatar fenio avatar weblate avatar phcoder avatar fitojb avatar samejo avatar ekacnet avatar haaninjo avatar nmarci1 avatar ruleant avatar jnavila avatar panos78 avatar rmathias avatar mashtullah avatar sorenjorvang avatar spqrobin avatar npitre avatar lordark666 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.