# API Star: Python 3 API Framework

DevFeed: [API Star: Python 3 API Framework](<https://devfeed.tech/articles/api-star-python-3-api-framework-26282.md>)

Original publisher: [Read original article](<https://masnun.com/api-star-python-3-api-framework/>)

Author: masnun

Published: 2018-02-03T14:46:17Z

Content type: tutorial

Language: en

Sources: [Abu Ashraf Masnun](<https://devfeed.tech/sources/abu-ashraf-masnun.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Python](<https://devfeed.tech/topics/python.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [async](<https://devfeed.tech/tags/async.md>), [backend](<https://devfeed.tech/tags/backend.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [framework](<https://devfeed.tech/tags/framework.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [orm](<https://devfeed.tech/tags/orm.md>), [python](<https://devfeed.tech/tags/python.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [serialization](<https://devfeed.tech/tags/serialization.md>)

## AI overview

A tutorial introducing API Star, a Python 3 API framework. It covers the framework's support for type hints, asyncio, WSGI, command-line project creation, optional Django ORM and SQLAlchemy integrations, and automatic API documentation, validation, and serialization.

## Source excerpt

For building quick APIs in Python, I have mostly depended on Flask. Recently I came across a new API framework for Python 3 named "API Star" which seemed really interesting to me for several reasons. Firstly the framework embraces modern Python features like type hints and asyncio. And then it goes ahead and uses these [...] The post API Star: Python 3 API Framework appeared first on Abu Ashraf Masnun.