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!
Release files for upsonic-phantom 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| upsonic_phantom-0.1.0.tar.gz | 3.0 kB | Details |
Release files / upsonic_phantom-0.1.0.tar.gz
| Download URL | upsonic_phantom-0.1.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d133f1f72a4a4f168e58ceca3e5fd313b2f436e3bc8f7abb46da6a937cc035e1
|
|
BLAKE2b-256 checksum How to use checksums |
68fb72a5e4f6c676333f21b3144367608ec92a7e0f3176795651a0eb52c6ca6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.18
|