reqwizard


Namereqwizard JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/MrEddwolf/reqwizard
SummaryNone
upload_time2025-07-10 02:22:45
maintainerNone
docs_urlNone
authorMrEddwolf
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements setuptools packaging PyYAML
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Requirements Installer - pyreqinst

A smart installer for Python requirements files.  
Checks installed packages and versions, installs or updates as needed.

Um instalador inteligente para arquivos de requirements Python.  
Verifica pacotes instalados e versões, instala ou atualiza conforme necessário.

## Compatibility / Compatibilidade

Requires `Python 3.10` or higher  
Requer `Python 3.10` ou superior

## How to install / Como Instalar
<br>
Install pyreqinst via pip from PyPI:  
Instale o pyreqinst via pip a partir do PyPI:

```bash
pip install pyreqinst
```

_This installs the package in editable mode, so you can modify the code and test it without reinstalling._    
_Isso instala o pacote em modo editável, permitindo modificar o código e testá-lo sem precisar reinstalar._
<br>

## Usage / Uso
<br>
Run pyreqinst in your project folder to install or update dependencies from the default `requirements.txt` file:  
Execute o pyreqinst na pasta do seu projeto para instalar ou atualizar dependências a partir do arquivo padrão `requirements.txt`:

```bash
pyreqinst
```  
<br>
To specify a custom requirements file, use the --file (or -f) option:  
Para especificar um arquivo de requirements personalizado, use a opção --file (ou -f):

```bash
pyreqinst --file custom_requirements.txt
```
<br>
To perform a dry run (only check and show what would be installed or updated, without changing anything), use:  
Para fazer uma simulação (dry run), que apenas verifica e mostra o que seria instalado ou atualizado, sem alterar nada, use:

```bash
pyreqinst --dry-run
```
<br>
To check the installed version of pyreqinst, use:  
Para checar a versão instalada do pyreqinst, use:

```bash
pyreqinst --version
```


## License / Licença

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.  
Este projeto está licenciado sob a licença MIT. Veja o arquivo [LICENÇA](LICENSE) para detalhes.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MrEddwolf/reqwizard",
    "name": "reqwizard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "MrEddwolf",
    "author_email": "viana.edu@live.com",
    "download_url": "https://files.pythonhosted.org/packages/37/22/1d55e03720ed273ac27c4b6834921c666608818c2beed0553c4ce8cd7bc1/reqwizard-0.1.0.tar.gz",
    "platform": null,
    "description": "# Python Requirements Installer - pyreqinst\r\n\r\nA smart installer for Python requirements files.  \r\nChecks installed packages and versions, installs or updates as needed.\r\n\r\nUm instalador inteligente para arquivos de requirements Python.  \r\nVerifica pacotes instalados e vers\u00f5es, instala ou atualiza conforme necess\u00e1rio.\r\n\r\n## Compatibility / Compatibilidade\r\n\r\nRequires `Python 3.10` or higher  \r\nRequer `Python 3.10` ou superior\r\n\r\n## How to install / Como Instalar\r\n<br>\r\nInstall pyreqinst via pip from PyPI:  \r\nInstale o pyreqinst via pip a partir do PyPI:\r\n\r\n```bash\r\npip install pyreqinst\r\n```\r\n\r\n_This installs the package in editable mode, so you can modify the code and test it without reinstalling._    \r\n_Isso instala o pacote em modo edit\u00e1vel, permitindo modificar o c\u00f3digo e test\u00e1-lo sem precisar reinstalar._\r\n<br>\r\n\r\n## Usage / Uso\r\n<br>\r\nRun pyreqinst in your project folder to install or update dependencies from the default `requirements.txt` file:  \r\nExecute o pyreqinst na pasta do seu projeto para instalar ou atualizar depend\u00eancias a partir do arquivo padr\u00e3o `requirements.txt`:\r\n\r\n```bash\r\npyreqinst\r\n```  \r\n<br>\r\nTo specify a custom requirements file, use the --file (or -f) option:  \r\nPara especificar um arquivo de requirements personalizado, use a op\u00e7\u00e3o --file (ou -f):\r\n\r\n```bash\r\npyreqinst --file custom_requirements.txt\r\n```\r\n<br>\r\nTo perform a dry run (only check and show what would be installed or updated, without changing anything), use:  \r\nPara fazer uma simula\u00e7\u00e3o (dry run), que apenas verifica e mostra o que seria instalado ou atualizado, sem alterar nada, use:\r\n\r\n```bash\r\npyreqinst --dry-run\r\n```\r\n<br>\r\nTo check the installed version of pyreqinst, use:  \r\nPara checar a vers\u00e3o instalada do pyreqinst, use:\r\n\r\n```bash\r\npyreqinst --version\r\n```\r\n\r\n\r\n## License / Licen\u00e7a\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.  \r\nEste projeto est\u00e1 licenciado sob a licen\u00e7a MIT. Veja o arquivo [LICEN\u00c7A](LICENSE) para detalhes.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/MrEddwolf/reqwizard"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "087354a327d8443d8b00eebb4fc1a8060c4d484514695952e3b8f75f13ea46c6",
                "md5": "ee0930716a4748a840587d74f3c9e334",
                "sha256": "f8edc05c04d157f21e3ef558611a264706fff86a7f2fc97b34b1539dac93d706"
            },
            "downloads": -1,
            "filename": "reqwizard-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee0930716a4748a840587d74f3c9e334",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5757,
            "upload_time": "2025-07-10T02:22:44",
            "upload_time_iso_8601": "2025-07-10T02:22:44.640622Z",
            "url": "https://files.pythonhosted.org/packages/08/73/54a327d8443d8b00eebb4fc1a8060c4d484514695952e3b8f75f13ea46c6/reqwizard-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37221d55e03720ed273ac27c4b6834921c666608818c2beed0553c4ce8cd7bc1",
                "md5": "f47dc7ee56f35cfb5356184971de665f",
                "sha256": "60e896319551f04518bafe9f4014870e47c8994789c9e2597f93f35fda851d24"
            },
            "downloads": -1,
            "filename": "reqwizard-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f47dc7ee56f35cfb5356184971de665f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5854,
            "upload_time": "2025-07-10T02:22:45",
            "upload_time_iso_8601": "2025-07-10T02:22:45.667414Z",
            "url": "https://files.pythonhosted.org/packages/37/22/1d55e03720ed273ac27c4b6834921c666608818c2beed0553c4ce8cd7bc1/reqwizard-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 02:22:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MrEddwolf",
    "github_project": "reqwizard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "PyYAML",
            "specs": []
        }
    ],
    "lcname": "reqwizard"
}
        
Elapsed time: 0.62889s