Metadata-Version: 2.1
Name: grance
Version: 0.1.0
Summary: 
License: Apache-2.0
Author: Naoya Yamashita
Author-email: conao3@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Dist: graphql-core (>=3.2.3,<4.0.0)
Requires-Dist: pydantic (>=2.4.2,<3.0.0)
Description-Content-Type: text/markdown

# python-grance

## Contributing

### pre-commit

All commits are checked with pre-commit.  To install pre-commit, run the following command:

```bash
poetry run pre-commit install -t pre-commit
```

