Metadata-Version: 2.1
Name: pycur
Version: 2023.7.29.1
Summary: Modifying cursors is now easier than ever!
Author: RixTheTyrunt
Author-email: rixthetyrunt@gmail.com
Requires-Python: >=3
Description-Content-Type: text/markdown

# `pycur`
*Modifying cursors is now easier than ever!*

## Version check
```py
import pycur

print(pycur.__version__) # Outputs the installed version of `pycur`
```
