A dependency for IBM Bluemix Object Storage
Project description
nameko-objectstorage
=================
A IBM Bluemix Object Storage dependency for `nameko <http://nameko.readthedocs.org>`_, enabling services to interface with object storage containers and objects. Future improvements are full support for open stack object storage in general.
Usage
-----
.. code-block:: python
from nameko_objectstorage import ObjectStorage
class Service:
storage = ObjectStorage()
@event_handler("dispatcher", "topic")
def handler(self, payload):
obj = self.storage.get_object(container, object_name)
# Do stuff with object
...
To-Do
-----
1. Write tests!
2. Implement support for native open stack.
=================
A IBM Bluemix Object Storage dependency for `nameko <http://nameko.readthedocs.org>`_, enabling services to interface with object storage containers and objects. Future improvements are full support for open stack object storage in general.
Usage
-----
.. code-block:: python
from nameko_objectstorage import ObjectStorage
class Service:
storage = ObjectStorage()
@event_handler("dispatcher", "topic")
def handler(self, payload):
obj = self.storage.get_object(container, object_name)
# Do stuff with object
...
To-Do
-----
1. Write tests!
2. Implement support for native open stack.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nameko-objectstorage-0.1.3.tar.gz.
File metadata
- Download URL: nameko-objectstorage-0.1.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c60227b25d9c9abfda59cabe10cb20c58e426f717096d57078e1a327e963922d
|
|
| MD5 |
5298a1337e4b5944a8585a07377492ce
|
|
| BLAKE2b-256 |
45debbb51d4e202b06b6c706584d46ccc5c77b1c93d131eadc95710a726b1b5a
|
File details
Details for the file nameko_objectstorage-0.1.3-py3-none-any.whl.
File metadata
- Download URL: nameko_objectstorage-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59efb7c052a57a74b4c048941ae6c3301d17517f782cef28104ad7d6672c69fc
|
|
| MD5 |
06fea5d2125bd29185a4baaea3a05970
|
|
| BLAKE2b-256 |
71713137c9bcd4ab244b199a489101241641fc15900f422a44c458c907f72487
|