Skip to main content

A package to copy environment requirements from one venv to another.

Reason this release was yanked:

Will not install

Project description

[copy_environment]

Short Description

A package to copy environment requirements from one venv to another.

Long Description

copy_env is a Python package allowing the user to copy requirements from one venv to another. Users may interact with this package by importing the copy_environment function or from the command line as a script.

Examples

Command Line

C:\example\path\lib\site-packages> python init.py --source C:\example\path\python.exe --destination C:\other\example\python.exe C:\example\path\lib\site-packages> python init.py -s C:\example\path\python.exe -d C:\other\example\python.exe

Importing

from copy_environment import copy_environment

source: str = C:\example\path
destination: str = C:\other\example

copy_environment(source, destination)

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

copy_env-0.1.1.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

copy_env-0.1.1-py3-none-any.whl (13.7 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