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

https://github.com/profjsb/pyadder

Skeleton to highlight package structure
https://github.com/profjsb/pyadder

Last synced: 4 months ago
JSON representation

Skeleton to highlight package structure

Awesome Lists containing this project

README

          

# PyAdder

[![Python package](https://github.com/profjsb/PyAdder/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/profjsb/PyAdder/actions/workflows/test.yml)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5975993.svg)](https://doi.org/10.5281/zenodo.5975993)

[![codecov](https://codecov.io/gh/profjsb/PyAdder/branch/master/graph/badge.svg)](https://codecov.io/gh/profjsb/PyAdder)

[![PyPi version](https://badgen.net/pypi/v/PyAdder/)](https://pypi.com/project/PyAdder)

[![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/PyAdder/)

[![GitHub latest commit](https://badgen.net/github/last-commit/profjsb/PyAdder)](https://GitHub.com/profjsb/PyAdder/commit/)

Show off the structure of a Python codebase.

```
PyAdder/
├── .coveragerc
├── .github
│ └── workflows
│ └── test.yml
├── .gitignore
├── Dockerfile
├── LICENSE.txt
├── README.md
├── CHANGES.txt
├── pyproject.toml
├── adder
│ ├── __init__.py
│ └── tests
│ ├── __init__.py
│ └── test_one_number.py
```