Metadata-Version: 2.4
Name: shlhom
Version: 1.0.0
Summary: حماية الأكواد بتاريخ انتهاء
Home-page: https://github.com/shlhom/shlhom
Author: shlhom
Author-email: shlhom@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Arabic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# shlhom

مكتبة Python بسيطة لحماية أكوادك بتاريخ انتهاء صلاحية.

## التثبيت

```bash
pip install shlhom
```

## الاستخدام

```python
import shlhom

shlhom.check("2027-06-09")

print("الأداة تعمل!")
```

## الميزات

- كشف التلاعب بساعة الجهاز
- تحقق من الوقت عبر الإنترنت
- خفيفة وسريعة
- مجانية 100%

## أمثلة

### فحص عادي
```python
import shlhom
shlhom.check("2027-06-09")
```

### فحص بدون خروج
```python
if shlhom.check("2027-06-09", exit_on_fail=False):
    print("مسموح")
else:
    print("انتهت الصلاحية")
```

### بدون رسائل
```python
shlhom.check("2027-06-09", show_info=False)
```

## الترخيص

MIT
