Metadata-Version: 2.1
Name: badev
Version: 1.7.27
Summary: The BombSquad Modding Helper
License: MIT
Author: Aeliux
Author-email: itsaeliux@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Description-Content-Type: text/markdown

# badev - The Ballistica Developing Helper

[![PyPI](https://img.shields.io/pypi/v/badev)](https://pypi.org/project/badev/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/badev.svg)](https://pypi.org/project/badev/)
[![Downloads](https://static.pepy.tech/badge/badev)](https://pepy.tech/project/badev)

This package is not affiliated with the BombSquad official team.

This package aims to facilitate the development of the BombSquad mods
and benefiting from the features of the programs like vscode to autocomplete and give suggestions to you.

## Getting Started

You can install this package via pip

``
pip install badev
``

But because this package was created to be used in IDEs like vscode, It is better to use virtual environments.

The recommended way to install and use `badev` is to install this package with pipenv and then create a virtualenv and import it to your desired IDE.

``
pipenv install -d badev
``

