Metadata-Version: 2.1
Name: simpleupdater
Version: 0.1.2
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

<h1 align="center">Welcome to SimpleUpdater 👋</h1>
<p>
  <img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
  <a href="https://github.com/mvishok/SimpleUpdater/blob/master/LICENSE" target="_blank">
    <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
  </a>
</p>

> A simple updater module for seamless updates

### 🏠 [Homepage](https://github.com/mvishok/SimpleUpdater)

## Install

```sh
pip install simpleupdater
```

## Usage

```sh
SimpleUpdater.checkForUpdates(CURRENT_VERSION, VERSION_URL)
```

## Author

👤 **Vishok M**

* Website: https://github.com/mvishok/
* Github: [@mvishok](https://github.com/mvishok)
* LinkedIn: [@vishokmanikantan](https://linkedin.com/in/vishokmanikantan)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/mvishok/SimpleUpdater/issues). 

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2023 [Vishok M](https://github.com/mvishok).<br />
This project is [MIT](https://github.com/mvishok/SimpleUpdater/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
