Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/json2d/pything
- Owner: json2d
- License: mit
- Created: 2020-03-22T13:10:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T22:21:56.000Z (over 3 years ago)
- Last Synced: 2024-11-16T21:05:41.626Z (about 2 months ago)
- Topics: library-template, python, workflow
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 pytpyt.do_stuff()
```
## More advanced usage
Then here's this stuff you can do with a pything:
```py
import pything as pytpyt.do_crazier_stuff()
```