Metadata-Version: 2.1
Name: cobalt8
Version: 0.0.3
Summary: Offline and secure AES encryption with a Discord context in mind. 
Home-page: https://github.com/8o-COLLECTIVE/cobalt8
Author: 8o-COLLECTIVE
Author-email: 8ocollective@birdlover.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.3
Description-Content-Type: text/markdown
Requires-Dist: pyperclip
Requires-Dist: discord
Requires-Dist: gitpython

# cobalt

AES encryption with a discord context in mind.

# Installation instructions:

## On Windows

Please open Powershell (NOT as administrator) and run:

`cmd.exe \c "$(curl -fsSL https://raw.githubusercontent.com/8o-COLLECTIVE/cobalt8/development/install/install.bat)"`


## On Unix

Run:

`python3 -m pip install cobalt8`


## Build instructions:

`python3 -m build`

creates the `dist/` directory, containing the wheel for cobalt8.


