Skip to main content

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

Project description

copy_env

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_env 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_env import copy_env

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

copy_env(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.2.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

copy_env-0.1.2-py3-none-any.whl (13.6 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