If you want to be not compatible please choose a new name such as typed_parsy or typed-parsy. Thus
```import typed-parsy````
Then if needed you can import and install both versions in a project without issues.
There is a typed branch in python-parsy/parsy, too.
So its not clear what is meant to be what.
https://stackoverflow.com/questions/7583652/python-module-with-a-dash-or-hyphen-in-its-name
-> looks like hyphens are fine if you use import tools.
This also will allow to have to pip packages etc and avoid chaos.
If you want to be not compatible please choose a new name such as typed_parsy or typed-parsy. Thus
```import typed-parsy````
Then if needed you can import and install both versions in a project without issues.
There is a typed branch in python-parsy/parsy, too.
So its not clear what is meant to be what.
https://stackoverflow.com/questions/7583652/python-module-with-a-dash-or-hyphen-in-its-name
-> looks like hyphens are fine if you use import tools.
This also will allow to have to pip packages etc and avoid chaos.