json2d / pything

a starter template for Python libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐍 pything

PyPI version Build Status Coverage Status

a Python library starter template

Quick install

pip install pything

Basic usage

[decent pitch]. Let's dive in.

Out-of-the-box you get some stuff you can do with a pything:

import pything as pyt

pyt.do_stuff()

More advanced usage

Then here's this stuff you can do with a pything:

import pything as pyt

pyt.do_crazier_stuff()

About

a starter template for Python libraries

License:MIT License


Languages

Language:Python 95.5%Language:Shell 2.5%Language:Batchfile 2.0%