# Project Title One Paragraph of project description goes here ## Summary Describe what dose this project mainly do ## Structure ├── action: xxxxxx ├── client: for tasuku RPC client ├── config: configuration for service ├── exchange: exchange data model layer │ ├── model │ └── proto: protocol for data exchange ├── exporter: handling data export ├── model: task related model ├── preview: result data preview handler ├── proto: task related protocol abstract ├── server │ ├── mq: actors of message queue │ └── rpc: actors of RPC server ├── template: static templates │ └── email_tpl: email template ├── tools: build tools ## Build A step by step series of examples that tell you have to get a development env running Say what the step will be ``` Give the example ``` And repeat ``` until finished ``` End with an example of getting some data out of the system or using it for a little demo ## Key Modules List the main modules and thier main logic including the time sequence graph if required. ``` Give an example ``` ## Deployment Add additional notes about how to deploy this on a live system ## Roadmap - [x] A - [ ] B - [ ] c ## Maintainers * **PainCompiler** - *Initial work* - [PainCompiler](https://github.com/paincompiler) ## Acknowledgments * Hat tip to anyone who's code was used * Inspiration * etc