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
- Host: GitHub
- URL: https://github.com/matthewfeickert/python-venvs
- Owner: matthewfeickert
- License: bsd-3-clause
- Created: 2019-01-24T08:10:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T05:44:21.000Z (over 7 years ago)
- Last Synced: 2025-03-26T02:26:37.136Z (over 1 year ago)
- Topics: python3, venv, virtual-environments
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python virtual environments with `venv` powered by `poetry`
[](https://opensource.org/licenses/BSD-3-Clause)
[](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