fastapi-gql


Namefastapi-gql JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/shubhamraj2202/fastapi-gql
SummaryPython project exmaple for using FastAPI/GQL
upload_time2023-02-05 00:58:48
maintainer
docs_urlNone
authorShubham Raj
requires_python>=3.9,<4.0
licenseLICENSE
keywords fastapi gql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![build](https://github.com/shubhamraj2202/fastapi-gql/actions/workflows/github-actions.yml/badge.svg?event=push)
[![codecov](https://codecov.io/gh/shubhamraj2202/fastapi-gql/branch/main/graph/badge.svg?token=X9KIXXBOAV)](https://codecov.io/gh/shubhamraj2202/fastapi-gql)
# fastapi-gql
Example Python project based on FastAPI and GraphQueryLanguage

# Project Setup for Development
- `source setup.sh`

# Start Server
- Run Command: `python3 -m poetry run uvicorn fastapi_gql.app:app --reload`
- Open Browser: `http://localhost:8000/graphql`


# Uploaded On:
https://pypi.org/project/fastapi-gql/


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shubhamraj2202/fastapi-gql",
    "name": "fastapi-gql",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "fastapi,gql",
    "author": "Shubham Raj",
    "author_email": "shubhamraj2202@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/99/898b052db9a066c7350b3e081e7a8b838e2551604a9684780ca3039f7d12/fastapi_gql-0.1.0.tar.gz",
    "platform": null,
    "description": "![build](https://github.com/shubhamraj2202/fastapi-gql/actions/workflows/github-actions.yml/badge.svg?event=push)\n[![codecov](https://codecov.io/gh/shubhamraj2202/fastapi-gql/branch/main/graph/badge.svg?token=X9KIXXBOAV)](https://codecov.io/gh/shubhamraj2202/fastapi-gql)\n# fastapi-gql\nExample Python project based on FastAPI and GraphQueryLanguage\n\n# Project Setup for Development\n- `source setup.sh`\n\n# Start Server\n- Run Command: `python3 -m poetry run uvicorn fastapi_gql.app:app --reload`\n- Open Browser: `http://localhost:8000/graphql`\n\n\n# Uploaded On:\nhttps://pypi.org/project/fastapi-gql/\n\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "Python project exmaple for using FastAPI/GQL",
    "version": "0.1.0",
    "split_keywords": [
        "fastapi",
        "gql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2ba1f8c41e7c8bedd4279623edf037986f525778852d3e6ff3cd099c589f2f4",
                "md5": "a7aeec41c04ddcd85742c85636524a29",
                "sha256": "8ac4491384e140ed7592b68acc6af9ddce01fb27e7c03cfca3eb904eb09550a3"
            },
            "downloads": -1,
            "filename": "fastapi_gql-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7aeec41c04ddcd85742c85636524a29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 5318,
            "upload_time": "2023-02-05T00:58:46",
            "upload_time_iso_8601": "2023-02-05T00:58:46.680884Z",
            "url": "https://files.pythonhosted.org/packages/b2/ba/1f8c41e7c8bedd4279623edf037986f525778852d3e6ff3cd099c589f2f4/fastapi_gql-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a899898b052db9a066c7350b3e081e7a8b838e2551604a9684780ca3039f7d12",
                "md5": "3f48afdd912b2765dbf64a76c7fd7354",
                "sha256": "0026eaee3fe91463d931cde659cb5f49f2df87e98090eb15c8c6c78d38dbaf4c"
            },
            "downloads": -1,
            "filename": "fastapi_gql-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3f48afdd912b2765dbf64a76c7fd7354",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 3181,
            "upload_time": "2023-02-05T00:58:48",
            "upload_time_iso_8601": "2023-02-05T00:58:48.311205Z",
            "url": "https://files.pythonhosted.org/packages/a8/99/898b052db9a066c7350b3e081e7a8b838e2551604a9684780ca3039f7d12/fastapi_gql-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-05 00:58:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "shubhamraj2202",
    "github_project": "fastapi-gql",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fastapi-gql"
}
        
Elapsed time: 0.04703s