Metadata-Version: 2.4
Name: podset
Version: 0.1.0
Summary: Library published by PODSET LTD.
Author-email: PODSET LTD <hello@podset.co>
License: MIT
Project-URL: Homepage, https://podset.co
Project-URL: Repository, https://github.com/Podset
Keywords: podset
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# podset

Library published by PODSET LTD.

```python
from podset import NAME, VERSION, identity

NAME        # "PODSET"
VERSION     # "0.1.0"
identity()  # {"name": "PODSET", "version": "0.1.0"}
```

https://podset.co
