Metadata-Version: 2.1
Name: botstrap
Version: 0.1.1
Summary: An easy-to-use utility toolbelt for Discord bots written in Python.
Author: Nuztalgia
Author-email: nuztalgia@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://botstrap.readthedocs.io
Project-URL: Issue Tracker, https://github.com/nuztalgia/botstrap/issues
Project-URL: Source Code, https://github.com/nuztalgia/botstrap
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">

[![Botstrap Logo](https://raw.githubusercontent.com/nuztalgia/botstrap/main/docs/images/logo-192.png)](https://botstrap.readthedocs.io)

# Botstrap

[![Project License](https://img.shields.io/github/license/nuztalgia/botstrap?color=7e56c2)](LICENSE)
[![Python Version](https://img.shields.io/pypi/pyversions/botstrap)](pyproject.toml)
[![PyPI Release](https://img.shields.io/pypi/v/botstrap)](https://pypi.org/project/botstrap/)
[![Read the Docs](https://img.shields.io/readthedocs/botstrap)](https://botstrap.readthedocs.io)
<br>
[![LGTM Lines of Code](https://badgen.net/lgtm/lines/g/nuztalgia/botstrap/python?label=lines%20of%20code&color=33aadd)](https://lgtm.com/projects/g/nuztalgia/botstrap/latest/files/botstrap/)
[![LGTM Code Quality](https://img.shields.io/lgtm/grade/python/github/nuztalgia/botstrap?label=code%20quality)](https://lgtm.com/projects/g/nuztalgia/botstrap/context:python)
[![Black Code Style](https://img.shields.io/badge/code%20style-black-000000)](https://github.com/psf/black)

An easy-to-use utility toolbelt for Discord bots written in Python.<br>
[**Read the docs »**](https://botstrap.readthedocs.io)

</div>

## Overview

Do you store your Discord bot token in
[plaintext](https://en.wikipedia.org/wiki/Plaintext)? Don't get caught with your pants
down. Strap in!

**Botstrap** is a Python library that augments your bot with features overlooked by most
Discord API wrappers:

- **Secure encryption** and password protection to keep your bot tokens safe
- A straightforward way to **manage multiple tokens** and/or bot configurations
- An intuitive, colorful, and easily-customizable **command-line interface** for your
  bot
- Out-of-the-box **compatibility** with all of the most popular Python
  [Discord libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
- ... and more to come!
