litestar-org/litestar

Docs: pypi.org description leading to a 404 error

Closed this issue · 1 comments

Summary

Hello

New to using the project, I found out that the pypi home for litlestar currently links to a 404

URL: https://pypi.org/project/litestar/
The "Example Applications" section's first item points to litestar-pg-redis-docker, which is currently showing a 404 error


Note

While we are open for sponsoring on GitHub Sponsors and
OpenCollective, we also utilize Polar.sh to engage in pledge-based sponsorship.

Check out all issues funded or available for funding on our Polar.sh dashboard

  • If you would like to see an issue prioritized, make a pledge towards it!
  • We receive the pledge once the issue is completed & verified
  • This, along with engagement in the community, helps us know which features are a priority to our users.
Fund with Polar

Heya @romuald, thanks for the callout. The repo you linked has not been updated for a long time and thus is no longer an ideal example that utilizes the full extent of Litestar.

If you are willing, we would accept a PR that removes the reference to this repo.

You can make the change in the following file, which I believe will be reflected in PyPi in the next release🙂.

litestar/README.md

Lines 109 to 111 in 4894593

- [litestar-pg-redis-docker](https://github.com/litestar-org/litestar-pg-redis-docker): In addition to Litestar, this
demonstrates a pattern of application modularity, SQLAlchemy 2.0 ORM, Redis cache connectivity, and more. Like all
Litestar projects, this application is open to contributions, big and small.

In the mean time, if you need a reference repo, here are few.