Skip to main content

Blade of Darkness virtual python module for code completion

Project description

Blade Virtual Module


✨ Blade of Darkness virtual python module for code completion

This python package is used to provide code completion and type hints in the IDE (e.g VSCode).

🌟 Requirements

  • Python version >= 3.8

📖 Install

pip install Bladex

Code completion for other modules (such as Raster) requires manually adding paths (vscode configuration):

  1. Create the folder .vscode in the game root directory
  2. Create the file .vscode/settings.json
  3. Copy the following content into the file and modify the python path
{
  "python.autoComplete.extraPaths": [
    "~/AppData/Local/Programs/Python/Python39/Lib/site-packages/Bladex/__ext__"
  ],
  "python.analysis.extraPaths": [
    "~/AppData/Local/Programs/Python/Python39/Lib/site-packages/Bladex/__ext__"
  ]
}

The Python39 folder is the python version used by this project. If the version you are using is not py3.9, you will need to modify the path. You can use pip show Bladex to view the installation location of the package.

🐞 Issues

To report bugs/discuss functions, please use issues.

📄 Reference

  • Blade of Darkness Scripts

💗 Thanks

  • Rebel Act Studios, Fire Falcom, General Arcade
  • SNEG
  • smartblade

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Bladex-1.0.2.tar.gz (35.2 kB view hashes)

Uploaded Source

Built Distribution

Bladex-1.0.2-py3-none-any.whl (37.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page