https://github.com/janduplessis883/empty-python-package
Empty Python Package Template
https://github.com/janduplessis883/empty-python-package
Last synced: 9 months ago
JSON representation
Empty Python Package Template
- Host: GitHub
- URL: https://github.com/janduplessis883/empty-python-package
- Owner: janduplessis883
- Created: 2023-08-11T19:52:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T20:03:29.000Z (over 2 years ago)
- Last Synced: 2025-02-01T17:15:02.648Z (11 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **PySamplePackage**
PySamplePackage is a Python package designed to simplify and enhance [PURPOSE/DESCRIPTION OF THE PACKAGE].
## **Features**
- **Easy Integration**: PySamplePackage can be easily integrated into your existing Python projects.
## **Installation**
```bash
pip install pysamplepackage
```
## **Quick Start**
```python
from pysamplepackage import SampleClass
```
## **Author Details**
- **Name**: Jan du Plessis
- **Email**: drjanduplessis@icloud.com
- **Github**: [janduplessis883](https://github.com/janduplessis883)
- **Website**: [AUTHOR WEBSITE]
Feel free to reach out for any questions, suggestions, or feedback!
## Licence
This project is licensed under the [LICENSE NAME]
## Makefile
### How to run tests
make tests
### install package
make install
### clean folder or make all - install and clean
make clean
