RussBaz / enforce

Python 3.5+ runtime type checking for integration testing and data validation
543 stars 21 forks source link

New enforce fork for Python 3.5.10, 3.6, 3.7, 3.8, 3.9 #76

Open SamuelMarks opened 3 years ago

SamuelMarks commented 3 years ago

Just started a new fork: https://github.com/SamuelMarks/enforce

New features / changes (thus far):

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.

🙏

RussBaz commented 3 years ago

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!

sg-s commented 2 years ago

@SamuelMarks will you send a PR?

SamuelMarks commented 2 years ago

Oh I didn't realise this project was keen to reactivate. Sure, I'll send a PR now.

sg-s commented 2 years ago

sorry, didn't mean to imply that i was the owner -- i'd love to use this!

sg-s commented 2 years ago

@SamuelMarks alternately if you're actively developing your fork, that is awesome! i'd be happy to use/help if you need any

SamuelMarks commented 2 years ago

@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

sg-s commented 2 years ago

@SamuelMarks sure, would be happy to help. first thing will be to use your version and poke around. will report back!

sg-s commented 2 years ago

BTW is there a reason you've turned off issues on your fork? we might want to move this conversation there

SamuelMarks commented 2 years ago

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).

matrixise commented 2 years ago

Some updates?