https://github.com/upsonic/phantom
https://github.com/upsonic/phantom
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upsonic/phantom
- Owner: Upsonic
- License: mit
- Created: 2023-11-08T17:48:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T19:04:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T21:07:53.892Z (8 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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:```console
pip3 install upsonic_phantom
```# Implementing
In this point you can use any Upsonic Cloud.```python
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!