issues
search
Project-Path-of-Exile-Wiki
/
PyPoE
Collection of Python Tools for Path of Exile
GNU General Public License v3.0
24
stars
21
forks
source link
Tidy up local dev and codebase
#99
Open
pm5k
opened
1 year ago
pm5k
commented
1 year ago
Proposal
Enact a code freeze and notify all devs that no dev is to take place between 23rd Dec and 2nd Jan
In separate PRs:
Move project to Poetry and Python 3.11
Apply isort / black / flake8 fixes
Add mkdocs/mkdocstrings and use github actions to build a public github pages app to host the docs
Consider applying
Typer
as the new CLI handler for the project
Review some of the current code for various tidy actions like typing, DRYness and other basic stuff
Acceptance criteria
New state of codebase is cleaner, easier to maintain and document, better to understand, uses more modern tooling
Proposal
In separate PRs:
Acceptance criteria