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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file copy_env-0.1.2.tar.gz.
File metadata
- Download URL: copy_env-0.1.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcac47f7a5953ef40daec46b73386ea1584ce1224bf84a3f835cb04f01ceb760
|
|
| MD5 |
6bea72f0c900497c70c08eaec2fa8f20
|
|
| BLAKE2b-256 |
5eafe34b13f9e750507534c61ce6b344778e20e79f29a6adfb14277ca862c6ba
|
File details
Details for the file copy_env-0.1.2-py3-none-any.whl.
File metadata
- Download URL: copy_env-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dc366cfee2db9323ed86b7ca0f6485069ccb001ecddde1119d0340596b399ed
|
|
| MD5 |
cdce56fe874d258039a9007d966c4bc0
|
|
| BLAKE2b-256 |
72606fa34585ebc39bbf9844013fdb212666f5d6fef350f9602ff0666198ae4d
|