Metadata-Version: 2.4
Name: cogload
Version: 0.0.3
Summary: Pre-loading for discord.py cog files
Home-page: https://github.com/TychoTeam/cogload
Author: Tycho
Author-email: mail@tycho.team
License: MIT
Keywords: discord.py,discord bot,cogs,discord cogs,discord.py cogs,dpy cogs
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: discord.py
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

`cogload` is a utility plugin for `discord.py`.  
It basically allows you to dynamically pre-load all cog files within a folder with near-zero overhead.

### View on [PyPI](https://pypi.org/project/cogload)

## Install Latest Release (`pip`)

```sh
pip install cogload
```

The package has been tested for Python `v3.8+`. It may not work on older versions.
