https://github.com/apeworx/project-template
Plugin project template for the Ape Framework
https://github.com/apeworx/project-template
ape apeworx python
Last synced: 12 months ago
JSON representation
Plugin project template for the Ape Framework
- Host: GitHub
- URL: https://github.com/apeworx/project-template
- Owner: ApeWorX
- License: apache-2.0
- Created: 2021-02-13T20:17:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T15:58:40.000Z (about 1 year ago)
- Last Synced: 2025-07-01T09:44:04.156Z (about 1 year ago)
- Topics: ape, apeworx, python
- Language: Python
- Homepage: https://www.apeworx.io/
- Size: 86.9 KB
- Stars: 24
- Watchers: 2
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Start
TODO: Description
## Dependencies
- [python3](https://www.python.org/downloads) version 3.9 up to 3.12.
## Installation
### via `pip`
You can install the latest release via [`pip`](https://pypi.org/project/pip/):
```bash
pip install
```
### via `setuptools`
You can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:
```bash
git clone https://github.com/ApeWorX/.git
cd
python3 setup.py install
```
## Quick Usage
TODO: Describe library overview in code
## Development
Please see the [contributing guide](CONTRIBUTING.md) to learn more how to contribute to this project.
Comments, questions, criticisms and pull requests are welcomed.