Skip to main content

ObjectRocket Python Client

Project description

[![Circle CI](https://circleci.com/gh/objectrocket/python-client.svg?style=svg)](https://circleci.com/gh/objectrocket/python-client)
[![codecov.io](http://codecov.io/github/objectrocket/python-client/coverage.svg?branch=master)](http://codecov.io/github/objectrocket/python-client?branch=master)
[![Coverage Status](https://coveralls.io/repos/objectrocket/python-client/badge.svg?branch=master&service=github)](https://coveralls.io/github/objectrocket/python-client?branch=master)

ObjectRocket Python Client
==========================
ObjectRocket API interface library for Python.

**NOTICE:** this client is still undergoing intial stages of development, and some public interfaces may change as development continues. We will increment the version of this package to 1.0.0 once the public interface to this library is deemed stable.

### examples
To use the library, simply do the following:

```python
>>> import objectrocket

>>> client = objectrocket.Client()
>>> client.authenticate('<username>', '<password>')

# Create a new instance.
>>> client.instances.create(name='instance0', size=5, zone='US-West'
<MongodbInstance {...} at 0x10aedb990>

# Get an instances object.
>>> client.instances.get('instance0')
<MongodbInstance {...} at 0x10aedb980>

# Get all instances.
>>> client.instances.all()
[<MongodbInstance {...} at 0x10aedb980>]
```

### installation
```bash
pip install objectrocket
```

### development
#### test
Testing against local you will want to export a couple environment variables:

```bash
export OR_DEFAULT_API_URL='http://localhost:5050/v2/'
export OR_DEFAULT_ADMIN_API_URL='http://localhost:5050/admin/'
```

Before you push your code, run `tox` from the top level directory. If errors
are reported, fix them.

#### coverage
To receive a test coverage report, run `tox -e coverage` from the top level directory.

#### pypi build
Pushing a tag following the pattern `/^[0-9]+.[0-9]+.[0-9]+$/` will automatically trigger a new version of the client to be built and uploaded to [pypi](https://pypi.python.org). A pattern of `/^[0-9]+.[0-9]+.[0-9]+-rc[0-9]+$/` will cause it to be pushed to [testpypi](https://testpypi.python.org).

#### documentation
To build the documentation, invoke `tox -e docs` from the top level directory.
The HTML index can then be found at `docs/build/html/index.html`.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

objectrocket-0.4.3-py2.py3-none-any.whl (18.9 kB view details)

Uploaded Python 2 Python 3

objectrocket-0.4.3-py2.7.egg (37.0 kB view details)

Uploaded Source

File details

Details for the file objectrocket-0.4.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for objectrocket-0.4.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2aa48d502d07613c1d98ff450e6caa880a4d1845336c53d16ec5ffcffcf3c370
MD5 78c67b49f4ab384ae6c0f1b227d0a6c5
BLAKE2b-256 6bc44ef11f47fd7f4d3a6345cc163c4a1114e89031227457ae1dfcecbe5f4328

See more details on using hashes here.

Provenance

File details

Details for the file objectrocket-0.4.3-py2.7.egg.

File metadata

File hashes

Hashes for objectrocket-0.4.3-py2.7.egg
Algorithm Hash digest
SHA256 d6d4032d3fe28269d289aaacd9d866379722d27130bda8a0a9a9d7b8fb03381e
MD5 8cfc53297b95655ab9c4d94b14c1a9c7
BLAKE2b-256 d12e6db5de1a6531727c9e53804d7662e56d25b72b0a37770b0f70181eb289b5

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page