generated from alecodes/base-template
794 B
794 B
| 1 | name | category | metadata |
|---|---|---|---|
| 2 | Django | web framework | {"website":"https://djangoproject.com","github":"django/django","package_manager":"pip","latest_version":"4.2.0"} |
| 3 | FastAPI | web framework | {"website":"https://fastapi.tiangolo.com","github":"tiangolo/fastapi","package_manager":"pip","async_support":true} |
| 4 | Requests | http client | {"website":"https://requests.readthedocs.io","github":"psf/requests","package_manager":"pip","type":"library"} |
| 5 | Beautiful Soup | web scraping | {"website":"https://www.crummy.com/software/BeautifulSoup","github":"waylan/beautifulsoup","parser_support":["html","xml"]} |
| 6 | Click | cli | {"website":"https://click.palletsprojects.com","github":"pallets/click","type":"framework","python_versions":">=3.7"} |