fake-bge-module


Namefake-bge-module JSON
Version 20241113 PyPI version JSON
download
home_pageNone
SummaryCollection of the fake Blender Game Engine (BGE) Python API module for the code completion.
upload_time2024-11-13 06:39:21
maintainernutti
docs_urlNone
authornutti
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fake Blender Game Engine (BGE) Python API module collection: fake-bge-module

fake-bge-module is the collections of the fake Blender Game Engine (BGE) Python
API modules for the code completion in commonly used IDEs.

*Note: The similar project for Blender is available on
[fake-bpy-module](https://github.com/nutti/fake-bpy-module) which targets
[Blender](https://www.blender.org/).*

*To realize the long support of this project, your support is helpful.*
*You can support the development of this project via*
**[GitHub Sponsors](https://github.com/sponsors/nutti)**.
*See [the contribution document](CONTRIBUTING.md) for the detail of*
*the support.*

## Requirements

fake-bpy-module requires Python 3.12.

## Install

fake-bge-module can be installed via a pip package, or pre-generated modules.
You can also generate and install modules manually.

### Install via pip package

fake-bge-module is registered to PyPI.  
You can install it as a pip package.

#### Install a latest package

If you install fake-bpy-module for Blender latest build (master branch daily
build powered by [nutti/upbge-daily-build](https://github.com/nutti/upbge-daily-build)),
run below command.

```sh
pip install fake-bge-module
```

or, specify version "latest".

```sh
pip install fake-bge-module-latest
```

#### Install a version specific package

If you want to install a version specific package, run below command.

```sh
pip install fake-bge-module-<version>
```

If you install fake-bge-module for UPBGE 0.2.5, run below command.

```sh
pip install fake-bge-module-0.2.5
```

*Note: For PyCharm users, change the value `idea.max.intellisense.filesize` in
`idea.properties` file to more than 2600 because some modules have the issue of
being too big for intelliSense to work.*

##### Supported UPBGE Version

|Version|PyPI|
|---|---|
|0.2.5|[https://pypi.org/project/fake-bge-module-0.2.5/](https://pypi.org/project/fake-bge-module-0.2.5/)|
|0.30|[https://pypi.org/project/fake-bge-module-0.30/](https://pypi.org/project/fake-bge-module-0.30/)|
|0.36|[https://pypi.org/project/fake-bge-module-0.36/](https://pypi.org/project/fake-bge-module-0.36/)|
|latest|[https://pypi.org/project/fake-bge-module/](https://pypi.org/project/fake-bge-module/)|
||[https://pypi.org/project/fake-bge-module-latest/](https://pypi.org/project/fake-bge-module-latest/)|

### Install via pre-generated modules

Download Pre-generated modules from [Release page](https://github.com/nutti/fake-bge-module/releases).

The process of installation via pre-generated modules is different by IDE.
See the installation processes as follows for detail.

* [PyCharm](docs/setup_pycharm.md)
* [Visual Studio Code](docs/setup_visual_studio_code.md)
* [All Text Editor (Install as Python module)](docs/setup_all_text_editor.md)

### Generate Modules Manually

You can also generate modules manually.
See [Generate Modules](docs/generate_modules.md) for detail.

## Change Log

See [CHANGELOG.md](CHANGELOG.md)

## Bug report / Feature request / Disscussions

If you want to report bug, request features or discuss about this add-on, see
[ISSUES.md](ISSUES.md).

## Contribution

If you want to contribute to this project, see [CONTRIBUTING.md](CONTRIBUTING.md).

## Project Authors

### Owner

[**@nutti**](https://github.com/nutti)

Indie Game/Application Developer.  
Especially, I spend most time to improve Blender and Unreal Game Engine via
providing the extensions.

Support via [GitHub Sponsors](https://github.com/sponsors/nutti)

* CONTACTS: [Twitter](https://twitter.com/nutti__)
* WEBSITE: [Japanese Only](https://colorful-pico.net/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fake-bge-module",
    "maintainer": "nutti",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "nutti.metro@gmail.com",
    "keywords": null,
    "author": "nutti",
    "author_email": "nutti.metro@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/7f/6497d68f941eb4dc1556bf7ea51d0a9cb74a419adb2e9a888c395223da37/fake_bge_module-20241113.tar.gz",
    "platform": "Windows",
    "description": "# Fake Blender Game Engine (BGE) Python API module collection: fake-bge-module\n\nfake-bge-module is the collections of the fake Blender Game Engine (BGE) Python\nAPI modules for the code completion in commonly used IDEs.\n\n*Note: The similar project for Blender is available on\n[fake-bpy-module](https://github.com/nutti/fake-bpy-module) which targets\n[Blender](https://www.blender.org/).*\n\n*To realize the long support of this project, your support is helpful.*\n*You can support the development of this project via*\n**[GitHub Sponsors](https://github.com/sponsors/nutti)**.\n*See [the contribution document](CONTRIBUTING.md) for the detail of*\n*the support.*\n\n## Requirements\n\nfake-bpy-module requires Python 3.12.\n\n## Install\n\nfake-bge-module can be installed via a pip package, or pre-generated modules.\nYou can also generate and install modules manually.\n\n### Install via pip package\n\nfake-bge-module is registered to PyPI.  \nYou can install it as a pip package.\n\n#### Install a latest package\n\nIf you install fake-bpy-module for Blender latest build (master branch daily\nbuild powered by [nutti/upbge-daily-build](https://github.com/nutti/upbge-daily-build)),\nrun below command.\n\n```sh\npip install fake-bge-module\n```\n\nor, specify version \"latest\".\n\n```sh\npip install fake-bge-module-latest\n```\n\n#### Install a version specific package\n\nIf you want to install a version specific package, run below command.\n\n```sh\npip install fake-bge-module-<version>\n```\n\nIf you install fake-bge-module for UPBGE 0.2.5, run below command.\n\n```sh\npip install fake-bge-module-0.2.5\n```\n\n*Note: For PyCharm users, change the value `idea.max.intellisense.filesize` in\n`idea.properties` file to more than 2600 because some modules have the issue of\nbeing too big for intelliSense to work.*\n\n##### Supported UPBGE Version\n\n|Version|PyPI|\n|---|---|\n|0.2.5|[https://pypi.org/project/fake-bge-module-0.2.5/](https://pypi.org/project/fake-bge-module-0.2.5/)|\n|0.30|[https://pypi.org/project/fake-bge-module-0.30/](https://pypi.org/project/fake-bge-module-0.30/)|\n|0.36|[https://pypi.org/project/fake-bge-module-0.36/](https://pypi.org/project/fake-bge-module-0.36/)|\n|latest|[https://pypi.org/project/fake-bge-module/](https://pypi.org/project/fake-bge-module/)|\n||[https://pypi.org/project/fake-bge-module-latest/](https://pypi.org/project/fake-bge-module-latest/)|\n\n### Install via pre-generated modules\n\nDownload Pre-generated modules from [Release page](https://github.com/nutti/fake-bge-module/releases).\n\nThe process of installation via pre-generated modules is different by IDE.\nSee the installation processes as follows for detail.\n\n* [PyCharm](docs/setup_pycharm.md)\n* [Visual Studio Code](docs/setup_visual_studio_code.md)\n* [All Text Editor (Install as Python module)](docs/setup_all_text_editor.md)\n\n### Generate Modules Manually\n\nYou can also generate modules manually.\nSee [Generate Modules](docs/generate_modules.md) for detail.\n\n## Change Log\n\nSee [CHANGELOG.md](CHANGELOG.md)\n\n## Bug report / Feature request / Disscussions\n\nIf you want to report bug, request features or discuss about this add-on, see\n[ISSUES.md](ISSUES.md).\n\n## Contribution\n\nIf you want to contribute to this project, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Project Authors\n\n### Owner\n\n[**@nutti**](https://github.com/nutti)\n\nIndie Game/Application Developer.  \nEspecially, I spend most time to improve Blender and Unreal Game Engine via\nproviding the extensions.\n\nSupport via [GitHub Sponsors](https://github.com/sponsors/nutti)\n\n* CONTACTS: [Twitter](https://twitter.com/nutti__)\n* WEBSITE: [Japanese Only](https://colorful-pico.net/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of the fake Blender Game Engine (BGE) Python API module for the code completion.",
    "version": "20241113",
    "project_urls": {
        "Bug Tracker": "https://github.com/nutti/fake-bge-module/issues",
        "Documentation": "https://github.com/nutti/fake-bge-module/blob/main/README.md",
        "Download": "https://github.com/nutti/fake-bge-module/releases",
        "Homepage": "https://github.com/nutti/fake-bge-module",
        "Release Notes": "https://github.com/nutti/fake-bge-module/blob/main/CHANGELOG.md",
        "Source": "https://github.com/nutti/fake-bge-module"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bfde8a729053213fa54faaf2700effb391d754ee8850066f3f4654bcee2f7c8",
                "md5": "91b52bf12fe06c64cd09e09e5c07c91b",
                "sha256": "453a4b3eba74714e1ef6836554a67da027b505718011530a904c0e2d180e0345"
            },
            "downloads": -1,
            "filename": "fake_bge_module-20241113-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91b52bf12fe06c64cd09e09e5c07c91b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 1137370,
            "upload_time": "2024-11-13T06:39:19",
            "upload_time_iso_8601": "2024-11-13T06:39:19.168070Z",
            "url": "https://files.pythonhosted.org/packages/0b/fd/e8a729053213fa54faaf2700effb391d754ee8850066f3f4654bcee2f7c8/fake_bge_module-20241113-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e7f6497d68f941eb4dc1556bf7ea51d0a9cb74a419adb2e9a888c395223da37",
                "md5": "305f311b187270e103cf6c7aadddf40c",
                "sha256": "711614fcd15af766f5923ce3539c6be775e4ed95d043a92defdf67a9d3873f93"
            },
            "downloads": -1,
            "filename": "fake_bge_module-20241113.tar.gz",
            "has_sig": false,
            "md5_digest": "305f311b187270e103cf6c7aadddf40c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 1007291,
            "upload_time": "2024-11-13T06:39:21",
            "upload_time_iso_8601": "2024-11-13T06:39:21.456745Z",
            "url": "https://files.pythonhosted.org/packages/7e/7f/6497d68f941eb4dc1556bf7ea51d0a9cb74a419adb2e9a888c395223da37/fake_bge_module-20241113.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 06:39:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nutti",
    "github_project": "fake-bge-module",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fake-bge-module"
}
        
Elapsed time: 0.42556s