Skip to main content

The cloud python encryption for your applications !

Project description

Upsonic Phantom

The cloud python encryption for your applications ! Control everything from one place and distribute all clients without effort.

Installation

You can install Upsonic by pip3:

pip3 install upsonic_phantom

Implementing

In this point you can use any Upsonic Cloud.

from upsonic import Upsonic_Cloud
cloud = Upsonic_Cloud("YOUR_CLOUD_KEY")


from upsonic_phantom import Upsonic_Phantom
phantom = Upsonic_Phantom(cloud, "YOUR_ENCRYPTION_KEY")

def my_function():
    return "Hello world"


phantom.register(my_function)
phantom.use("my_function")()
$ Hello world

Contributing

Contributions to Upsonic Phantom are welcome! If you have any suggestions or find a bug, please open an issue on the GitHub repository. If you want to contribute code, please fork the repository and create a pull request.

License

Upsonic Phantom is released under the MIT License.

Contributors

Thank you for your contribution!

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

upsonic_phantom-0.1.0.tar.gz (3.0 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