-
Notifications
You must be signed in to change notification settings - Fork 0
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
Duplicate project with same purpose and motives #1
Comments
Actually I think that the only difference is that my project does not require the Also, I've implemented Schematics |
@AlmogCohen Hey, this project is not currently maintained, so I believe we can try to deprecate it in favor of your implementation. Supporting the native Google implementation is a nice to have IMO. Maybe we can try to add support for both pyrobuf and Google Protobuf implementations? |
I like the official ProtoBuf suppot too. PyroBuf had not implemented full
support for everything in the protocol. On my side I like the generation of
actual python file with all the classes defined. I can enjoy then the IDE's
auto-completion for quick development. I also think that the EnumType is
useful and the conversion of map fields to DictType.
Anyway, I don't mind merging most of the good stuff into your repo or vice
versa. I don't believe I'll invest much work in the future as I needed that
for a project I'm working on now and have got all support I needed.
Probably your did the same :)
What do you think? I do think it would be nice to deprecate one in favour
of the other though to support future development efforts if someone will
find it useful.
Thanks! :)
…On Mon, Jan 14, 2019, 05:56 Gabriela Surita ***@***.*** wrote:
@AlmogCohen <https://github.com/AlmogCohen> Hey, this project is not
currently maintained, so I believe we can try to deprecate it in favor of
your implementation.
Supporting the native Google implementation is a nice to have IMO. Maybe
we can try to add support for both pyrobuf and Google Protobuf
implementations?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADtXZu6ynaRZSNGw4TueX6Zdsyd-02B8ks5vDIyUgaJpZM4Z9s43>
.
|
I've just released https://pypi.org/project/protobuf-schematics/ and I'm pretty frustrated LOL! I've implemented it with the exact same requirements in mind and same motives...found your project only when I was searching for my own release on PyPi. Unbelievable... The only difference is that I based my project over
pyrobuf
which is pure python based parser which does not requireprotobuf
installed. I liked the way your README is explaining the motive 👍I was looking for such a library for quite sometime with no success so I made it now...I post it here because:
Anyway, I'll spend some time tomorrow to look into the work that has been done here.
P.S. You can probably close this issue once its acknowledged :)
The text was updated successfully, but these errors were encountered: