enforce
enforce copied to clipboard
New enforce fork for Python 3.5.10, 3.6, 3.7, 3.8, 3.9
Just started a new fork: https://github.com/SamuelMarks/enforce
New features / changes (thus far):
- Switch to black formatting
- Upgrade all dependencies
- Remove Travis and AppVeyor
- Add new shields, remove all ones
- Integrate GitHub Actions
- Conditionally add/remove
typing
s that are only valid for Python < 3.6 - Make [many of] the tests work on 3.5, 3.6, 3.7, 3.8, and 3.9
- Add support for
Literal
(PEP586)
Still a ways to go. Would welcome any and all contributions. Also open to offering all progress back to @RussBaz, if he wants to retake the reigns.
🙏
Hi @SamuelMarks. Even though I am not sure about some changes, it'd be still awesome to have so much additional effort put into this project. And I'd feel honoured to have those updates back in the repo!
Thank you very much for your work!
@SamuelMarks will you send a PR?
Oh I didn't realise this project was keen to reactivate. Sure, I'll send a PR now.
sorry, didn't mean to imply that i was the owner -- i'd love to use this!
@SamuelMarks alternately if you're actively developing your fork, that is awesome! i'd be happy to use/help if you need any
@sg-s & @RussBaz : Just asked GitHub to relink the repo, and have opened #81
Would welcome your assistance, particularly in getting all the tests to pass on all [maintained] versions of Python.
Thanks
@SamuelMarks sure, would be happy to help. first thing will be to use your version and poke around. will report back!
BTW is there a reason you've turned off issues on your fork? we might want to move this conversation there
Enabled. I think getting all tests to pass is the priority, the next priority is getting it merged into here (and if unsuccessful to continue on my fork).
Some updates?