Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Python 3 GRPC template

A cookiecutter (project template) for creating gRPC services in Python 3

  • Powered by cruft which lets you create templates and update them in projects later as you make changes to the template

Usage

Make sure you have cruft installed using Install Cruft

Create a new project:

cruft create https://github.com/usernames/sentieopy3_template

The CLI interface will ask some basic questions, such the name of the project, and then generate the boilerplate code

After that you can make it a proper git repo:

cd <your-project-slug>
git init
git add .
git commit -m "Initial project structure from cruft template"

You can get the updates into your project with:

cruft update

Setup Sentieo GRPC Application

https://sentieo.atlassian.net/l/c/x3tAPoSE

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages