Metadata-Version: 2.1
Name: FastMSA
Version: 0.3
Summary: FastMSA - full-stack framework for microservice architecture applications
Home-page: https://github.com/2021-msa-study/fastmsa
Author: Joseph Kim, Benzamin Yoon
Author-email: cloudeyes@gmail.com
License: MIT
Download-URL: https://github.com/2021-msa-study/fastmsa/archive/v0.3.tar.gz
Description: # FastMSA
        
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastmsa)]()
        [![Build Status](https://travis-ci.com/2021-msa-study/fastmsa.svg?branch=main)](https://travis-ci.com/2021-msa-study/fastmsa)
        [![codecov](https://codecov.io/gh/2021-msa-study/fastmsa/branch/main/graph/badge.svg?token=IKCYRJZRKE)](https://codecov.io/gh/2021-msa-study/fastmsa)
        
        Fast Microservices Architecture Framework.
        
        ## Installation
        
        ```
        $ pip install fastmsa
        ```
        
        ## Basic Usages
        
        ```
        $ mkdir testapp && cd testapp
        $ msa init
        $ msa run
        ```
        
        ## Framework Architecture
        
        ![Framework Architecture Overview](https://raw.githubusercontent.com/2021-msa-study/fastmsa/main/docs/diagrams/out/abstract/overview.svg)
Keywords: fastmsa,microserviceframework,sqlalchemy,fastapi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
