Skip to main content

A tool for converting your normal python project to a virtual environment, with all the dependencies automatically set up

Project description

pyMigrate

A tool that automates the transformation of normal python projects to virtual environments. In simple words, the tool creates a virtual environment and automatically installs all the dependencies used in your project by identifying them and migrates the project to the newly created virtual environment.

Set-up :

This package will be released on pip soon, until then, you can copy pyMigrate to python package path and use pyMigrate.py to perform migration.

Usage:

For help :

pyMigrate.py help
pyMigrate.py app_root_directory virtual_env_directory

app_root_directory : The root directory of your project

virtual_env_directory : The place where virtualenv should be created

This project is only for python3 environments

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

pymigrate-np-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

pymigrate_np-0.0.1-py3-none-any.whl (4.0 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