Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/json2d/pything

a starter template for Python libraries
https://github.com/json2d/pything

library-template python workflow

Last synced: 26 days ago
JSON representation

a starter template for Python libraries

Awesome Lists containing this project

README

        

# 🐍 pything
[![PyPI version](https://badge.fury.io/py/pything.svg)](https://badge.fury.io/py/pything)
[![Build Status](https://travis-ci.com/json2d/pything.svg?branch=main)](https://travis-ci.com/json2d/pything) [![Coverage Status](https://coveralls.io/repos/github/json2d/pything/badge.svg?branch=main)](https://coveralls.io/github/json2d/pything?branch=main)

a Python library starter template

## Quick install
```bash
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:

```py
import pything as pyt

pyt.do_stuff()

```

## More advanced usage

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

```py
import pything as pyt

pyt.do_crazier_stuff()

```