Metadata-Version: 2.1
Name: j3-framework
Version: 0.4.5
Summary: J3 Framework - full-stack framework for microservice architecture applications
Home-page: https://dev.azure.com/j3-project/smartstock/_git/j3
Author: Joseph Kim
Author-email: cloudeyes@gmail.com
License: MIT
Download-URL: https://github.com/j3-project/j3/archive/v0.4.5.tar.gz
Keywords: j3,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

# J3 Framework

Fast Microservices Architecture Framework for J3

## Installation

```
$ pip install j3
```

## Basic Usages

```
$ mkdir testapp && cd testapp
$ msa init
$ msa run
```

## Framework Architecture

![Framework Architecture Overview](https://raw.githubusercontent.com/2021-msa-study/j3/main/docs/diagrams/out/abstract/overview.svg)


