Metadata-Version: 2.1
Name: cloudlink
Version: 0.1.1
Summary: Server-side code for a powerful Scratch 3.0 websocket extension.
Home-page: https://github.com/MikeDev101/cloudlink
Author: MikeDev101
Author-email: mikierules109@gmail.com
License: Unlicense
Keywords: scratch,cloud variable,cloud variables,cloudlink,scratch3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: websocket-server
Requires-Dist: websocket-client

### CloudLink

CloudLink is a high-speed, reliable, and custom websocket extension for Scratch 3.0, with server code that runs on Python.
It permits cross-project (as well as cross-program) cloud variables.
It also enables full-duplex networking and limitless possibilities for Scratch 3.0 projects.

Example usage:
```
from cloudlink import CloudLink

cl = CloudLink()
cl.host(3000) # Hosts CloudLink in Server Mode on ws://localhost:3000/
```

Please report any bugs you find to the official [GitHub repository](https://github.com/MikeDev101/cloudlink/issues) or on
my [Scratch profile.](https://scratch.mit.edu/users/MikeDEV/)

