New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-plait

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-plait

Python Gunicorn Thrift Microservices. Stand up a thrift microservice in python as a gunicorn app.

latest
Source
npmnpm
Version
1.3.1
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Yeoman Generator for Python Microservices

Yeoman generator

Getting Started

What is plait (Python Living As Interlocking ThriftServices)?

Trick question. It's not a thing. It's part of this guy:

Basically, yeoman wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create. Yeoman and Gurt are good friends and they work together to build out your application.

Installation

To get started first install Yeoman globally:

npm install -g yo

Then get Plait by cloning this repo:

git clone git@github.com:rewardStyle/generator-plait.git

cd into the directory and install dependencies:

npm install

then we need to link it so we can run it as a global package:

npm link

Go up a directory (or somewhere else) and make a new directory:

mkdir my-test-app && cd $_

Finally, initiate the generator, and this will make you some boilerplate for a new python microservice

yo plait

To begin hacking on your new microservice, be sure to follow the instructions in the generated README.md

Keywords

yeoman-generator

FAQs

Package last updated on 22 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts