Python (Poetry)

Package installer: Poetry

Framework
Python (Poetry)
Category
Languages
Publisher
Jetify
{
  "packages": [
    "python@latest",
    "poetry@latest"
  ],
  "shell": {
    "init_hook": [
      "poetry install"
    ],
    "scripts": {
      "run_test": "poetry run python -m poetry_demo",
      "test": "poetry run pytest"
    }
  }
}

Python with Poetry Example

Poetry automatically configures a virtual environment for installing your Python packages. This environment can be activated by running poetry shell from within your poetry project.

For more information, see the Poetry Docs

How to Run

In this directory, run:

devbox shell

This will automatically activate your poetry shell via the init_hook.

To exit the poetry shell, use exit. To exit your devbox shell, use exit again.

Configuration

Since Poetry automatically configures a virtual environment for you, no additional Devbox configuration is needed. You can mange your packages and projects.

README.md

Level up your dev environment

No need to switch your style. Devbox works with any coding language, so you can get results as you write.
PREPARE FOR LAUNCH

Plans for teams of any size

Jetify Cloud offers pricing plans for Solo Developers to Large Enterprises, and everything in between. All plans include free credits, and you are only billed for what you use. Need something custom? Contact our team and we can help.
YOUR INPUT COUNTS

Join the community

Discuss ideas, uses and builds with the Jetify team and others.