generator-pywork
Version:
A generator that helps scaffolding a Bare-bone Python Application, with some templates for RabbitMQ/Redis/aioredis/Cassandra/MySQL/PostgreSQL
39 lines (38 loc) • 833 B
JSON
{
"name": "generator-pywork",
"version": "2.0.2",
"description": "A generator that helps scaffolding a Bare-bone Python Application, with some templates for RabbitMQ/Redis/aioredis/Cassandra/MySQL/PostgreSQL",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vutran1710/Pywork.git"
},
"author": {
"name": "Vu Tran",
"email": "me@vutr.io",
"url": "https://github.com/vutran1710"
},
"files": [
"generators"
],
"main": "app/index.js",
"keywords": [
"yeoman-generator",
"python",
"python-3.7",
"pipenv",
"python-worker",
"python-app",
"redis",
"aioredis",
"rabbitmq",
"cassandra",
"mysql",
"fastapi"
],
"dependencies": {
"chalk": "^3.0.0",
"yeoman-generator": "^4.2.0",
"yosay": "^2.0.2"
}
}