Skip to content
/ pything Public template

a starter template for Python libraries

License

Notifications You must be signed in to change notification settings

json2d/pything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f34ec06 Β· Sep 24, 2021

History

13 Commits
Mar 22, 2020
Aug 17, 2021
Mar 22, 2020
Mar 22, 2020
Aug 17, 2021
Sep 24, 2021
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Sep 24, 2021
Aug 17, 2021
Mar 22, 2020
Aug 17, 2021
Sep 24, 2021
Mar 22, 2020
Mar 22, 2020
Aug 17, 2021

Repository files navigation

🐍 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()