Metadata-Version: 2.4
Name: xa_izipy
Version: 0.0.2
Summary: Упрощает какие-то функции
Author: Rigew
Author-email: admin@atomgg.pro
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# xa_izipy Lib

**🎯 Target:** Make Python easier (izi) 😎🔥

This library currently includes 2 functions to simplify working with paths and show basic info:

---

## 🛠️ Function List

- `getdirectory()` – Returns the full path to the script location  
- `help` – Shows info about the library

---

## 💻 Example usage

```python
from xa_izipy import getdirectory, help_rus

print(f"This directory: {getdirectory()}")
help_rus()
