game-core-integrations


Namegame-core-integrations JSON
Version 0.2.7 PyPI version JSON
download
home_page
SummaryThe integrations library for GameCore.
upload_time2023-01-07 00:48:07
maintainer
docs_urlNone
authorLamarcke
requires_python>=3.8,<4.0
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GameCore Integrations Library

This is the library responsible for GameCore integrations.  
Async code is used whenever possible, with synchronous code being "converted" and run in the main loop thread.

While closely related to GameCore needs, this library can be used on it's own to support different services.  
Most integrations are based on third-party open source libraries, so you may prefer to use these instead.

- [GameCore Integrations Library](#gamecore-integrations-library)
  - [Integrations](#integrations)


## Integrations

Integrations are what power GameCore's search, playtime queries, user libraries, etc.

We have plans to support and integrate the following services:

- [ ] IGDB  
This is our main search provider.
Developed in-house.

- [ ] HowLongToBeat  
For playtime related information.

- [ ] Steam  
Integration for populating user libraries with Steam games and achievements.

- [ ] PSN  
Integration for populating user libraries with PSN games and achievements.  

Powered by the [psnawp](https://github.com/isFakeAccount/psnawp) Python library.

- [ ] Xbox Live  
Integration for populating user libraries with Xbox Live games and achievements


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "game-core-integrations",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Lamarcke",
    "author_email": "cassiolamarcksilvafreitas@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/a7/5b3d8903124f766a6d5056415734caac48b27c2bc690c1fbb20b14b546a3/game_core_integrations-0.2.7.tar.gz",
    "platform": null,
    "description": "# GameCore Integrations Library\n\nThis is the library responsible for GameCore integrations.  \nAsync code is used whenever possible, with synchronous code being \"converted\" and run in the main loop thread.\n\nWhile closely related to GameCore needs, this library can be used on it's own to support different services.  \nMost integrations are based on third-party open source libraries, so you may prefer to use these instead.\n\n- [GameCore Integrations Library](#gamecore-integrations-library)\n  - [Integrations](#integrations)\n\n\n## Integrations\n\nIntegrations are what power GameCore's search, playtime queries, user libraries, etc.\n\nWe have plans to support and integrate the following services:\n\n- [ ] IGDB  \nThis is our main search provider.\nDeveloped in-house.\n\n- [ ] HowLongToBeat  \nFor playtime related information.\n\n- [ ] Steam  \nIntegration for populating user libraries with Steam games and achievements.\n\n- [ ] PSN  \nIntegration for populating user libraries with PSN games and achievements.  \n\nPowered by the [psnawp](https://github.com/isFakeAccount/psnawp) Python library.\n\n- [ ] Xbox Live  \nIntegration for populating user libraries with Xbox Live games and achievements\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "The integrations library for GameCore.",
    "version": "0.2.7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0e1f5a035411843d8dd63f47bdc90ea152bcb87c5c9ebe5c2ddaa49a51c8435",
                "md5": "caeba1cecd1443630c4109b89397236e",
                "sha256": "216e8937435af18107a955457c2af028343148836ed5061a9da64f93c0aa973f"
            },
            "downloads": -1,
            "filename": "game_core_integrations-0.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "caeba1cecd1443630c4109b89397236e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 19077,
            "upload_time": "2023-01-07T00:48:05",
            "upload_time_iso_8601": "2023-01-07T00:48:05.968008Z",
            "url": "https://files.pythonhosted.org/packages/e0/e1/f5a035411843d8dd63f47bdc90ea152bcb87c5c9ebe5c2ddaa49a51c8435/game_core_integrations-0.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aaa75b3d8903124f766a6d5056415734caac48b27c2bc690c1fbb20b14b546a3",
                "md5": "964c32853e9dc1b84ff197574c581c9a",
                "sha256": "d4e023002e381e481e936abc1f788442835d03c2d656ba331ec29d7073afa2d4"
            },
            "downloads": -1,
            "filename": "game_core_integrations-0.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "964c32853e9dc1b84ff197574c581c9a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 17271,
            "upload_time": "2023-01-07T00:48:07",
            "upload_time_iso_8601": "2023-01-07T00:48:07.256868Z",
            "url": "https://files.pythonhosted.org/packages/aa/a7/5b3d8903124f766a6d5056415734caac48b27c2bc690c1fbb20b14b546a3/game_core_integrations-0.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-07 00:48:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "game-core-integrations"
}
        
Elapsed time: 0.11504s