https://github.com/graphql-python/graphql-relay-py
Score: 5.043425116919247
Last synced: about 9 hours ago
JSON representation
Repository metadata:
A library to help construct a graphql-py server supporting react-relay
- Host: GitHub
- URL: https://github.com/graphql-python/graphql-relay-py
- Owner: graphql-python
- License: mit
- Created: 2015-09-17T17:16:20.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:38:50.000Z (about 3 years ago)
- Last Synced: 2026-05-05T00:33:48.148Z (10 days ago)
- Language: Python
- Size: 333 KB
- Stars: 144
- Watchers: 16
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Owner metadata:
- Name: GraphQL Python
- Login: graphql-python
- Email:
- Kind: organization
- Description: The GraphQL Python community. Created by @syrusakbary and maintained by the community
- Website: http://graphene-python.org/
- Location: San Francisco
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/15002022?v=4
- Repositories: 23
- Last Synced at: 2026-05-12T00:31:31.792Z
- Profile URL: https://github.com/graphql-python
Dependencies
poetry.lock
pypi
- appdirs 1.4.4 develop
- atomicwrites 1.4.0 develop
- attrs 21.4.0 develop
- black 20.8b1 develop
- black 22.3.0 develop
- build 0.7.0 develop
- bump2version 1.0.1 develop
- check-manifest 0.48 develop
- click 8.0.4 develop
- colorama 0.4.4 develop
- coverage 6.2 develop
- dataclasses 0.8 develop
- distlib 0.3.4 develop
- filelock 3.4.1 develop
- flake8 4.0.1 develop
- importlib-metadata 4.2.0 develop
- importlib-resources 5.4.0 develop
- iniconfig 1.1.1 develop
- mccabe 0.6.1 develop
- mypy 0.942 develop
- mypy-extensions 0.4.3 develop
- packaging 21.3 develop
- pathspec 0.9.0 develop
- pep517 0.12.0 develop
- platformdirs 2.4.0 develop
- pluggy 1.0.0 develop
- py 1.11.0 develop
- pycodestyle 2.8.0 develop
- pyflakes 2.4.0 develop
- pyparsing 3.0.7 develop
- pytest 6.2.5 develop
- pytest-asyncio 0.18.3 develop
- pytest-asyncio 0.16.0 develop
- pytest-cov 3.0.0 develop
- pytest-describe 2.0.1 develop
- regex 2022.3.15 develop
- six 1.16.0 develop
- toml 0.10.2 develop
- tomli 1.2.3 develop
- tox 3.25.0 develop
- typed-ast 1.5.2 develop
- virtualenv 20.14.1 develop
- zipp 3.6.0 develop
- graphql-core 3.2.1
- typing-extensions 4.1.1
pyproject.toml
pypi
- black --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: 22.3.0 python: ">=3.6.2" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: 20.8b1 python: "<3.6.2" develop
- bump2version >=1.0,<2 develop
- check-manifest >=0.48,<1 develop
- flake8 ^4.0 develop
- mypy 0.942 develop
- pytest ^6.2 develop
- pytest-asyncio --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: ">=0.18,<1" python: ">=3.7" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: ">=0.16,<0.17" python: "<3.7" develop
- pytest-cov ^3.0 develop
- pytest-describe ^2.0 develop
- tox ^3.24 develop
- graphql-core ~3.2
- python ^3.6
- typing-extensions ^4.1
setup.py
pypi
- graphql-core >=3.2,<3.3
- typing-extensions >=4.1,<5
.github/workflows/lint.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
.github/workflows/publish.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite