-
Notifications
You must be signed in to change notification settings - Fork 40
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
Breaking down this repo into small individual repos #14
Comments
Hi, This is not a package, it's just a list of different implementations of the NUBAN validation algorithm. |
Hey, Thats the aim for the suggestion, turning it into a package, not just copying it. The advantages are good enough, i guess. And as time goes on more and more projects will need code from here. Its only a suggestion though, plus the js & python implementations here are still in their infancy. |
I understand your point, I don't know all the languages and I can't create all the packages. I actually have plans on creating at least one package based on this algorithm. If you can you can also create, would be nice. |
Okay, I can create .. I think whats actually best is to turn all implementations here to a package like in their respective folders. and host them on npm or pypi or any other community packager manager like gem That way all code still stays here but are all hosted differently for dependencies in our apps. |
This way we don't have to create lots of repo for each implementation. |
I'm in need of this validation for python only. As am building a app that requires account number validation with django. I suggest we can break this individual implementation into individual repos because
Thanks!
The text was updated successfully, but these errors were encountered: