Skip to main content

Re-organize a single-file app into a poetry directory for building.

Project description

poetry-org

Reorganizes files to the same structure as provided with poetry new without creating new files.

This script is useful when using poetry to manage a project that was not created with poetry new but was initialized with poetry init; the script allows conversion from a simple file structure (e.g., proj_dir/app_name.py) into a more standard one (e.g., proj_dir/app_name/app_name.py) for building with poetry build.

The script moves the app files from the root project directory into a sub-directory named after the app (as specified in the pyproject.toml file), leaving the meta files (e.g., README.md, LICENSE, pyproject.toml) in the root directory.

Installation

Install with pip using

pip install poetry-org

Usage

Run in the root directory of the poetry project (where pyproject.toml is located).

poetry-org

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poetry-org-0.1.7.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

poetry_org-0.1.7-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page