Metadata-Version: 2.0
Name: umb
Version: 1.0.1
Summary: UMB information system's private API based on their mobile application
Home-page: https://github.com/fadhiilrachman/UMBPrivateAPI
Author: Fadhiil Rachman
Author-email: fadhiilrachman@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Communications :: Chat
Requires-Dist: future
Requires-Dist: requests

.. contents::

UMB information system's private API

**Homepage**: https://github.com/fadhiilrachman/UMBPrivateAPI

Requirements
============
The UMB module only requires Python 3

Installation
============
Installation is simple. It can be installed from pip using the following
command::

    $ pip install umb

Or from the terminal::

    $ python setup.py install

Usage
============
::

    >>> from umb import *
    >>> umb = UMB()
    >>> login = umb.login('username', 'password')
    >>> log(login.json)

All examples can be found `here <https://github.com/fadhiilrachman/UMBPrivateAPI/tree/master/examples>`_.

