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

https://github.com/matthewfeickert/python-venvs

Setup and pyproject.toml files for Python 3 virtual environments with venv powered by poetry
https://github.com/matthewfeickert/python-venvs

python3 venv virtual-environments

Last synced: 6 months ago
JSON representation

Setup and pyproject.toml files for Python 3 virtual environments with venv powered by poetry

Awesome Lists containing this project

README

          

# Python virtual environments with `venv` powered by `poetry`

[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

Setup and `pyproject.toml` files for Python 3 [virtual environments](https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments) with [`venv`](https://docs.python.org/3/library/venv.html) powered by [`poetry`](https://poetry.eustace.io/)
- `requirements.txt` too for the time being

## Environments

- data-science