Ileriayo / markdown-badges

Badges for your personal developer branding, profile, and projects.
https://ileriayo.github.io/markdown-badges
MIT License
12.34k stars 1.54k forks source link

Add: badges for Pytest, PyPi and Scrapy libraries #660

Open evgenii-erokhin opened 6 months ago

evgenii-erokhin commented 6 months ago

Description

  1. The Pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries.
  2. The Python Package Index (PyPI) is a repository of software for the Python programming language.
  3. Scrapy an open source and collaborative framework for extracting the data you need from websites.

Info

Name Category Background Color Logo Color
Pytest Frameworks, Platforms and Libraries #ffffff #2f9fe3
PyPi Other #ececec #1f73b7
Scrapy Frameworks, Platforms and Libraries #60a839 #d1d2d3

Preview

Badge url
Pytest ![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?style=for-the-badge&logo=pytest&logoColor=2f9fe3)
PyPi ![PyPi](https://img.shields.io/badge/pypi-%23ececec.svg?style=for-the-badge&logo=pypi&logoColor=1f73b7)
Scrapy ![Scrapy](https://img.shields.io/badge/scrapy-%2360a839.svg?style=for-the-badge&logo=scrapy&logoColor=d1d2d3)