<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mani Mozaffar</title>
    <description>The latest articles on DEV Community by Mani Mozaffar (@manimozaffar).</description>
    <link>https://dev.to/manimozaffar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1058017%2Fe26c2338-6df6-471a-928d-4e57d68af209.jpeg</url>
      <title>DEV Community: Mani Mozaffar</title>
      <link>https://dev.to/manimozaffar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manimozaffar"/>
    <language>en</language>
    <item>
      <title>FastAPI New Version</title>
      <dc:creator>Mani Mozaffar</dc:creator>
      <pubDate>Mon, 03 Apr 2023 13:58:37 +0000</pubDate>
      <link>https://dev.to/manimozaffar/fastapi-new-version-3p5a</link>
      <guid>https://dev.to/manimozaffar/fastapi-new-version-3p5a</guid>
      <description>&lt;p&gt;✔️ Invitation to collaborate on an open source project&lt;br&gt;
Project Link:&lt;br&gt;
&lt;a href="https://github.com/ManiMozaffar/fastapi-integration"&gt;https://github.com/ManiMozaffar/fastapi-integration&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The goal of this project is to create a library that makes working with FastAPI easier and suitable for monolithic and smaller projects, similar to Django. In this library, features such as admin panel, command-line interface, and ORM using asyncpg and SQLAlchemy will be designed. In addition, other packages designed for FastAPI that support Asyncpg and SQLAlchemy will be added to the library.&lt;br&gt;
One example of this library is QueryMixin, which makes SqlAlchemy similar to Django:&lt;br&gt;
&lt;a href="https://github.com/ManiMozaffar/fastapi-integration/blob/main/fastapi_integration/queries/base.py"&gt;https://github.com/ManiMozaffar/fastapi-integration/blob/main/fastapi_integration/queries/base.py&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Like DRF, this library has a built-in pagination that shows links to the next and previous pages. It also has a CRUD class that uses the generic view method:&lt;br&gt;
&lt;a href="https://github.com/ManiMozaffar/fastapi-integration/blob/main/fastapi_integration/generic/crud.py"&gt;https://github.com/ManiMozaffar/fastapi-integration/blob/main/fastapi_integration/generic/crud.py&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, this library has a FastAPI app engine that you can visit from the link below. Its installation will not be a problem:&lt;br&gt;
&lt;a href="https://github.com/ManiMozaffar/fastapi-integration/blob/main/fastapi_integration/__init__.py"&gt;https://github.com/ManiMozaffar/fastapi-integration/blob/main/fastapi_integration/__init__.py&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This project is still in its early stages and needs a lot of help. If you think this library is useful, please support it by giving it a star.&lt;br&gt;
To participate in the project, please contact the following Telegram ID or email:&lt;/p&gt;

&lt;p&gt;t.me/mani_nikou&lt;br&gt;
&lt;a href="mailto:mozaffar20@itu.edu.tr"&gt;mozaffar20@itu.edu.tr&lt;/a&gt;&lt;/p&gt;

</description>
      <category>fastapi</category>
      <category>python</category>
    </item>
  </channel>
</rss>
