The cloud updating system for your python applications !
Project description
Upsonic Update
The cloud updating system for your python applications ! Control everything from one place and distribute all clients without effort
Installation
You can install Upsonic by pip3:
pip3 install upsonic_update
Implementing
In this point you can use any Upsonic Cloud.
from upsonic_update import Upsonic_Update
from upsonic import Upsonic_Cloud
cloud = Upsonic_Cloud("YOUR_CLOUD_KEY")
updates = Upsonic_Update(cloud)
updates.pre_update("remove_lines") # Register your updates
# Define the updates
@cloud.active
def remove_lines(string):
return string.replace("\n","")
updates.update() # Start to Update
And the console out is this:
Updating: ['remove_lines']
remove_lines: OK
Updating Complated Without any Error
Contributing
Contributions to Upsonic Update 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 Update is released under the MIT License.
Contributors
Thank you for your contribution!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file upsonic_update-0.1.0.tar.gz
.
File metadata
- Download URL: upsonic_update-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40d6d13a733979e9b6a2f885e1332c1389ea6d9aefe63d10dd29df9689504f1f |
|
MD5 | 8e6bdb94ee02c8a72578b620db6b766d |
|
BLAKE2b-256 | 7e476fe975267b49bdf22ee4f8a351bc8239f4c9975db465ebb7a98de9f0fd81 |