-
Notifications
You must be signed in to change notification settings - Fork 1
naming ? #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This repo is experimental, so at the moment there is no plan to create PyPI packages etc. See https://lukeplant.me.uk/blog/posts/python-type-hints-parsy-case-study/ for background - I will add that to the README As I have no further plans to develop this, I'm unlikely to work on renames etc. I am open to other people taking the project on if they want, if they have serious plans around it. |
I was looking for a fast combinator library to parse comments from Here is an example about how to solve the seq map thing with Python 3.12 So I guess giving it a new name, calling it experimental inviting for pull requests might eventually somewhen yield a working typed version. I mean a lot can already be typed and I enjoyed it. Thanks for the work. Please mind that while TS can map over ARGS Python eventually cannot: Here is a sketch with simple overloading which shows seq and map and
|
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: