Metadata-Version: 1.1
Name: python-gammu
Version: 2.2
Summary: Gammu bindings
Home-page: http://wammu.eu/python-gammu/
Author: Michal Čihař
Author-email: michal@cihar.com
License: GPLv2
Download-URL: http://wammu.eu/download/gammu/
Description: python-gammu
        ============
        
        .. image:: https://travis-ci.org/gammu/python-gammu.svg?branch=master
            :target: https://travis-ci.org/gammu/python-gammu
        
        .. image:: https://www.codacy.com/project/badge/c7e87df480fb4609aa48482873f5c46b
            :target: https://www.codacy.com/public/michal_2/python-gammu_2
        
        .. image:: https://scrutinizer-ci.com/g/gammu/python-gammu/badges/quality-score.png?b=master
           :target: https://scrutinizer-ci.com/g/gammu/python-gammu/?branch=master
        
        .. image:: https://landscape.io/github/gammu/python-gammu/master/landscape.svg?style=flat
           :target: https://landscape.io/github/gammu/python-gammu/master
        
        .. image:: https://coveralls.io/repos/gammu/python-gammu/badge.svg
            :target: https://coveralls.io/r/gammu/python-gammu
        
        .. image:: https://buildtimetrend.herokuapp.com/badge/gammu/python-gammu/latest
            :target: https://buildtimetrend.herokuapp.com/dashboard/gammu/python-gammu
        
        .. image:: https://scan.coverity.com/projects/4837/badge.svg
            :target: https://scan.coverity.com/projects/4837
        
        .. image:: https://img.shields.io/gratipay/Gammu.svg
            :alt: Gratipay
            :target: https://gratipay.com/Gammu/
        
        .. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
            :alt: Bountysource
            :target: https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
        
        .. image:: https://img.shields.io/pypi/dm/python-gammu.svg
            :alt: PyPI
            :target: https://pypi.python.org/pypi/python-gammu/
        
        Python bindings for Gammu library.
        
        Homepage
        ========
        
        <http://wammu.eu/python-gammu/>
        
        License
        =======
        
        GNU GPL version 2.
        
        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) and pkg-config,
        which is used to discover location of dependencies.
        
        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 <http://wammu.eu/docs/manual/>.
        
        Feedback and bug reports
        ========================
        
        Any feedback is welcome, see <http://wammu.eu/support/> for information
        how to contact developers.
        
Keywords: mobile,phone,SMS,contact,gammu,calendar,todo
Platform: Linux
Platform: Mac OSX
Platform: Windows XP/2000/NT
Platform: Windows 95/98/ME
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Microsoft :: Windows :: Windows 95/98/2000
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: C
Classifier: Topic :: Communications :: Telephony
