Metadata-Version: 2.4
Name: exelock
Version: 1.0.2
Summary: A robust library to prevent multiple instances of a program from running
Home-page: https://github.com/yourusername/exelock
Author: pengmin
Author-email: 877419534@qq.com
Keywords: single instance lock prevent duplicate
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: portalocker>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# exelock

一个强大的 Python 库，用于防止程序重复启动。使用混合锁机制（端口+文件锁），确保在打包成 exe 后也能可靠工作。

## 安装

```bash
pip install exelock
