jhnnsrs / turms

Turms is a pure python implementation of the awesome graphql-codegen library, following a simliar extensible design.
https://jhnnsrs.github.io/turms/
MIT License
60 stars 16 forks source link

Improve discoverability? #40

Open huyz opened 1 year ago

huyz commented 1 year ago

I searched for python typings graphql schema on github and didn't find this project: https://github.com/search?q=python+typings+graphql+schema&type=repositories

Not sure the graphql-codegen reference is useful in the description for users who have never used it.

There is no link to the github repo on https://pypi.org/project/turms/ .

The only reason I found this project is from the "shameless plug" at https://github.com/qw-in/graphql-codegen-pydantic/issues/10 :)

jhnnsrs commented 1 year ago

Hey! Agreed, we (I) could do a lot better on that end. I tried it with another "shameless call for cross reference" on the pydantic documentation and maybe we could appear on v2 docs, which would increase discoverability. But I would be super happy on tips on increasing the visibility? Do you have any suggestion?

Will fix the pypi linking for turms.

Side note: I feel the documentation needs to see more love as well. Would you have any suggestions from your own experience, on where i should put the focus?