This repository has been archived on 2025-05-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
synchronizator-go/examples/mock_data/python.csv

794 B

1namecategorymetadata
2Djangoweb framework{"website":"https://djangoproject.com","github":"django/django","package_manager":"pip","latest_version":"4.2.0"}
3FastAPIweb framework{"website":"https://fastapi.tiangolo.com","github":"tiangolo/fastapi","package_manager":"pip","async_support":true}
4Requestshttp client{"website":"https://requests.readthedocs.io","github":"psf/requests","package_manager":"pip","type":"library"}
5Beautiful Soupweb scraping{"website":"https://www.crummy.com/software/BeautifulSoup","github":"waylan/beautifulsoup","parser_support":["html","xml"]}
6Clickcli{"website":"https://click.palletsprojects.com","github":"pallets/click","type":"framework","python_versions":">=3.7"}