Skip to content

Commit 2c02b1f

Browse files
authored
Merge pull request #223 from benavlabs/igorbenav-patch-1
Update README.md
2 parents 52d1896 + 486e785 commit 2c02b1f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<p align="center">
2-
<a href="https://igorbenav.github.io/fastcrud/">
3-
<img src="https://github.com/igorbenav/fastcrud/blob/main/assets/fastcrud.png?raw=true" alt="FastCRUD written in white with a drawing of a gear and inside this gear a bolt." width="45%" height="auto">
2+
<a href="https://benavlabs.github.io/fastcrud/">
3+
<img src="https://github.com/benavlabs/fastcrud/blob/main/assets/fastcrud.png?raw=true" alt="FastCRUD written in white with a drawing of a gear and inside this gear a bolt." width="45%" height="auto">
44
</a>
55
</p>
66
<p align="center" markdown=1>
77
<i>Powerful CRUD methods and automatic endpoint creation for FastAPI.</i>
88
</p>
99
<p align="center" markdown=1>
10-
<a href="https://github.com/igorbenav/fastcrud/actions/workflows/tests.yml">
11-
<img src="https://github.com/igorbenav/fastcrud/actions/workflows/tests.yml/badge.svg" alt="Tests"/>
10+
<a href="https://github.com/benavlabs/fastcrud/actions/workflows/tests.yml">
11+
<img src="https://github.com/benavlabs/fastcrud/actions/workflows/tests.yml/badge.svg" alt="Tests"/>
1212
</a>
1313
<a href="https://pypi.org/project/fastcrud/">
1414
<img src="https://img.shields.io/pypi/v/fastcrud?color=%2334D058&label=pypi%20package" alt="PyPi Version"/>
1515
</a>
1616
<a href="https://pypi.org/project/fastcrud/">
1717
<img src="https://img.shields.io/pypi/pyversions/fastcrud.svg?color=%2334D058" alt="Supported Python Versions"/>
1818
</a>
19-
<a href="https://codecov.io/gh/igorbenav/fastcrud" >
20-
<img src="https://codecov.io/gh/igorbenav/fastcrud/graph/badge.svg?token=J7XUP29RKU"/>
19+
<a href="https://codecov.io/gh/benavlabs/fastcrud" >
20+
<img src="https://codecov.io/gh/benavlabs/fastcrud/graph/badge.svg?token=J7XUP29RKU"/>
2121
</a>
2222
</p>
2323
<hr>
2424
<p align="justify">
2525
<b>FastCRUD</b> is a Python package for <b>FastAPI</b>, offering robust async CRUD operations and flexible endpoint creation utilities, streamlined through advanced features like <b>auto-detected join</b> conditions, <b>dynamic sorting</b>, and offset and cursor <b>pagination</b>.
2626
</p>
27-
<p><b>Documentation</b>: <a href="https://igorbenav.github.io/fastcrud/">igorbenav.github.io/fastcrud</a></p>
27+
<p><b>Documentation</b>: <a href="https://benavlabs.github.io/fastcrud/">benavlabs.github.io/fastcrud</a></p>
2828
<hr>
2929
<h2>Features</h2>
3030

@@ -212,25 +212,25 @@ async def read_item(item_id: int, db: AsyncSession = Depends(get_session)):
212212

213213
In this example, we define custom endpoints for creating and reading items using FastCRUD directly, providing more flexibility in how the endpoints are structured and how the responses are handled.
214214

215-
To read more detailed descriptions, go to the <a href="https://igorbenav.github.io/fastcrud/">documentation</a>.
215+
To read more detailed descriptions, go to the <a href="https://benavlabs.github.io/fastcrud/">documentation</a>.
216216

217217
<h2>Showcase</h2>
218218

219-
Browse our [showcase](https://igorbenav.github.io/fastcrud/showcase/) to see projects and tutorials built with FastCRUD:
219+
Browse our [showcase](https://benavlabs.github.io/fastcrud/showcase/) to see projects and tutorials built with FastCRUD:
220220

221221
- 🚀 **Applications**: Web apps and services powered by FastCRUD
222222
- 📖 **Open Source**: Libraries and tools built with FastCRUD
223223
- 📝 **Tutorials**: Learn how to build with FastCRUD
224224

225225
<h3>Featured Projects</h3>
226226

227-
- **[FastAPI Boilerplate](https://github.com/igorbenav/FastAPI-boilerplate)**: Extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0 and PostgreSQL
227+
- **[FastAPI Boilerplate](https://github.com/benavlabs/FastAPI-boilerplate)**: Extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0 and PostgreSQL
228228
- **[Email Assistant API](https://github.com/igorbenav/email-assistant-api)**: Personalized email writing assistant using OpenAI
229-
- **[SQLModel Boilerplate](https://github.com/igorbenav/SQLModel-boilerplate)**: Async API boilerplate using FastAPI, SQLModel and PostgreSQL
229+
- **[SQLModel Boilerplate](https://github.com/benavlabs/SQLModel-boilerplate)**: Async API boilerplate using FastAPI, SQLModel and PostgreSQL
230230

231231
<h3>Share Your Project</h3>
232232

233-
Built something with FastCRUD? We'd love to feature it! Submit your project through our [showcase submission process](https://igorbenav.github.io/fastcrud/community/showcase_submission/).
233+
Built something with FastCRUD? We'd love to feature it! Submit your project through our [showcase submission process](https://benavlabs.github.io/fastcrud/community/showcase_submission/).
234234

235235
## References
236236

@@ -249,5 +249,5 @@ Built something with FastCRUD? We'd love to feature it! Submit your project thro
249249

250250
## Contact
251251

252-
Igor Magalhaes[@igormagalhaesr](https://twitter.com/igormagalhaesr)[email protected]
253-
[github.com/igorbenav](https://github.com/igorbenav/)
252+
Benav Labs[benav.io](https://benav.io)
253+
[github.com/benavlabs](https://github.com/benavlabs/)

0 commit comments

Comments
 (0)