pallets-eco / flask-sqlalchemy

Adds SQLAlchemy support to Flask
https://flask-sqlalchemy.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
4.18k stars 896 forks source link

update project files #1328

Closed davidism closed 2 months ago

davidism commented 2 months ago

One of my goals with Pallets-Eco is to standardize and document how our projects are organized and maintained. Using a standard layout and tool config across all projects makes it much easier for anyone familiar with one project to jump in to help another, and makes it easier to write one set of maintainer documentation for all.

This is a general update to more closely match how the Pallets projects are laid out. We try to use a minimal set of common tools without much custom config. I've pre-squashed the commits, see pallets/flask#5457 with each commit split out in the PR.

This also adds a message to the readme to inform potential contributors about Pallets-Eco and how they can get involved.