Metadata-Version: 2.4
Name: raya-pdi
Version: 0.1.8
Summary: Plugin Driven Integration
Author-email: Diyorbek Ibragimov <uzdevid@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/uzdevid/raya-pdi
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: event-dispatching>=0.2.0

Install build and twine: 
```bash
  pip install build twine
```

Building:
```bash
  python -m build
```

Upload:
```bash
  twine upload dist/*
```
