### Install the package:
pip3 install backporting
#### After the command `backporting` should be available from CLI.
## Additional commands to create venv if it's needed
### Create www directory where project sites and environment dir
mkdir /var/envs && mkdir /var/envs/bin
### Install virtualenvwrapper
sudo pip3 install virtualenvwrapper
sudo pip3 install --upgrade virtualenv
### Add these to your bashrc virutualenvwrapper work
export WORKON_HOME=/var/envs
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
export PROJECT_HOME=/var/www
export VIRTUALENVWRAPPER_HOOK_DIR=/var/envs/bin
source /usr/local/bin/virtualenvwrapper.sh
### Create virtualenv
mkvirtualenv --python=python3 test_env
Raw data
{
"_id": null,
"home_page": "https://github.com/levon2111/backporting.git",
"name": "backporting",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "Backporting",
"author": "LY",
"author_email": "Levon Yeghiazaryan <levon2111@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ed/8c/569e5821b032a9cce5dab28bd45f4107eee3ff152878b272b635ae2ab65b/backporting-1.0.1.tar.gz",
"platform": null,
"description": "\n### Install the package:\n\n pip3 install backporting\n \n#### After the command `backporting` should be available from CLI. \n\n\n\n\n## Additional commands to create venv if it's needed \n\n### Create www directory where project sites and environment dir\n\n mkdir /var/envs && mkdir /var/envs/bin\n\n### Install virtualenvwrapper\n\n sudo pip3 install virtualenvwrapper\n sudo pip3 install --upgrade virtualenv\n\n### Add these to your bashrc virutualenvwrapper work\n\n export WORKON_HOME=/var/envs\n export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3\n export PROJECT_HOME=/var/www\n export VIRTUALENVWRAPPER_HOOK_DIR=/var/envs/bin\n source /usr/local/bin/virtualenvwrapper.sh\n\n### Create virtualenv\n mkvirtualenv --python=python3 test_env\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Backporting tool",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/levon2111/backporting",
"Issues": "https://github.com/levon2111/backporting/issues"
},
"split_keywords": [
"backporting"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c8046b1b670b7634c7678e64f2f7ac6a79bbc70105d9af901668f6501da8e705",
"md5": "f48bbbd8272b4d57d37839cc6bcd39ba",
"sha256": "1e3216af9686ed2f2e071eb086090efe1ecaa569d5ac27d5b84318497e4cbbfc"
},
"downloads": -1,
"filename": "backporting-1.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "f48bbbd8272b4d57d37839cc6bcd39ba",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 20621,
"upload_time": "2024-01-24T10:57:25",
"upload_time_iso_8601": "2024-01-24T10:57:25.055474Z",
"url": "https://files.pythonhosted.org/packages/c8/04/6b1b670b7634c7678e64f2f7ac6a79bbc70105d9af901668f6501da8e705/backporting-1.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed8c569e5821b032a9cce5dab28bd45f4107eee3ff152878b272b635ae2ab65b",
"md5": "460df1a45785a63766e18c003a17346e",
"sha256": "cea099449943499df52787ebc2a0b40c71e0837a3696c99da46df8e56c746efd"
},
"downloads": -1,
"filename": "backporting-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "460df1a45785a63766e18c003a17346e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19849,
"upload_time": "2024-01-24T10:57:26",
"upload_time_iso_8601": "2024-01-24T10:57:26.872108Z",
"url": "https://files.pythonhosted.org/packages/ed/8c/569e5821b032a9cce5dab28bd45f4107eee3ff152878b272b635ae2ab65b/backporting-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-24 10:57:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "levon2111",
"github_project": "backporting",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "backporting"
}