Skip to main content

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

Website | Discord | Twitter

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

upsonic_update-0.4.8.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file upsonic_update-0.4.8.tar.gz.

File metadata

  • Download URL: upsonic_update-0.4.8.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for upsonic_update-0.4.8.tar.gz
Algorithm Hash digest
SHA256 64ccba69f40626d430ec2b44f5b382877b5ab1548b14e0cd0ced0821b7cd7954
MD5 1ff921c2ba56d86705dfe6c84065a035
BLAKE2b-256 b38b5ed4039e1585af53cbb0fcc4cdee55a7e71b7073764dc644ab49c0e3e7fe

See more details on using hashes here.

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