diff --git a/README.md b/README.md index d7cc0b416..353806870 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,8 @@ This is a curated list of all the Open Source examples and projects we have at [ | [Bash as a Wrapper Utility](https://github.com/nanlabs/devops-reference/tree/main/examples/bash-as-a-wrapper-utility-basic/) | Bash as a wrapper utility for other languages and tools. | _Shell Scripting_, _Utilities_ | | [Bash as a Wrapper Utility with Easy Options](https://github.com/nanlabs/devops-reference/tree/main/examples/bash-as-a-wrapper-utility-with-easy-options/) | Bash as a wrapper utility for other languages and tools using Easy Options. | _Shell Scripting_, _Utilities_, _Easy Options_ | | [Parsing Shell Script Arguments with Easy Options](https://github.com/nanlabs/devops-reference/tree/main/examples/easy-options/) | Easy options for shell scripts. | _Shell Scripting_, _Utilities_, _Easy Options_ | -| [Python CLI Basic Example](https://github.com/nanlabs/backend-reference/tree/main/examples/cli-base) | Basic structure to create a command without passing the python command and the python file's path. | _Python3_, _PyCMD_ | -| [Python CLI with Typer + Rich Example](https://github.com/nanlabs/backend-reference/tree/main/examples/cli-typer-base) | Interaction with an external API, to retrieve some currencies exchange rates, make conversion returning styled console output. | _Python3_, _Requests_, _Rich_, _Typer_ | +| [Python CLI Basic Example](https://github.com/nanlabs/python-reference/tree/main/examples/cli-base) | Basic structure to create a command without passing the python command and the python file's path. | _Python3_, _PyCMD_ | +| [Python CLI with Typer + Rich Example](https://github.com/nanlabs/python-reference/tree/main/examples/cli-typer-base) | Interaction with an external API, to retrieve some currencies exchange rates, make conversion returning styled console output. | _Python3_, _Requests_, _Rich_, _Typer_ | | [ShellCheck for Shell Scripting](https://github.com/nanlabs/devops-reference/tree/main/examples/shellcheck-for-shell-scripting) | Learn how to use ShellCheck to lint your shell scripts and catch potential issues before they become a problem. | _Tutorial_, _ShellCheck_, _Shell Scripting_, _Automation_ | | [When to use Shell Scripts](https://google.github.io/styleguide/shellguide.html#when-to-use-shell) | A guide from Google on when to use shell scripts. | _Shell Scripting_, _Utilities_ | @@ -278,9 +278,9 @@ This is a curated list of all the Open Source examples and projects we have at [ | Name | Description | Keywords | | ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -| [FastAPI Basic Example](https://github.com/nanlabs/backend-reference/tree/main/examples/fastapi-base) | Rest API that retrieves mock data using Faker library. | _Python3_, _Faker_, _Factory-Boy_, _FastAPI_, _Pydantic_ | -| [FastAPI Complete CRUD Example](https://github.com/nanlabs/backend-reference/tree/main/examples/fastapi-crud) | Rest API that allows to create, read, update and delete employees and companies in the db, besides that, has endpoints to populate the db with Mock Data using faker. | _Python3_, _Faker_, _FastAPI_, _Pydantic_, _SQLAlchemy_, _Alembic_, _Docker_, _Docker Compose_, _PGAdmin_, _PostgreSQL_ | -| [FastAPI GraphQL](https://github.com/nanlabs/backend-reference/tree/main/examples/fastapi-gql) | GraphQL API that retrieves fake companies using Faker library. | _Python3_, _Factory-boy_, _Faker_, _FastAPI_, _Pydantic_, _Strawberry-graphql_ | +| [FastAPI Basic Example](https://github.com/nanlabs/python-reference/tree/main/examples/fastapi-base) | Rest API that retrieves mock data using Faker library. | _Python3_, _Faker_, _Factory-Boy_, _FastAPI_, _Pydantic_ | +| [FastAPI Complete CRUD Example](https://github.com/nanlabs/python-reference/tree/main/examples/fastapi-crud) | Rest API that allows to create, read, update and delete employees and companies in the db, besides that, has endpoints to populate the db with Mock Data using faker. | _Python3_, _Faker_, _FastAPI_, _Pydantic_, _SQLAlchemy_, _Alembic_, _Docker_, _Docker Compose_, _PGAdmin_, _PostgreSQL_ | +| [FastAPI GraphQL](https://github.com/nanlabs/python-reference/tree/main/examples/fastapi-gql) | GraphQL API that retrieves fake companies using Faker library. | _Python3_, _Factory-boy_, _Faker_, _FastAPI_, _Pydantic_, _Strawberry-graphql_ | ## Contributing