https://github.com/pr4j3sh/python
python package/library template
https://github.com/pr4j3sh/python
boilerplate frames library package python template
Last synced: 4 months ago
JSON representation
python package/library template
- Host: GitHub
- URL: https://github.com/pr4j3sh/python
- Owner: pr4j3sh
- License: mit
- Created: 2025-01-12T10:48:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-07T22:04:33.000Z (12 months ago)
- Last Synced: 2025-05-07T23:19:27.268Z (12 months ago)
- Topics: boilerplate, frames, library, package, python, template
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Python Package/Library
A `python` package/library template
## Installation
```bash
npm create @pr4j3sh/frames@latest python mypkg
```
```bash
python -m venv .venv
```
```bash
source .venv/bin/activate
```
```bash
pip install -r requirements.txt
```
## Usage
```bash
python -m package.main
```
## References
- [Python Documentation](https://docs.python.org/3/)
- [Packaging User Guide](https://packaging.python.org/en/latest/)
- [@pr4j3sh/frames](https://pr4j3sh.github.io/frames/)