Skip to content

Commit 65844e0

Browse files
committed
Add additional projects
1 parent 6300a9e commit 65844e0

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

projects.yaml

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ categories:
4848
title: "Web UI"
4949
- category: "admin-ui"
5050
title: "Admin UI"
51+
- category: "api-proxies"
52+
title: "API Proxies & Gateways"
5153
- category: "flask-utils"
5254
title: "Flask Utilities"
5355
- category: "fastapi-utils"
@@ -1257,6 +1259,14 @@ projects:
12571259
category: web-frameworks
12581260
conda_id: conda-forge/sanic
12591261
pypi_id: sanic
1262+
- name: CherryPy
1263+
github_id: cherrypy/cherrypy
1264+
pypi_id: cherrypy
1265+
category: web-frameworks
1266+
- name: emmett
1267+
github_id: emmett-framework/emmett
1268+
pypi_id: emmett
1269+
category: web-frameworks
12601270
- name: bottle
12611271
github_id: bottlepy/bottle
12621272
category: web-frameworks
@@ -1438,6 +1448,7 @@ projects:
14381448
- name: fastapi_cache
14391449
github_id: comeuplater/fastapi_cache
14401450
pypi_id: fastapi_cache
1451+
labels: ["fastapi"]
14411452
category: fastapi-utils
14421453
# Web Scraping & Crawling
14431454
- name: beautifulsoup4
@@ -2070,10 +2081,32 @@ projects:
20702081
github_id: swagger-api/swagger-ui
20712082
category: openapi-utils
20722083
labels: ["openapi"]
2084+
- name: swagger-codegen
2085+
github_id: swagger-api/swagger-codegen
2086+
maven_id: io.swagger.codegen.v3.swagger-codegen-maven-plugin
2087+
category: openapi-utils
2088+
labels: ["openapi"]
2089+
- name: OpenAPI Generator
2090+
github_id: OpenAPITools/openapi-generator
2091+
maven_id: org.openapitools.openapi-generator
2092+
pypi_id: openapi-generator-cli
2093+
npm_id: "@openapitools/openapi-generator-cli"
2094+
category: openapi-utils
2095+
labels: ["openapi"]
20732096
- name: redoc
20742097
github_id: Redocly/redoc
20752098
category: openapi-utils
20762099
labels: ["openapi"]
2100+
- name: OpenAPI-to-GraphQL
2101+
github_id: IBM/openapi-to-graphql
2102+
npm_id: openapi-to-graphql-cli
2103+
category: openapi-utils
2104+
labels: ["openapi", "graphql"]
2105+
- name: Spectacle
2106+
github_id: sourcey/spectacle
2107+
npm_id: spectacle-docs
2108+
category: openapi-utils
2109+
labels: ["openapi"]
20772110
- name: django-rest-swagger
20782111
github_id: marcgibbons/django-rest-swagger
20792112
category: openapi-utils
@@ -2162,6 +2195,21 @@ projects:
21622195
github_id: facebookarchive/huxley
21632196
category: testing
21642197
pypi_id: huxley
2198+
- name: Mockoon
2199+
github_id: mockoon/mockoon
2200+
labels: ["openapi"]
2201+
category: testing
2202+
- name: Prism
2203+
github_id: stoplightio/prism
2204+
npm_id: "@stoplight/prism-cli"
2205+
labels: ["openapi"]
2206+
category: testing
2207+
- name: Dredd
2208+
github_id: apiaryio/dredd
2209+
npm_id: dredd
2210+
pypi_id: dredd_hooks
2211+
labels: ["openapi"]
2212+
category: testing
21652213
- name: pyppeteer
21662214
github_id: miyakogi/pyppeteer
21672215
category: testing
@@ -2332,3 +2380,71 @@ projects:
23322380
github_id: p1c2u/openapi-core
23332381
pypi_id: openapi-core
23342382
category: openapi-utils
2383+
- name: fastapi-socketio
2384+
github_id: pyropy/fastapi-socketio
2385+
pypi_id: fastapi-socketio
2386+
labels: ["fastapi"]
2387+
category: fastapi-utils
2388+
- name: Strawberry GraphQL
2389+
github_id: strawberry-graphql/strawberry
2390+
pypi_id: strawberry-graphql
2391+
labels: ["graphql"]
2392+
category: graphql
2393+
- name: Starlette Prometheus
2394+
github_id: perdy/starlette-prometheus
2395+
pypi_id: starlette-prometheus
2396+
labels: ["fastapi"]
2397+
category: monitoring
2398+
- name: starlette context
2399+
github_id: tomwojcik/starlette-context
2400+
pypi_id: starlette-context
2401+
labels: ["fastapi"]
2402+
category: monitoring
2403+
- name: Spectree
2404+
github_id: 0b01001001/spectree
2405+
pypi_id: spectree
2406+
labels: ["openapi"]
2407+
category: openapi-utils
2408+
- name: datamodel-code-generator
2409+
github_id: koxudaxi/datamodel-code-generator
2410+
pypi_id: datamodel-code-generator
2411+
labels: ["openapi"]
2412+
category: openapi-utils
2413+
- name: AutoRest
2414+
github_id: Azure/autorest
2415+
labels: ["openapi"]
2416+
category: openapi-utils
2417+
- name: apispec
2418+
github_id: marshmallow-code/apispec
2419+
pypi_id: apispec
2420+
labels: ["openapi"]
2421+
category: openapi-utils
2422+
- name: Locust
2423+
github_id: locustio/locust
2424+
pypi_id: locust
2425+
category: testing
2426+
- name: GoAccess
2427+
github_id: allinurl/goaccess
2428+
apt_id: goaccess
2429+
brew_id: goaccess
2430+
category: monitoring
2431+
- name: GoAccess
2432+
github_id: allinurl/goaccess
2433+
apt_id: goaccess
2434+
brew_id: goaccess
2435+
category: monitoring
2436+
- name: Kong
2437+
github_id: kong/kong
2438+
dockerhub_id: kong
2439+
category: api-proxies
2440+
- name: tyk
2441+
github_id: TykTechnologies/tyk
2442+
category: api-proxies
2443+
- name: ngxtop
2444+
github_id: lebinh/ngxtop
2445+
pypi_id: ngxtop
2446+
category: monitoring
2447+
- name: snallygaster
2448+
github_id: hannob/snallygaster
2449+
pypi_id: snallygaster
2450+
category: web-scraping

0 commit comments

Comments
 (0)