Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
setup.py1.16 kB
# coding: utf-8 """ GameBrain API GameBrain API The version of the OpenAPI document: 1.0.1 Contact: mail@gamebrain.co Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. """ # noqa: E501 from setuptools import setup, find_packages # noqa: H301 # To install the library, run the following # # python setup.py install # # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "gamebrain" VERSION = "1.0.2" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", "python-dateutil", "pydantic >= 2", "typing-extensions >= 4.7.1", ] setup( name=NAME, version=VERSION, description="GameBrain API", author="David Urbansky", author_email="mail@gamebrain.co", url="", keywords=["OpenAPI", "OpenAPI-Generator", "GameBrain API"], install_requires=REQUIRES, packages=find_packages(exclude=["test", "tests"]), include_package_data=True, long_description_content_type='text/markdown', long_description="""\ GameBrain API """, # noqa: E501 package_data={"gamebrain": ["py.typed"]}, )

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddsky/gamebrain-api-clients'

If you have feedback or need assistance with the MCP directory API, please join our Discord server