Metadata-Version: 2.1
Name: simpleupdater
Version: 0.1.0
Summary: Seamlessly update your software with ease using this lightweight Python module
Home-page: https://github.com/mvishok/SimpleUpdater
Author: Vishok M
Author-email: 
Project-URL: Bug Tracker, https://github.com/mvishok/SimpleUpdater/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SimpleUpdater
SimpleUpdater is a lightweight Python module designed to simplify the process of updating software seamlessly. It provides an easy-to-use interface for programmers to check for new versions and perform updates with just a few lines of code.

## Key Features
1. Version checking: Compare the current software version with the latest version available, either from a local file or a remote server.
2. Automatic update downloads: Download updated files or packages from a specified source, ensuring a smooth and efficient update process.
3. Flexible integration: Easily integrate SimpleUpdater into your existing Python projects or applications.

## Getting Started
To get started with SimpleUpdater, install the package from PyPI. Refer example.py for usage.

Contributions
Contributions are welcome! If you encounter any bugs or have suggestions for new features, please submit an issue or create a pull request. Help us improve SimpleUpdater and make it even more useful for the developer community.

License
SimpleUpdater is released under the MIT License. Feel free to use it in your own projects and customize it to fit your needs.
