Metadata-Version: 2.4
Name: odorik
Version: 0.5
Summary: Python module for Odorik API.
Home-page: http://cihar.com/software/odorik/
Download-URL: https://pypi.python.org/pypi/odorik
Author: Michal Čihař
Author-email: michal@cihar.com
License: GPLv3+
Keywords: odorik
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Internet
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE
Requires-Dist: pyxdg
Requires-Dist: python-dateutil
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

Python module for Odorik API
============================

.. image:: https://travis-ci.org/nijel/odorik.svg?branch=master
    :target: https://travis-ci.org/nijel/odorik
    :alt: Build Status

.. image:: https://landscape.io/github/nijel/odorik/master/landscape.svg?style=flat
    :target: https://landscape.io/github/nijel/odorik/master
    :alt: Code Health

.. image:: http://codecov.io/github/nijel/odorik/coverage.svg?branch=master
    :target: http://codecov.io/github/nijel/odorik?branch=master
    :alt: Code coverage

.. image:: https://img.shields.io/pypi/dm/odorik.svg
    :target: https://pypi.python.org/pypi/odorik
    :alt: PyPI package

.. image:: https://hosted.weblate.org/widgets/odorik/-/svg-badge.svg
    :alt: Translation status
    :target: https://hosted.weblate.org/engage/odorik/?utm_source=widget

Documentation
-------------

See http://odorik.readthedocs.org/en/latest/ for module documentation.

See http://www.odorik.cz/w/api for API documentation.

Installation
------------

Use pip to install::

    pip install odorik

Command line utility
--------------------

The module comes with handy command line utility::

    $ odorik balance
    balance: 123.45

    $ odorik mobile-data --phone 00420789123456
    bytes_total: 111593707
    bytes_down: 87039672
    bytes_up: 24554035
    price: 0

    $ odorik send-sms 00420789123456 "Ahoj, jak se mas?"

    $ odorik summary
    Pepa
    id: 716000
    public_number: 00420789789789
    call_count: 58
    sms_count: 42
    bytes_total: 145921813
    data_price: 0.01
    call_price: 24.28
    sms_price: 12.31
    price: 36.59

    Franta
    id: 717000
    public_number: 00420789123456
    call_count: 11
    sms_count: 0
    bytes_total: 0
    data_price: 0
    call_price: 2.20
    sms_price: 0
    price: 2.20


See http://odorik.readthedocs.org/en/latest/command.html for more information.
