Skip to content

Commit 82c36d0

Browse files
committed
Merge branch 'main' into gh-pages
2 parents a9430fb + ec27533 commit 82c36d0

1 file changed

Lines changed: 15 additions & 143 deletions

File tree

index.html

Lines changed: 15 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,26 +2885,10 @@ <h3 class="mt-4 display-6">Serverless</h3>
28852885
</div>
28862886
</div>
28872887

2888-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
2889-
<div class="card">
2890-
<a href="https://localstack.cloud/" target="_blank">
2891-
<img class="card-img-top p-3" src="static/image/logos/localstack.svg" style="background-color: #3E3174; width:100%; height:auto;" alt="localstack">
2892-
</a>
2893-
<div class="card-body">
2894-
<p class="card-text mt-3"><small class="text-muted">
2895-
<a href="https://github.com/localstack" target="_blank">LocalStack</a>
2896-
is a cloud service emulator that runs in a single container on your laptop or in your CI environment.
2897-
</small></p>
2898-
<hr class="my-2">
2899-
<p class="card-text">A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline.</p>
2900-
</div>
2901-
</div>
2902-
</div>
2903-
29042888
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
29052889
<div class="card text-center">
29062890
<div class="card-body">
2907-
<a href="https://aws.github.io/chalice/" target="_blank">
2891+
<a href="https://github.com/aws/chalice" target="_blank">
29082892
<img class="card-img-top" src="static/image/logos/chalice.png" alt="Chalice">
29092893
</a>
29102894
<h5 class="card-title mt-3"><a href="https://github.com/aws/chalice" target="_blank">Chalice</a></h5>
@@ -2940,29 +2924,13 @@ <h2>
29402924
</div>
29412925
</div>
29422926

2943-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
2944-
<div class="card text-end">
2945-
<div class="p-3">
2946-
<a href="https://github.com/nficano/python-lambda" target="_blank">
2947-
<img class="card-img-top" src="static/image/logos/python-lambda.svg" style="width: 50%; height: auto;" alt="python-lambda">
2948-
</a>
2949-
</div>
2950-
<div class="card-body">
2951-
<h5 class="card-title mt-3"><a href="https://github.com/nficano/python-lambda" target="_blank">Python Lambda</a></h5>
2952-
<p class="card-text"><small>
2953-
Python-lambda is a toolset for developing and deploying serverless Python code in AWS Lambda.
2954-
</small></p>
2955-
</div>
2956-
</div>
2957-
</div>
2958-
29592927
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
29602928
<div class="card">
2961-
<a href="https://sloev.github.io/python-lambdarest/" target="_blank">
2929+
<a href="https://github.com/sloev/python-lambdarest" target="_blank">
29622930
<img class="card-img-top" src="static/image/logos/lambdarest.png" style="width: 100%; height: auto;" alt="lambdarest">
29632931
</a>
29642932
<div class="card-body">
2965-
<a href="https://sloev.github.io/python-lambdarest/" target="_blank">
2933+
<a href="https://github.com/sloev/python-lambdarest" target="_blank">
29662934
<h5>Lambdarest</h5>
29672935
</a>
29682936
<hr class="my-2">
@@ -2977,102 +2945,6 @@ <h5>Lambdarest</h5>
29772945

29782946
<hr class="my-4">
29792947

2980-
<!--Microservices-->
2981-
<div class="category" id="Microservices">
2982-
<h3 class="mt-4 display-6">Microservices</h3>
2983-
<p>
2984-
Microservices architecture is a compelling approach to designing and deploying software systems,
2985-
and Python is increasingly recognized as a strong choice for implementing microservices.
2986-
Popular frameworks such as Falcon, Flask, FastAPI, and Nameko offer lightweight and scalable solutions for building microservices in Python,
2987-
providing tools for handling HTTP requests, managing data, and orchestrating microservices interactions.
2988-
Python proves to be a robust and pragmatic choice for microservices development.
2989-
</p>
2990-
2991-
<div class="row grids mt-4" data-masonry='{"percentPosition": true }'>
2992-
2993-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
2994-
<div class="card p-3">
2995-
<a href="https://www.nameko.io/" target="_blank">
2996-
<img class="card-img-top" src="static/image/logos/nameko.png" alt="Nameko">
2997-
</a>
2998-
<figure class="p-3 mb-0">
2999-
<blockquote class="blockquote">
3000-
<p>
3001-
<small>
3002-
A microservices framework that lets service developers concentrate on application logic and encourages testability.
3003-
</small>
3004-
</p>
3005-
</blockquote>
3006-
<footer class="blockquote-footer mt-2">A microservice framework for Python.</footer>
3007-
</figure>
3008-
</div>
3009-
</div>
3010-
3011-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
3012-
<div class="card text-end">
3013-
<div class="card-header">
3014-
<h2>
3015-
<a href="https://falcon.readthedocs.io/" target="_blank">
3016-
<img class="card-img-top" src="static/image/logos/falcon.svg" style="height:60px; width:60px" alt="Falcon"/>
3017-
</a>
3018-
Falcon
3019-
</h2>
3020-
</div>
3021-
<div class="card-body">
3022-
<blockquote class="mb-0">
3023-
<p class="text-muted">
3024-
The no-magic web data plane API and <b>microservices</b> framework for Python developers,
3025-
with a focus on reliability, correctness, and performance at scale.
3026-
</p>
3027-
<hr class="mb-2">
3028-
<footer class="blockquote-footer mt-2 text-end">Falcon is rock solid and it’s fast.</footer>
3029-
</blockquote>
3030-
</div>
3031-
</div>
3032-
</div>
3033-
3034-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
3035-
<div class="card text-center">
3036-
<div class="card-body">
3037-
<a href="https://github.com/minos-framework/minos-python" target="_blank">
3038-
<img class="card-img-top" src="static/image/logos/minos.png" alt="minos">
3039-
</a>
3040-
<hr class="my-2">
3041-
<h3 class="card-title mt-3"><a href="https://github.com/minos-framework/minos-python" target="_blank">MinOS</a></h3>
3042-
<blockquote class="blockquote">
3043-
<p>A framework which helps you create reactive microservices in Python.</p>
3044-
</blockquote>
3045-
</div>
3046-
</div>
3047-
</div>
3048-
3049-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
3050-
<div class="card text-center">
3051-
<div class="card-body">
3052-
<a href="https://grpc.io/" target="_blank">
3053-
<img class="card-img-top" src="static/image/logos/grpc.png" style="width: 50%; height: auto;" alt="grpc">
3054-
</a>
3055-
<p class="card-text">
3056-
A high performance, open source universal RPC framework
3057-
</p>
3058-
<hr class="my-2">
3059-
<p>
3060-
<small class="text-muted">
3061-
It's framework built in Go by Google, and prvides
3062-
<a href="https://pypi.org/project/grpcio/" target="_blank">grpcio</a>
3063-
and <a href="https://pypi.org/project/grpcio-tools/" target="_blank">grpcio-tools</a>
3064-
supporting Python.
3065-
</small>
3066-
</p>
3067-
</div>
3068-
</div>
3069-
</div>
3070-
3071-
</div>
3072-
</div>
3073-
3074-
<hr class="my-4">
3075-
30762948
<!--DevOps-->
30772949
<div class="category" id="DevOps">
30782950
<h3 class="mt-4 display-6">DevOps</h3>
@@ -3086,13 +2958,13 @@ <h3 class="mt-4 display-6">DevOps</h3>
30862958

30872959
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
30882960
<div class="card p-3 text-center">
3089-
<a href="https://www.ansible.com/" target="_blank">
2961+
<a href="https://github.com/ansible/ansible" target="_blank">
30902962
<img class="card-img-top" src="static/image/logos/ansible.png" style="background-color: #000; width: 60%; height: auto;" alt="Ansible">
30912963
</a>
30922964
<figure class="p-3 mb-0">
30932965
<blockquote class="blockquote">
30942966
<p>
3095-
<a href="https://docs.ansible.com/" target="_blank">
2967+
<a href="https://github.com/ansible/ansible" target="_blank">
30962968
Ansible is a radically simple IT automation system.
30972969
</a>
30982970
</p>
@@ -3103,16 +2975,16 @@ <h3 class="mt-4 display-6">DevOps</h3>
31032975

31042976
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
31052977
<div class="card text-center">
3106-
<a href="https://www.fabfile.org/" target="_blank">
2978+
<a href="https://github.com/fabric/fabric" target="_blank">
31072979
<img class="card-img-top" src="static/image/logos/fabric.webp" style="width:50%; height:auto" alt="Fabric" />
31082980
</a>
31092981
<div class="card-body">
3110-
<h3 class="card-title"><a href="https://www.fabfile.org/" target="_blank">Fabric</a></h3>
2982+
<h3 class="card-title"><a href="https://github.com/fabric/fabric" target="_blank">Fabric</a></h3>
31112983
<p class="card-text"><small class="text-muted">A simple, Pythonic tool for remote execution and deployment.</small></p>
31122984
<hr class="my-2">
31132985
<p class="card-text">
3114-
Built on top of <a href="https://www.pyinvoke.org/" target="_blank">Invoke</a> (subprocess command execution and command-line features)
3115-
and <a href="https://www.paramiko.org/" target="_blank">Paramiko</a> (SSH protocol implementation).
2986+
Built on top of <a href="https://github.com/pyinvoke/invoke" target="_blank">Invoke</a> (subprocess command execution and command-line features)
2987+
and <a href="https://github.com/paramiko/paramiko" target="_blank">Paramiko</a> (SSH protocol implementation).
31162988
</p>
31172989
</div>
31182990
</div>
@@ -3121,7 +2993,7 @@ <h3 class="card-title"><a href="https://www.fabfile.org/" target="_blank">Fabric
31212993
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
31222994
<div class="card">
31232995
<div class="card-body">
3124-
<a href="https://pyinfra.com/" target="_blank">
2996+
<a href="https://github.com/pyinfra-dev/pyinfra" target="_blank">
31252997
<img class="card-img-top p-1" src="static/image/logos/pyinfra.png" style="width:100%; height:auto;" alt="Pyinfra">
31262998
</a>
31272999
<p class="card-text mt-3"><small><b>pyinfra</b> automates infrastructure using Python.</small></p>
@@ -3133,7 +3005,7 @@ <h3 class="card-title"><a href="https://www.fabfile.org/" target="_blank">Fabric
31333005
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
31343006
<div class="card">
31353007
<div class="card-body text-center">
3136-
<a href="https://repo.saltproject.io/" target="_blank">
3008+
<a href="https://github.com/saltstack/salt" target="_blank">
31373009
<img class="card-img-top" src="static/image/logos/salt.png" alt="Salt">
31383010
</a>
31393011
<figure class="p-3 mb-0">
@@ -3151,7 +3023,7 @@ <h3 class="card-title"><a href="https://www.fabfile.org/" target="_blank">Fabric
31513023
<div class="card">
31523024
<div class="card-header">
31533025
<h2 class="text-center">
3154-
<a href="http://supervisord.org/" target="_blank">
3026+
<a href="https://github.com/supervisor/supervisor" target="_blank">
31553027
Supervisor
31563028
</a>
31573029
</h2>
@@ -3184,19 +3056,19 @@ <h2 class="text-center">
31843056

31853057
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
31863058
<div class="card p-3 text-center">
3187-
<a href="https://www.buildbot.net/" target="_blank">
3059+
<a href="https://github.com/buildbot/buildbot/" target="_blank">
31883060
<img class="card-img-top" src="static/image/logos/buildbot.svg" style="background-color: #704B87; width: 100%; height: auto;" alt="BuildBot">
31893061
</a>
31903062
<figure class="p-3 mb-0">
31913063
<blockquote class="blockquote">
31923064
<p>
3193-
<a href="https://docs.ansible.com/" target="_blank">
3065+
<a href="https://github.com/buildbot/buildbot/" target="_blank">
31943066
The Continuous Integration Framework
31953067
</a>
31963068
</p>
31973069
</blockquote>
31983070
</figure>
3199-
<p><small><a href="https://www.buildbot.net/" target="_blank">Buildbot</a> can automate all aspects of the software development cycle</small></p>
3071+
<p><small><a href="https://github.com/buildbot/buildbot/" target="_blank">Buildbot</a> can automate all aspects of the software development cycle</small></p>
32003072
</div>
32013073
</div>
32023074

0 commit comments

Comments
 (0)