Skip to content

A Python asyncio service skeleton project

Notifications You must be signed in to change notification settings

benrady-aq/pythonista

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythonista

A Python skeleton project

Setup

To create a new project based on this skeleton, create a new directory with the name of your project, and inside of it, run:

git init
git pull [email protected]:benrady/pythonista.git
make test
git commit -am "Initial version"

This will initialize the directory and change all the project references inside it.

Usage

About

A Python asyncio service skeleton project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 70.2%
  • Python 22.6%
  • Shell 7.2%