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

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

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/)