Skip to main content

platform for interacting with omnicloud

Project description

Omnicloud.Airport

Omnicloud.Airport is a Python package for handling data transfer to and from cloud storage providers. It provides a set of classes that implement a common interface for working with cloud storage, making it easy to switch between providers and abstract classes for extending self.


Conception

Terminal

It is an object that provides cloud related features to existing objects. For example:

  • omnicloud.airport.terminals.Dict contains methods for processing dictionary;
  • omnicloud.airport.terminals.Pickle - for handling a pickle object.

Every terminal is inherited fom his based object: Dict from dict, Pickle from pickle, so you can use it in your code directly.

Each terminals contains one or more Gates.

Gate

Gate is a object that interacts with single cloud.

  • omnicloud.airport.terminals.Dict.GStorageJSON - with JSON files at the Google Cloud Storage bucket;
  • omnicloud.airport.terminals.Dict.LocalJSON - with local file.

Addons

The omnicloud.airport is a platform additional terminals or gates can be installed into that.

For more information please read the developer docs.

Filling with objects

The base package omnicloud.airport contains terminals for object from a pretty python only and gates for local files to theme.

If you need more please install additional packages. For example omnicloud-airport-dict-gcs to get a gate to Google Cloud Storage for dictionary or omnicloud-airport-pydantic to get a terminal for pydantic.

Installation & usage

pip3 install --upgrade omnicloud-airport
from omnicloud.airport.terminals import Dict

test_dict = {}
Dict(test_dict).departure('LocalJSON::/tmp::ensure_ascii=False', 'file_name.json')

The first argument of the method departure is a "waybill". The second is a filename.

The waybill is a specification for processing data in string format that contains three elements separated by "::":

  1. name of class that represented needs gate;

  2. the place for saving to;

  3. additional options in format "key=value||key=value||key=b64:..."; it is optional argument.

As a waybill well as filename can contains a part of path:

Dict(test_dict).departure('LocalJSON::/tmp/a::ensure_ascii=False', 'file.json')
Dict(test_dict).departure('LocalJSON::/tmp::ensure_ascii=False', 'a/file.json')

Both command in the tutorial above save a data to file "/tmp/a/file.json"

For interaction with different storage (cloud provider) you have to change waybill in your config or environment variable:

pip3 install omnicloud-airport-gcp

then

Dict(test_dict).departure('GStorageJSON::gs://bucket::ensure_ascii=False||key_file=...', 'a/file.json')

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

omnicloud_airport-0.0.1rc6.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

omnicloud_airport-0.0.1rc6-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file omnicloud_airport-0.0.1rc6.tar.gz.

File metadata

  • Download URL: omnicloud_airport-0.0.1rc6.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.1 CPython/3.10.10 Linux/5.15.0-1034-azure

File hashes

Hashes for omnicloud_airport-0.0.1rc6.tar.gz
Algorithm Hash digest
SHA256 b40b716da1e0fbecfaf978eca7b21f85f3eb34a327be9ed73c5c476e11ce30ea
MD5 28947c945b05c92f4ea7c1f4b3c438b3
BLAKE2b-256 83a7de679eed4ae8d791b39a42c385cd42c8cd3da2361da4651017bbb0b6607d

See more details on using hashes here.

File details

Details for the file omnicloud_airport-0.0.1rc6-py3-none-any.whl.

File metadata

File hashes

Hashes for omnicloud_airport-0.0.1rc6-py3-none-any.whl
Algorithm Hash digest
SHA256 4ec1bd7f66489f2ba9b2933b5944eb3bab8fed96eb73dab0f9cd5b84e75d41e2
MD5 2b9abe24e42992e6d25190d0f40fe0e2
BLAKE2b-256 2a299936cb41a8ad2b2eb8554b6a3100d49dc367117075f46fe8c401ebc22a14

See more details on using hashes here.

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