# pip-wrapper
`pip-wrapper` is a lightweight Python tool designed to streamline dependency management in Python projects. It provides commands to automatically sync installed packages with a `pyproject.toml` file, monitor your virtual environment for changes, and manage dependencies with ease.
--------------------------------------------------------------
## Features
- **Automated Dependency Tracking**: Keeps the `pyproject.toml` file in sync with installed packages.
- **Monitoring**: Watches for changes in the environment and updates dependencies in real-time.
- **Centralized Installation**: Install all dependencies from the `pyproject.toml` file.
- **Clear Command**: Easily clear all dependencies from the `pyproject.toml` file.
---
## Installation
To install `pip-wrapper`, run:
**pip install pip-wrapper**
## Commands:
1. Create pyproject.toml:
Initialize a new pyproject.toml file with a default structure.
**pip-wrapper create**
2. Monitor Environment:
Start monitoring your virtual environment for changes and automatically update the pyproject.toml file.
**pip-wrapper monitor**
3. Install Dependencies :
Install all dependencies listed in the pyproject.toml file.
**pip-wrapper install**
4. Clear Dependencies :
Clear all dependencies from the pyproject.toml file.
**pip-wrapper clear**
-------------------------------------------------------------
## Usage Instructions
1. Start by creating a pyproject.toml file in your project directory:
`pip-wrapper create`
2. Monitor changes in your virtual environment to keep your pyproject.toml updated:
`pip-wrapper monitor`
3. Install dependencies from your pyproject.toml in a new environment:
`pip-wrapper install`
4. Clear dependencies if needed:
`pip-wrapper clear`
------------------------------------------------------------------
## Why Use `pip-wrapper`?
- **Simplifies dependency management.**
- **Avoids manual updates to the `pyproject.toml` file.**
- **Ensures your dependencies are always in sync with your environment.**
-----------------------------------------------------------------------------
Raw data
{
"_id": null,
"home_page": "https://github.com/SAMAKSH10/pip-wrapper.git",
"name": "pip-wrapper-class",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "pip wrapper pyproject.toml dependency management",
"author": "Samaksh",
"author_email": "samakshsinghal5@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/72/0d/55e29d4f23671dcbacc14b075b27220d93c4cae9864624636b9e25d4f0d0/pip_wrapper_class-0.1.2.tar.gz",
"platform": null,
"description": "# pip-wrapper\r\n\r\n`pip-wrapper` is a lightweight Python tool designed to streamline dependency management in Python projects. It provides commands to automatically sync installed packages with a `pyproject.toml` file, monitor your virtual environment for changes, and manage dependencies with ease.\r\n\r\n--------------------------------------------------------------\r\n\r\n## Features\r\n\r\n- **Automated Dependency Tracking**: Keeps the `pyproject.toml` file in sync with installed packages.\r\n- **Monitoring**: Watches for changes in the environment and updates dependencies in real-time.\r\n- **Centralized Installation**: Install all dependencies from the `pyproject.toml` file.\r\n- **Clear Command**: Easily clear all dependencies from the `pyproject.toml` file.\r\n\r\n---\r\n\r\n## Installation\r\n\r\nTo install `pip-wrapper`, run:\r\n\r\n**pip install pip-wrapper**\r\n\r\n## Commands:\r\n\r\n1. Create pyproject.toml:\r\nInitialize a new pyproject.toml file with a default structure.\r\n\r\n**pip-wrapper create**\r\n\r\n2. Monitor Environment:\r\nStart monitoring your virtual environment for changes and automatically update the pyproject.toml file.\r\n\r\n**pip-wrapper monitor**\r\n\r\n3. Install Dependencies :\r\nInstall all dependencies listed in the pyproject.toml file.\r\n\r\n**pip-wrapper install**\r\n\r\n4. Clear Dependencies :\r\nClear all dependencies from the pyproject.toml file.\r\n\r\n**pip-wrapper clear**\r\n\r\n-------------------------------------------------------------\r\n\r\n## Usage Instructions\r\n\r\n1. Start by creating a pyproject.toml file in your project directory:\r\n\r\n`pip-wrapper create`\r\n\r\n2. Monitor changes in your virtual environment to keep your pyproject.toml updated:\r\n\r\n`pip-wrapper monitor`\r\n\r\n3. Install dependencies from your pyproject.toml in a new environment:\r\n\r\n`pip-wrapper install`\r\n\r\n4. Clear dependencies if needed:\r\n\r\n`pip-wrapper clear`\r\n\r\n------------------------------------------------------------------\r\n\r\n\r\n## Why Use `pip-wrapper`?\r\n\r\n- **Simplifies dependency management.**\r\n- **Avoids manual updates to the `pyproject.toml` file.**\r\n- **Ensures your dependencies are always in sync with your environment.**\r\n \r\n-----------------------------------------------------------------------------\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A custom pip wrapper to manage dependencies and update pyproject.toml.",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/SAMAKSH10/pip-wrapper.git"
},
"split_keywords": [
"pip",
"wrapper",
"pyproject.toml",
"dependency",
"management"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eb6fc873a33da1847ab286a6792ae1dc6be126f14792fae47a2cdccadc5dc8c4",
"md5": "00ec1218db4ed3f6239cddc0c11d8e74",
"sha256": "8c2642beb1d184322af61ed8537ee1e0820d026b950c1cb92a8f533fe75a9fcd"
},
"downloads": -1,
"filename": "pip_wrapper_class-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "00ec1218db4ed3f6239cddc0c11d8e74",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6127,
"upload_time": "2024-11-26T11:32:19",
"upload_time_iso_8601": "2024-11-26T11:32:19.869668Z",
"url": "https://files.pythonhosted.org/packages/eb/6f/c873a33da1847ab286a6792ae1dc6be126f14792fae47a2cdccadc5dc8c4/pip_wrapper_class-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "720d55e29d4f23671dcbacc14b075b27220d93c4cae9864624636b9e25d4f0d0",
"md5": "1387752623b7c8e63b9456f4035aeddd",
"sha256": "a8945f288b0e64791c788164123b603fa6c1cd93bbc0cccd63de7428c3e0f0cd"
},
"downloads": -1,
"filename": "pip_wrapper_class-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "1387752623b7c8e63b9456f4035aeddd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6029,
"upload_time": "2024-11-26T11:32:21",
"upload_time_iso_8601": "2024-11-26T11:32:21.565023Z",
"url": "https://files.pythonhosted.org/packages/72/0d/55e29d4f23671dcbacc14b075b27220d93c4cae9864624636b9e25d4f0d0/pip_wrapper_class-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 11:32:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SAMAKSH10",
"github_project": "pip-wrapper",
"github_not_found": true,
"lcname": "pip-wrapper-class"
}