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
- Host: GitHub
- URL: https://github.com/profjsb/pyadder
- Owner: profjsb
- License: other
- Created: 2016-11-17T18:55:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T02:48:59.000Z (over 4 years ago)
- Last Synced: 2026-02-06T11:48:52.120Z (5 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# PyAdder
[](https://github.com/profjsb/PyAdder/actions/workflows/test.yml)
[](https://doi.org/10.5281/zenodo.5975993)
[](https://codecov.io/gh/profjsb/PyAdder)
[](https://pypi.com/project/PyAdder)
[](https://pypi.python.org/pypi/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
```