Skip to content
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

Implement maps support #28

Open
eigenein opened this issue Mar 25, 2019 · 3 comments
Open

Implement maps support #28

eigenein opened this issue Mar 25, 2019 · 3 comments
Assignees
Labels

Comments

@eigenein
Copy link
Owner

eigenein commented Mar 25, 2019

https://developers.google.com/protocol-buffers/docs/proto3#maps

@eigenein eigenein added this to the Dataclasses milestone Mar 26, 2019
@eigenein eigenein pinned this issue Apr 1, 2019
@eigenein eigenein unpinned this issue Apr 8, 2019
@eigenein eigenein removed this from the Dataclasses milestone Jun 3, 2020
@Mokto
Copy link
Contributor

Mokto commented Feb 14, 2023

Hi & thanks for your library!

Any ETA on that? Or any alternative we can use for now?

I had to use lists with key/value to solve that issue.

@eigenein
Copy link
Owner Author

👋 @Mokto

That's a tricky one to tell. I'm working on V3 nowadays (almost there), and only then I can start addressing the old issues which I never got my hands on 😃

I guess, the best workaround, for now, is to implement the MapFieldEntry, and indeed use a list of those (optionally, with property getter/setter to expose it as a dictionary)

@Mokto
Copy link
Contributor

Mokto commented Feb 15, 2023

Thanks a lot!

@eigenein eigenein self-assigned this May 10, 2023
@eigenein eigenein pinned this issue May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants