Stranger6667 / hypothesis-graphql

Generate arbitrary queries matching your GraphQL schema, and use them to verify your backend implementation.
https://pypi.org/project/hypothesis-graphql/
MIT License
44 stars 2 forks source link

Support PEP561, add `py.typed` file #26

Closed sobolevn closed 2 years ago

sobolevn commented 4 years ago

This is a great task for new developers.

This library has type annotations, but is missing py.typed file. But, it is required to make types distributable. See https://www.python.org/dev/peps/pep-0561/

Stranger6667 commented 4 years ago

Great! Thank you, Nikita, for bringing this topic :)