Skip to main content

A library for creating and working with cloud databases

Project description

PyCloudKit: A Toolkit for building Clouds with Python

Description

PyCloudKit provides a toolkit for building clouds with Python. It includes:

  • A server class for maintaining the cloud
  • A client class for interacting with the cloud

Features

  • Ease of use: PyCloudKit provides a simple interface for creating and managing clouds.
  • Reliability: PyCloudKit provides reliable integration with databases.
  • Speed: PyCloudKit provides fast cloud operations using asynchronous operations.

Examples

Simple cloud creation

from PyCloudKit import CloudServer

server = CloudServer('127.0.0.1', 8080, 'databases/cloud.db')

def main():
    server.start()

if __name__ == '__main__':
    main()

Connecting to the cloud

from PyCloudKit import CloudClient

client = CloudClient('127.0.0.1', 8080)

def main():
    # Задать значение в облаке
    client.set('key', 'value')
    # Получить значение из облака
    value = client.get('key')
    print(value)

if __name__ == '__main__':
    main()

Installation

Pyserver can be installed using pip:

pip install PyCloudKit

Лицензия

Pyserver является открытым проектом. Вы можете получить лицензию на GitHub.

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

pycloudkit-1.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

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