Root README badges + fix python badge + loosen FastAPI dep + extras docs cleanup#146
Merged
Conversation
…lassifiers and loosen fastapi dep - Add title, Codecov/PyPI/Python badges, description and docs link to root README - Add trove classifiers to core pyproject so the pyversions badge resolves - Loosen fastapi[standard] extra: keep floor, drop upper cap - Document the inertia and ai extras in README and CLAUDE.md
Only these extras are used; remove postgres/sqlite/mysql (and the previously added inertia/ai) from the README and CLAUDE.md extras lists.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidated follow-ups after PR #145. Single PR — please do not merge; leave for review/merge.
Changes
readme.mdheader — added a header block at the top: project title, Codecov / PyPI version / Python versions badges, a one-line description and docs link. The existing Setup / git-hooks section is preserved below.classifierslist to[project]infastapi_startkit/pyproject.toml(includingProgramming Language :: Python :: 3.12/3.13). Thepyversionsbadge resolves from these once the next release is published to PyPI.fastapi[standard] (>=0.124.4,<0.125.0)→fastapi[standard]>=0.124.4(keep the floor, drop the upper cap).inertiaandaiextras infastapi_startkit/README.mdandCLAUDE.mdso the docs match the extras actually defined inpyproject.toml.Notes
main(d36c473);fastapi_startkit/README.mdfrom PR Show test coverage in core package README via Codecov badge #145 was left intact and only appended to.pyproject.tomlvalidated to parse (tomllib).