pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

Boxes: Add `Litestar` as an entry into web development

Open JacobCoffee opened this issue 1 year ago • 2 comments

What

This list is not very up to date, but I'd like to add a project I help maintain to the list:

How

This would be done in /admin/boxes/box/15/change/ with the following added: <a href="https://litestar.dev/" class="tag">Litestar</a>

JacobCoffee avatar Sep 12 '24 19:09 JacobCoffee

Hi,

Is this still needed ?

HasanFaraaz avatar Jul 27 '25 15:07 HasanFaraaz

@HasanFaraaz It's not something that can be done outside of Django Admin but there are other issues available! :)

JacobCoffee avatar Jul 28 '25 16:07 JacobCoffee

Done, and also:

  • Pyramid http://www.pylonsproject.org/ -> https://trypyramid.com/
  • Flask http://flask.pocoo.org -> https://flask.palletsprojects.com/
  • PyQt http://www.riverbankcomputing.co.uk/software/pyqt/intro -> https://riverbankcomputing.com/software/pyqt/intro
  • PySide https://wiki.qt.io/PySide -> https://wiki.qt.io/Qt_for_Python
  • Roundup https://roundup.sourceforge.io/ -> https://www.roundup-tracker.org/
  • Ansible http://www.ansible.com -> https://docs.ansible.com/
  • and updated other URLs to use https

https://www.python.org/admin/boxes/box/15/change/ now looks like:

<h2 class="widget-title"><span aria-hidden="true" class="icon-python"></span>Use Python for&hellip;</h2>
<p class="give-me-more"><a href="/about/apps" title="More Applications">More</a></p>

<ul class="menu">
    <li><b>Web Development</b>:
        <span class="tag-wrapper"><a class="tag" href="https://www.djangoproject.com/">Django</a>, <a class="tag" href="https://trypyramid.com/">Pyramid</a>, <a class="tag" href="https://bottlepy.org">Bottle</a>, <a class="tag" href="https://www.tornadoweb.org/">Tornado</a>, <a href="https://flask.palletsprojects.com/" class="tag">Flask</a>, <a href="https://litestar.dev/" class="tag">Litestar</a>, <a class="tag" href="https://www.web2py.com/">web2py</a></span></li>
    <li><b>GUI Development</b>:
        <span class="tag-wrapper"><a class="tag" href="https://wiki.python.org/moin/TkInter">tkInter</a>, <a class="tag" href="https://wiki.gnome.org/Projects/PyGObject">PyGObject</a>, <a class="tag" href="https://riverbankcomputing.com/software/pyqt/intro">PyQt</a>, <a class="tag" href="https://wiki.qt.io/Qt_for_Python">PySide</a>, <a class="tag" href="https://kivy.org/">Kivy</a>, <a class="tag" href="https://www.wxpython.org/">wxPython</a>, <a class="tag" href="https://dearpygui.readthedocs.io/en/latest/">DearPyGui</a></span></li>
    <li><b>Scientific and Numeric</b>:
        <span class="tag-wrapper">
<a class="tag" href="https://scipy.org/">SciPy</a>, <a class="tag" href="https://pandas.pydata.org/">Pandas</a>, <a href="https://ipython.org/" class="tag">IPython</a></span></li>
    <li><b>Software Development</b>:
        <span class="tag-wrapper"><a class="tag" href="https://buildbot.net/">Buildbot</a>, <a class="tag" href="https://trac.edgewall.org/">Trac</a>, <a class="tag" href="https://www.roundup-tracker.org/">Roundup</a></span></li>
    <li><b>System Administration</b>:
        <span class="tag-wrapper"><a class="tag" href="https://docs.ansible.com/">Ansible</a>, <a class="tag" href="https://saltproject.io/">Salt</a>, <a class="tag" href="https://www.openstack.org/">OpenStack</a>, <a class="tag" href="https://xon.sh/">xonsh</a></span></li>
</ul>

hugovk avatar Nov 22 '25 19:11 hugovk