Skip to content

Commit 050ab45

Browse files
committed
Add new projects
1 parent ba3ae16 commit 050ab45

File tree

1 file changed

+222
-5
lines changed

1 file changed

+222
-5
lines changed

projects.yaml

Lines changed: 222 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,11 @@ projects:
930930
category: others
931931
conda_id: conda-forge/jinja2
932932
pypi_id: jinja2
933+
- name: Mako
934+
github_id: sqlalchemy/mako
935+
category: others # templating
936+
conda_id: conda-forge/mako
937+
pypi_id: mako
933938
- name: pyramid_jinja2
934939
github_id: Pylons/pyramid_jinja2
935940
category: pyramid-utils
@@ -1971,6 +1976,7 @@ projects:
19711976
github_id: cenobites/flask-jsonrpc
19721977
category: flask-utils
19731978
labels: ["flask"]
1979+
license: BSD-3-Clause
19741980
pypi_id: rpc
19751981
- name: flask-paginate
19761982
github_id: lixxu/flask-paginate
@@ -2423,11 +2429,15 @@ projects:
24232429
github_id: locustio/locust
24242430
pypi_id: locust
24252431
category: testing
2426-
- name: GoAccess
2427-
github_id: allinurl/goaccess
2428-
apt_id: goaccess
2429-
brew_id: goaccess
2430-
category: monitoring
2432+
- name: vcrpy
2433+
github_id: kevin1024/vcrpy
2434+
pypi_id: vcrpy
2435+
category: testing
2436+
- name: Model Bakery
2437+
github_id: model-bakers/model_bakery
2438+
pypi_id: model_bakery
2439+
labels: ["django"]
2440+
category: testing
24312441
- name: GoAccess
24322442
github_id: allinurl/goaccess
24332443
apt_id: goaccess
@@ -2436,10 +2446,12 @@ projects:
24362446
- name: Kong
24372447
github_id: kong/kong
24382448
dockerhub_id: kong
2449+
license: Apache-2.0
24392450
category: api-proxies
24402451
- name: tyk
24412452
github_id: TykTechnologies/tyk
24422453
category: api-proxies
2454+
license: MPL-2.0
24432455
- name: ngxtop
24442456
github_id: lebinh/ngxtop
24452457
pypi_id: ngxtop
@@ -2452,3 +2464,208 @@ projects:
24522464
github_id: fastai/ghapi
24532465
pypi_id: ghapi
24542466
category: third-party-apis
2467+
- name: tartiflette-asgi
2468+
github_id: tartiflette/tartiflette-asgi
2469+
pypi_id: tartiflette-asgi
2470+
labels: ["graphql"]
2471+
category: graphql
2472+
- name: djangorestframework-stubs
2473+
github_id: typeddjango/djangorestframework-stubs
2474+
category: django-utils
2475+
labels: ["django"]
2476+
pypi_id: djangorestframework-stubs
2477+
- name: markdown-include
2478+
github_id: cmacmackin/markdown-include
2479+
category: markdown
2480+
pypi_id: markdown-include
2481+
- name: pymdown-extensions
2482+
github_id: facelessuser/pymdown-extensions
2483+
category: markdown
2484+
pypi_id: pymdown-extensions
2485+
conda_id: conda-forge/pymdown-extensions
2486+
- name: tinkerer
2487+
github_id: vladris/tinkerer
2488+
category: others
2489+
pypi_id: tinkerer
2490+
- name: grpc
2491+
github_id: grpc/grpc
2492+
category: rpc
2493+
pypi_id: grpcio
2494+
conda_id: conda-forge/grpcio
2495+
- name: guillotina
2496+
github_id: plone/guillotina
2497+
category: servers
2498+
pypi_id: guillotina
2499+
- name: yandex-tank
2500+
github_id: yandex/yandex-tank
2501+
category: testing
2502+
- name: golem
2503+
github_id: golemhq/golem
2504+
category: testing
2505+
pypi_id: golem-framework
2506+
- name: molotov
2507+
github_id: loads/molotov
2508+
category: testing
2509+
pypi_id: molotov
2510+
- name: fsociety
2511+
github_id: fsociety-team/fsociety
2512+
category: testing
2513+
pypi_id: fsociety
2514+
- name: httprunner
2515+
github_id: httprunner/httprunner
2516+
category: testing
2517+
pypi_id: httprunner
2518+
- name: tavern
2519+
github_id: taverntesting/tavern
2520+
category: testing
2521+
pypi_id: tavern
2522+
- name: flama
2523+
github_id: perdy/flama
2524+
category: web-frameworks
2525+
pypi_id: flama
2526+
- name: Prometheus Client
2527+
github_id: prometheus/client_python
2528+
description: "Python client for the Prometheus monitoring system."
2529+
category: monitoring
2530+
pypi_id: prometheus-client
2531+
- name: best-of-ml-python - DB Clients
2532+
github_id: ml-tooling/best-of-ml-python
2533+
category: "third-party-apis"
2534+
resource: True
2535+
description: "Collection of python database client libraries"
2536+
- name: itsdangerous
2537+
github_id: pallets/itsdangerous
2538+
category: others # security
2539+
conda_id: conda-forge/itsdangerous
2540+
pypi_id: itsdangerous
2541+
- name: livereload
2542+
github_id: lepture/python-livereload
2543+
category: servers
2544+
conda_id: conda-forge/livereload
2545+
pypi_id: livereload
2546+
- name: google-api-python-client
2547+
github_id: googleapis/google-api-python-client
2548+
category: third-party-apis
2549+
conda_id: conda-forge/google-api-python-client
2550+
pypi_id: google-api-python-client
2551+
- name: slackclient
2552+
github_id: slackapi/python-slack-sdk
2553+
category: third-party-apis
2554+
conda_id: conda-forge/slackclient
2555+
pypi_id: slackclient
2556+
- name: GitPython
2557+
github_id: gitpython-developers/GitPython
2558+
category: third-party-apis
2559+
conda_id: conda-forge/gitpython
2560+
pypi_id: gitpython
2561+
- name: twilio
2562+
github_id: twilio/twilio-python
2563+
category: third-party-apis
2564+
conda_id: conda-forge/twilio
2565+
pypi_id: twilio
2566+
- name: jira
2567+
github_id: pycontribs/jira
2568+
category: third-party-apis
2569+
conda_id: conda-forge/jira
2570+
pypi_id: jira
2571+
- name: simple-salesforce
2572+
github_id: simple-salesforce/simple-salesforce
2573+
category: third-party-apis
2574+
conda_id: conda-forge/simple-salesforce
2575+
pypi_id: simple-salesforce
2576+
- name: stripe
2577+
github_id: stripe/stripe-python
2578+
category: third-party-apis
2579+
pypi_id: stripe
2580+
- name: hvac
2581+
github_id: hvac/hvac
2582+
category: third-party-apis
2583+
conda_id: conda-forge/hvac
2584+
pypi_id: hvac
2585+
- name: google-resumable-media
2586+
github_id: googleapis/google-resumable-media-python
2587+
category: third-party-apis
2588+
conda_id: conda-forge/google-resumable-media
2589+
pypi_id: google-resumable-media
2590+
- name: uritemplate
2591+
github_id: python-hyper/uritemplate
2592+
category: url-utils
2593+
conda_id: conda-forge/uritemplate
2594+
pypi_id: uritemplate
2595+
- name: pyotp
2596+
github_id: pyauth/pyotp
2597+
category: auth
2598+
conda_id: conda-forge/pyotp
2599+
pypi_id: pyotp
2600+
- name: requests-oauthlib
2601+
github_id: requests/requests-oauthlib
2602+
category: auth
2603+
conda_id: conda-forge/requests-oauthlib
2604+
pypi_id: requests-oauthlib
2605+
- name: oauth2client
2606+
github_id: googleapis/oauth2client
2607+
category: auth
2608+
conda_id: conda-forge/oauth2client
2609+
pypi_id: oauth2client
2610+
- name: google-auth
2611+
github_id: googleapis/google-auth-library-python
2612+
category: auth
2613+
conda_id: conda-forge/google-auth
2614+
pypi_id: google-auth
2615+
- name: Flask-OpenID
2616+
github_id: mitsuhiko/flask-openid
2617+
category: auth
2618+
labels: ["flask"]
2619+
conda_id: conda-forge/flask-openid
2620+
pypi_id: flask-openid
2621+
- name: requests-toolbelt
2622+
github_id: requests/toolbelt
2623+
category: http-clients
2624+
conda_id: conda-forge/requests-toolbelt
2625+
pypi_id: requests-toolbelt
2626+
- name: prometheus-flask-exporter
2627+
github_id: rycus86/prometheus_flask_exporter
2628+
category: monitoring
2629+
labels: ["flask"]
2630+
pypi_id: prometheus-flask-exporter
2631+
- name: flask-swagger
2632+
github_id: gangverk/flask-swagger
2633+
category: openapi-utils
2634+
labels: ["flask"]
2635+
conda_id: conda-forge/flask-swagger
2636+
pypi_id: flask-swagger
2637+
- name: idna
2638+
github_id: kjd/idna
2639+
category: others
2640+
conda_id: conda-forge/idna
2641+
pypi_id: idna
2642+
- name: ipaddress
2643+
github_id: phihag/ipaddress
2644+
category: others
2645+
conda_id: conda-forge/ipaddress
2646+
pypi_id: ipaddress
2647+
- name: terminado
2648+
github_id: jupyter/terminado
2649+
category: others
2650+
conda_id: conda-forge/terminado
2651+
pypi_id: terminado
2652+
- name: certifi
2653+
github_id: certifi/python-certifi
2654+
category: others #security
2655+
conda_id: conda-forge/certifi
2656+
pypi_id: certifi
2657+
- name: selenium
2658+
github_id: SeleniumHQ/selenium
2659+
category: testing
2660+
conda_id: conda-forge/selenium
2661+
pypi_id: selenium
2662+
- name: coverage
2663+
github_id: nedbat/coveragepy
2664+
category: testing
2665+
conda_id: conda-forge/coverage
2666+
pypi_id: coverage
2667+
- name: parameterized
2668+
github_id: wolever/parameterized
2669+
category: testing
2670+
conda_id: conda-forge/parameterized
2671+
pypi_id: parameterized

0 commit comments

Comments
 (0)