Skip to content

Latest commit

Β 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌌 aeoncord

Elegant Discord API client

Python License Code Style Lint Type Check Tests uv


A modern, elegant and fast Discord API client built with Python.


✨ Features

  • πŸš€ Modern async-first architecture
  • 🧩 Clean and extensible API
  • ⚑ Fast dependency management with uv
  • πŸ›‘οΈ Type-safe development workflow
  • πŸ§ͺ Built-in testing and linting support

πŸ“¦ Installation

Using uv (recommended)

git clone https://github.com/mrf0rtuna4/aeoncord.git

cd aeoncord

uv sync --all-extras

Activate the environment:

source .venv/bin/activate

Windows:

.venv\Scripts\activate

Using pip

git clone https://github.com/mrf0rtuna4/aeoncord.git

cd aeoncord

python -m venv venv

source venv/bin/activate
# Windows: venv\Scripts\activate

pip install -e ".[dev]"

Structure


πŸ›  Development

Run checks locally:

ruff check .
ruff format --check .
mypy .
pytest

Or with uv:

uv run ruff check .
uv run ruff format --check .
uv run mypy .
uv run pytest

πŸ“„ License

ARR Β© mr_fortuna

About

🌌 Elegant Discord API client

Topics

Resources

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages