Metadata-Version: 2.1
Name: oraclecloud
Version: 0.2
Summary: Library for Oracle Public Cloud solutions
Home-page: https://github.com/waslleysouza/oraclecloud
Author: Waslley Souza
Author-email: waslleys@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Dist: numpy
Requires-Dist: pycrypto
Requires-Dist: requests

Oracle Public Cloud Python Library
==================================

Python library to consume REST API of Oracle Public Cloud.

Currently the library is tested with Python 2.7, 3.5 and 3.6.

*** UNOFFICIAL Python Library - Not maintained by Oracle ***

Installing
----------

### Install with pip

Use `pip` to install from PyPI.

Python 2:

```sh
pip install oraclecloud
```

Python 3:

```sh
pip3 install oraclecloud
```

Usage
-----

See example of usage in the examples folder.

Author
------

Written by Waslley Souza.

MIT license, all text above must be included in any redistribution

