@@ -811,9 +811,8 @@ _Libraries for package and dependency management._
811811
812812- [ pip] ( https://pip.pypa.io/en/stable/ ) - The package installer for Python.
813813 - [ pip-tools] ( https://github.com/jazzband/pip-tools ) - A set of tools to keep your pinned Python dependencies fresh.
814- - [ PyPI] ( https://pypi.org/ )
815814- [ conda] ( https://github.com/conda/conda/ ) - Cross-platform, Python-agnostic binary package manager.
816- - [ Hatch ] ( https://github.com/pypa/hatch ) - Modern, extensible Python project management.
815+ - [ hatch ] ( https://github.com/pypa/hatch ) - Modern, extensible Python project management.
817816- [ poetry] ( https://github.com/sdispater/poetry ) - Python dependency management and packaging made easy.
818817- [ uv] ( https://github.com/astral-sh/uv ) - An extremely fast Python package and project manager, written in Rust.
819818
@@ -1157,8 +1156,8 @@ _Traditional full stack web frameworks. Also see [RESTful API](https://github.co
11571156 - [ pyramid] ( https://pylonsproject.org/ ) - A small, fast, down-to-earth, open source Python web framework.
11581157 - [ awesome-pyramid] ( https://github.com/uralbash/awesome-pyramid )
11591158 - [ fastHTML] ( https://github.com/AnswerDotAI/fasthtml ) - The fastest way to create an HTML app.
1160- - [ masonite] ( https://github.com/MasoniteFramework/masonite ) - The modern and developer centric Python web framework.
11611159 - [ awesome-fasthtml] ( https://github.com/amosgyamfi/awesome-fasthtml )
1160+ - [ masonite] ( https://github.com/MasoniteFramework/masonite ) - The modern and developer centric Python web framework.
11621161- Asynchronous
11631162 - [ microdot] ( https://github.com/miguelgrinberg/microdot ) - The impossibly small web framework for Python and MicroPython.
11641163 - [ reflex] ( https://github.com/reflex-dev/reflex ) – A framework for building reactive, full-stack web applications entirely with python .
0 commit comments