badev


Namebadev JSON
Version 1.7.25 PyPI version JSON
download
home_page
SummaryThe BombSquad Modding Helper
upload_time2023-08-30 17:21:31
maintainer
docs_urlNone
authorAeliux
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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://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
``

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "badev",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aeliux",
    "author_email": "itsaeliux@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/6f/582cc863bab0d9ece6a26de432d1e78135c4da7d0fab7bed756b843ba7c9/badev-1.7.25.tar.gz",
    "platform": null,
    "description": "# badev - The Ballistica Developing Helper\n\n[![PyPI](https://img.shields.io/pypi/v/badev)](https://pypi.org/project/badev/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/badev.svg)](https://pypi.org/project/badev/)\n[![Downloads](https://pepy.tech/badge/badev)](https://pepy.tech/project/badev)\n\nThis package is not affiliated with the BombSquad official team.\n\nThis package aims to facilitate the development of the BombSquad mods\nand benefiting from the features of the programs like vscode to autocomplete and give suggestions to you.\n\n## Getting Started\n\nYou can install this package via pip\n\n``\npip install badev\n``\n\nBut because this package was created to be used in IDEs like vscode, It is better to use virtual environments.\n\nThe 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.\n\n``\npipenv install -d badev\n``\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The BombSquad Modding Helper",
    "version": "1.7.25",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d140b1f746a93a54505b42c220f40f81921d935c15174eee54cc7b8260c229c8",
                "md5": "e3ae6c225bf28946541c838f900050b3",
                "sha256": "148fac4f2ca0de779b1218faf395f10125d969f635b2fef97ffdf47cead533d6"
            },
            "downloads": -1,
            "filename": "badev-1.7.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3ae6c225bf28946541c838f900050b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 806946,
            "upload_time": "2023-08-30T17:21:21",
            "upload_time_iso_8601": "2023-08-30T17:21:21.279697Z",
            "url": "https://files.pythonhosted.org/packages/d1/40/b1f746a93a54505b42c220f40f81921d935c15174eee54cc7b8260c229c8/badev-1.7.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "806f582cc863bab0d9ece6a26de432d1e78135c4da7d0fab7bed756b843ba7c9",
                "md5": "3d196b0f6bd99968dbdb18541aca93f5",
                "sha256": "d117e56ce5bf31b7b16518a7f77e7a00ed41d8ff1838010f0635eb7c73a8c60b"
            },
            "downloads": -1,
            "filename": "badev-1.7.25.tar.gz",
            "has_sig": false,
            "md5_digest": "3d196b0f6bd99968dbdb18541aca93f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 627568,
            "upload_time": "2023-08-30T17:21:31",
            "upload_time_iso_8601": "2023-08-30T17:21:31.038836Z",
            "url": "https://files.pythonhosted.org/packages/80/6f/582cc863bab0d9ece6a26de432d1e78135c4da7d0fab7bed756b843ba7c9/badev-1.7.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-30 17:21:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "badev"
}
        
Elapsed time: 0.10586s