Name | fake-bge-module-latest JSON |
Version |
20241113
JSON |
| download |
home_page | None |
Summary | Collection of the fake Blender Game Engine (BGE) Python API module for the code completion. |
upload_time | 2024-11-13 06:39:15 |
maintainer | nutti |
docs_url | None |
author | nutti |
requires_python | >=3.12 |
license | None |
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-latest",
"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/d4/ae/22173a2a40ce7a12177e45a302a46953af99525b38b949ce78e4082fb74b/fake_bge_module_latest-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": "e017aa4b71d3dcd84e66c0e69c89ec4f57db78b315661df1e2afbd16e8e8dea4",
"md5": "dfd8f410809557186087e6e9a3df14c7",
"sha256": "2f93cbbde014ce47e3d56788101cff2de26b8cbf7e2f860feea2378dd0a49ab0"
},
"downloads": -1,
"filename": "fake_bge_module_latest-20241113-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dfd8f410809557186087e6e9a3df14c7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 1137434,
"upload_time": "2024-11-13T06:39:13",
"upload_time_iso_8601": "2024-11-13T06:39:13.027460Z",
"url": "https://files.pythonhosted.org/packages/e0/17/aa4b71d3dcd84e66c0e69c89ec4f57db78b315661df1e2afbd16e8e8dea4/fake_bge_module_latest-20241113-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d4ae22173a2a40ce7a12177e45a302a46953af99525b38b949ce78e4082fb74b",
"md5": "3ac4ac39b0cd5c771b46ead0a7f34c26",
"sha256": "ee574a44417cb50b1071c34a1d1e2e4a71a38d1d4b761e6f6ef183e0880f70b0"
},
"downloads": -1,
"filename": "fake_bge_module_latest-20241113.tar.gz",
"has_sig": false,
"md5_digest": "3ac4ac39b0cd5c771b46ead0a7f34c26",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 1007507,
"upload_time": "2024-11-13T06:39:15",
"upload_time_iso_8601": "2024-11-13T06:39:15.128312Z",
"url": "https://files.pythonhosted.org/packages/d4/ae/22173a2a40ce7a12177e45a302a46953af99525b38b949ce78e4082fb74b/fake_bge_module_latest-20241113.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-13 06:39:15",
"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-latest"
}