Skip to content

COEXCZ/strawberry-vercajk

Repository files navigation

Strawberry vercajk

An opinionated toolkit for creating easy-to-work-with GraphQL APIs using https://github.com/strawberry-graphql/strawberry and Django.

Installation

pip install strawberry-vercajk

Settings

In your Django settings file, add the following settings:

from strawberry_vercajk import StrawberryVercajkSettings

STRAWBERRY_VERCAJK: StrawberryVercajkSettings = {
    ...
}

See StrawberryVercajkSettings for configuration options.

Documentation

Contributing

Pull requests for any improvements are welcome.

Poetry is used to manage dependencies. To get started follow these steps:

git clone https://github.com/coexcz/strawberry-vercajk
cd strawberry_vercajk
poetry install
poetry run pytest

Pre commit

We have a configuration for pre-commit, to add the hook run the following command:

pre-commit install

About

Toolkit for creating easy to work with GraphQL APIs using strawberry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages