Fenv


NameFenv JSON
Version 0.0.12.4 PyPI version JSON
download
home_page
SummaryGenerate a folder, establish a virtual environment with a single command.
upload_time2023-05-29 17:49:30
maintainer
docs_urlNone
authorwk18k (watchakorn-18k)
requires_python
license
keywords python virtualenv create file create folder fenv wk-18k
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<h1 align="center">Fenv</h1>



<p align="center"><img src="https://img.shields.io/github/languages/top/watchakorn-18k/Fenv?color=green&logo=python&logoColor=white">

<img src="https://img.shields.io/github/repo-size/watchakorn-18k/Fenv">

<img src="https://img.shields.io/pypi/dm/Fenv?logo=pypi&logoColor=white">

<img src="https://img.shields.io/pypi/v/Fenv?color=sd&label=Fenv&logoColor=white">

<img src="https://img.shields.io/github/v/release/watchakorn-18k/Fenv">

<img src="https://img.shields.io/pypi/pyversions/Fenv?logo=python&logoColor=white">

<img src="https://img.shields.io/website?url=https%3A%2F%2Fgithub.com%2Fwatchakorn-18k%2FFenv">

<img src="https://img.shields.io/github/last-commit/watchakorn-18k/Fenv?logo=git&style=social">

<img src="https://img.shields.io/github/stars/watchakorn-18k/Fenv?style=social">

</p>

<p align="center"><img src="https://cdn.discordapp.com/attachments/582486229594013696/1070509737529069689/New_Project_3.png" width=400></p>



<p align="center"><img src="https://cdn.discordapp.com/attachments/581018943041306641/1096090087130935396/2XnntNP.gif" width=600></p>



Fenv is a simple and efficient tool to help you manage your virtual environments and create basic Python files with a single command. With Fenv, you can quickly generate a new project folder, establish a virtual environment within that folder, and simultaneously create the essential basic Python files all in one go. This tool is ideal for developers who frequently work on multiple Python projects and want a simple, streamlined solution for managing virtual environments.



<div align="center">



```



      ___       ___          ___

     /  /\     /  /\        /__/\         ___

    /  /:/_   /  /:/_       \  \:\       /__/\

   /  /:/ /\ /  /:/ /\       \  \:\      \  \:\

  /  /:/ /://  /:/ /:/_  _____\__\:\      \  \:\

 /__/:/ /://__/:/ /:/ /\/__/::::::::\ ___  \__\:\

 \  \:\/:/ \  \:\/:/ /:/\  \:\~~\~~\//__/\ |  |:|

  \  \::/   \  \::/ /:/  \  \:\  ~~~ \  \:\|  |:|

   \  \:\    \  \:\/:/    \  \:\      \  \:\__|:|

    \  \:\    \  \::/      \  \:\      \__\::::/

     \__\/     \__\/        \__\/          ~~~~  ™️



```



</div>



## Features



- Generate a new project folder with a single command

- Quickly establish a virtual environment within the project folder

- Simultaneously create essential basic Python files

- Ideal for developers who work on multiple Python projects

- Add black for format python

- Packages can be installed and uninstalled and added to files. requirements.txt at the same time



```mermaid

graph TD

    A[fenv] --> B[fenv/fenv.py]

    A --> C[fenv/state_env.py]

    A --> D[fenv/manage_file.py]

    A --> E[fenv/env_all.py]

```



```mermaid

graph TD

    A[fenv] --> B[fenv/fenv.py]

    A --> C[fenv/state_env.py]

    A --> D[fenv/manage_file.py]

    A --> E[fenv/env_all.py]

```



## Docs



[Docs Fenv](https://watchakorn-18k.github.io/Fenv/)

[Docs Fenv](https://watchakorn-18k.github.io/Fenv/)



## Install



### Linux and macOS



```

pip install fenv

```



or



```

pip install --upgrade fenv

```



### Windows



If you are using Windows, you can install Fenv using pipx, which is a tool that allows you to install and run Python applications in isolated environments. This is a great way to install Fenv, as it will not interfere with any other Python applications you may have installed on your system.



**Note:** pipx only works with Python 3.6+.



First, install pipx using the following command:



```sh

py -m pip install --user pipx

```



```

py -m pipx ensurepath

```



Then, install Fenv using pipx:



```sh

pipx install fenv

```



**Note:** ensurepath ensures that the application directory is on your $PATH. You may need to restart your terminal for this update to take effect.



You may need to restart your terminal for this update to take effect.



## Quick Start



## Quick Start



```sh

fenv new <project_folder>

```



## Command



```cmd

$ fenv -h



usage: fenv [-h] [-v]  ...



Usage:

  fenv <command>



Commands:



    new          Create a new project.

    install      Install the package and install the package via requirements.txt.

    uninstall    Uninstall packages.

    update       Package to file requirements.txt update furthermore, update the readme.md file's tree path.

    env      Create only virtualenv and no create base file.

    clean        Clean delete all packages in requirements.txt out.

    activate     Activate the virtual environment if the terminal is not supported will show a hint.

    clone        Clone data from repositories and create virtualenv.





General Options:

  -h, --help     Show this help message and exit

  -v, --version  check version fenv

```



## Install via setup.py



```

pip install --editable .

```



## Build



```

python setup.py sdist bdist_wheel

```



## Volta planing



[Volta/Fenv](https://volta.net/watchakorn-18k/Fenv)



## PyPi



```

https://pypi.org/project/Fenv/

```



## Conclusion



Fenv is a powerful tool for managing virtual environments and creating basic Python files. With its simple and efficient design, it's the perfect solution for developers who want to streamline their workflow and focus on coding. Get started today and see the difference Fenv can make in your Python development process!



[![Alternate Text](https://cdn.discordapp.com/attachments/581018943041306641/1092910404159676416/image.png)](https://storyxpress.co/video/lg2pwvls74cddvqb4)



## Changelog



### 0.0.12.4



- [x] Optimize `readme.md`

- [x] Fix bug if file readme.md already exists without being generated from `fenv`

- [x] Fix It bug fenv clean deletes everything even `fenv` [Fenv/issues/11](https://github.com/watchakorn-18k/Fenv/issues/11) delete everything except `fenv` module

- [x] Change new pattern command `onlyenv` to `env`

- [x] [Added an option in case you can't think of a project name.](https://github.com/watchakorn-18k/Fenv/issues/10) such `fenv new`



### 0.0.12.3



- [x] Add option `--add` for `fenv new` for install packages after created virtualenv such `fenv new test_1 --add=[request,flet]` or `fenv new test_1 --add=request,flet` or `fenv new test_1 --add=request,flet` or `fenv new test_1 --add request,flet` ![](https://i.imgur.com/8J0zW0m.png)



### 0.0.12.2



- [x] Add command `fenv clone <git url>` [](https://github.com/watchakorn-18k/Fenv/issues/7) ![](https://i.imgur.com/fGizSeu.gif)

- [x] Optimize code to match case



### 0.0.12.1



- [x] Remove `fenv deactivate` from [pull/6](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-c8c31647a371f705e0fe45e4a3091400d282af4643adb128636378717392a79d) @yassine20011

- [x] Clean code [env_all.py](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-75263248e3c88543bbd5e52333f6d3bf4cdfe36cb3e0c685bf65aa0f77829820) , [manage_file.py](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-b2587f7f2faf4e65b162d52ab45a8f0facefc0485718cadc198a3a064ab1ce48) @yassine20011

- [x] Fix in file `state_env.py` [pull/6](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-0cb3f6829c4ad490de31b6b38b7cb0885596892ec2d578f045828acb3e13f1e2) @yassine20011



### 0.0.12.0



- [x] An improved string using f-string format @yassine20011 [pull/5/files](https://github.com/watchakorn-18k/Fenv/pull/5/files)

- [x] Add installation instructions for Windows users using pipx @yassine20011 [pull/5/files](https://github.com/watchakorn-18k/Fenv/pull/5/files)



### 0.0.11.9



- [x] Add command more `fenv deactivate` Command hint to deactivate virtual environment with folder

- [x] Add command more `fenv activate` Command hint to activate virtual environment with folder

      ![](https://i.imgur.com/H7MURw3.gif)



### 0.0.11.8



- Fix error ModuleNotFoundError: No module named 'dotenv' and not show version fenv



### 0.0.11.7



- [x] `fenv uninstall <package>` can remove packages and package dependencies all in one Tested [Windows]

  - before ![](https://i.imgur.com/2zRW1xY.gif)

  - after ![](https://i.imgur.com/oZ7LMN9.gif)

- [x] Add command `fenv clean` to clean packages left lib basic files pass test [Windows] and [Linux] ![](https://i.imgur.com/QPkGn0F.gif)

- [x] Added fev.cfg file

- [x] Support command all in Linux



### 0.0.11.6



- [x] Fix bug create readme.md change `env_directory()` to `name`



### 0.0.11.5



- [x] Added Tree path in md after generating projects , can you try command `fenv update` ![](https://i.imgur.com/vDz2Gs0.gif)

- [x] Added create file .gitignore

- [x] Edit readme.md small changes

- [x] Fix if an `env` folder does not exist, the modified `fenv install <packages>` command will prompt you to confirm whether you would like to create a new `env`. If you choose not to create a new `env`, the installation will proceed using `python main` ![](https://i.imgur.com/M0shh8x.gif)

- [x] Added command `fenv install` alone will install file requirements.txt in directory current ![](https://i.imgur.com/cgApbCa.gif)

- [x] Added after use `fenv env` created settings then activate env one time ![](https://i.imgur.com/mwEUSrg.gif)



### 0.0.11.4



- [x] Fix bugs small



### 0.0.11.3



- [x] Fix bugs settings in .vscode

- [x] Fix bugs line 609 and 624



### 0.0.11.2



- [x] Fix bugs small



### 0.0.11.1



- [x] Change new pattern command `-onlyenv` to `onlyenv`



### 0.0.10



- [x] Add option `-onlyenv` for create only virtualenv without base file all

- [x] Add command install for install package and add module to file requirements.txt



### 0.0.9



- [x] Release 0.0.9


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Fenv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,virtualenv,create file,create folder,fenv,wk-18k",
    "author": "wk18k (watchakorn-18k)",
    "author_email": "<porton555@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/6f/1c797f036ff792eb34875f43abbca3477950d9ba612e90c7fef2a8b16ab4/Fenv-0.0.12.4.tar.gz",
    "platform": null,
    "description": "\r\n<h1 align=\"center\">Fenv</h1>\r\n\r\n\r\n\r\n<p align=\"center\"><img src=\"https://img.shields.io/github/languages/top/watchakorn-18k/Fenv?color=green&logo=python&logoColor=white\">\r\n\r\n<img src=\"https://img.shields.io/github/repo-size/watchakorn-18k/Fenv\">\r\n\r\n<img src=\"https://img.shields.io/pypi/dm/Fenv?logo=pypi&logoColor=white\">\r\n\r\n<img src=\"https://img.shields.io/pypi/v/Fenv?color=sd&label=Fenv&logoColor=white\">\r\n\r\n<img src=\"https://img.shields.io/github/v/release/watchakorn-18k/Fenv\">\r\n\r\n<img src=\"https://img.shields.io/pypi/pyversions/Fenv?logo=python&logoColor=white\">\r\n\r\n<img src=\"https://img.shields.io/website?url=https%3A%2F%2Fgithub.com%2Fwatchakorn-18k%2FFenv\">\r\n\r\n<img src=\"https://img.shields.io/github/last-commit/watchakorn-18k/Fenv?logo=git&style=social\">\r\n\r\n<img src=\"https://img.shields.io/github/stars/watchakorn-18k/Fenv?style=social\">\r\n\r\n</p>\r\n\r\n<p align=\"center\"><img src=\"https://cdn.discordapp.com/attachments/582486229594013696/1070509737529069689/New_Project_3.png\" width=400></p>\r\n\r\n\r\n\r\n<p align=\"center\"><img src=\"https://cdn.discordapp.com/attachments/581018943041306641/1096090087130935396/2XnntNP.gif\" width=600></p>\r\n\r\n\r\n\r\nFenv is a simple and efficient tool to help you manage your virtual environments and create basic Python files with a single command. With Fenv, you can quickly generate a new project folder, establish a virtual environment within that folder, and simultaneously create the essential basic Python files all in one go. This tool is ideal for developers who frequently work on multiple Python projects and want a simple, streamlined solution for managing virtual environments.\r\n\r\n\r\n\r\n<div align=\"center\">\r\n\r\n\r\n\r\n```\r\n\r\n\r\n\r\n      ___       ___          ___\r\n\r\n     /  /\\     /  /\\        /__/\\         ___\r\n\r\n    /  /:/_   /  /:/_       \\  \\:\\       /__/\\\r\n\r\n   /  /:/ /\\ /  /:/ /\\       \\  \\:\\      \\  \\:\\\r\n\r\n  /  /:/ /://  /:/ /:/_  _____\\__\\:\\      \\  \\:\\\r\n\r\n /__/:/ /://__/:/ /:/ /\\/__/::::::::\\ ___  \\__\\:\\\r\n\r\n \\  \\:\\/:/ \\  \\:\\/:/ /:/\\  \\:\\~~\\~~\\//__/\\ |  |:|\r\n\r\n  \\  \\::/   \\  \\::/ /:/  \\  \\:\\  ~~~ \\  \\:\\|  |:|\r\n\r\n   \\  \\:\\    \\  \\:\\/:/    \\  \\:\\      \\  \\:\\__|:|\r\n\r\n    \\  \\:\\    \\  \\::/      \\  \\:\\      \\__\\::::/\r\n\r\n     \\__\\/     \\__\\/        \\__\\/          ~~~~  \u2122\ufe0f\r\n\r\n\r\n\r\n```\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n\r\n## Features\r\n\r\n\r\n\r\n- Generate a new project folder with a single command\r\n\r\n- Quickly establish a virtual environment within the project folder\r\n\r\n- Simultaneously create essential basic Python files\r\n\r\n- Ideal for developers who work on multiple Python projects\r\n\r\n- Add black for format python\r\n\r\n- Packages can be installed and uninstalled and added to files. requirements.txt at the same time\r\n\r\n\r\n\r\n```mermaid\r\n\r\ngraph TD\r\n\r\n    A[fenv] --> B[fenv/fenv.py]\r\n\r\n    A --> C[fenv/state_env.py]\r\n\r\n    A --> D[fenv/manage_file.py]\r\n\r\n    A --> E[fenv/env_all.py]\r\n\r\n```\r\n\r\n\r\n\r\n```mermaid\r\n\r\ngraph TD\r\n\r\n    A[fenv] --> B[fenv/fenv.py]\r\n\r\n    A --> C[fenv/state_env.py]\r\n\r\n    A --> D[fenv/manage_file.py]\r\n\r\n    A --> E[fenv/env_all.py]\r\n\r\n```\r\n\r\n\r\n\r\n## Docs\r\n\r\n\r\n\r\n[Docs Fenv](https://watchakorn-18k.github.io/Fenv/)\r\n\r\n[Docs Fenv](https://watchakorn-18k.github.io/Fenv/)\r\n\r\n\r\n\r\n## Install\r\n\r\n\r\n\r\n### Linux and macOS\r\n\r\n\r\n\r\n```\r\n\r\npip install fenv\r\n\r\n```\r\n\r\n\r\n\r\nor\r\n\r\n\r\n\r\n```\r\n\r\npip install --upgrade fenv\r\n\r\n```\r\n\r\n\r\n\r\n### Windows\r\n\r\n\r\n\r\nIf you are using Windows, you can install Fenv using pipx, which is a tool that allows you to install and run Python applications in isolated environments. This is a great way to install Fenv, as it will not interfere with any other Python applications you may have installed on your system.\r\n\r\n\r\n\r\n**Note:** pipx only works with Python 3.6+.\r\n\r\n\r\n\r\nFirst, install pipx using the following command:\r\n\r\n\r\n\r\n```sh\r\n\r\npy -m pip install --user pipx\r\n\r\n```\r\n\r\n\r\n\r\n```\r\n\r\npy -m pipx ensurepath\r\n\r\n```\r\n\r\n\r\n\r\nThen, install Fenv using pipx:\r\n\r\n\r\n\r\n```sh\r\n\r\npipx install fenv\r\n\r\n```\r\n\r\n\r\n\r\n**Note:** ensurepath ensures that the application directory is on your $PATH. You may need to restart your terminal for this update to take effect.\r\n\r\n\r\n\r\nYou may need to restart your terminal for this update to take effect.\r\n\r\n\r\n\r\n## Quick Start\r\n\r\n\r\n\r\n## Quick Start\r\n\r\n\r\n\r\n```sh\r\n\r\nfenv new <project_folder>\r\n\r\n```\r\n\r\n\r\n\r\n## Command\r\n\r\n\r\n\r\n```cmd\r\n\r\n$ fenv -h\r\n\r\n\r\n\r\nusage: fenv [-h] [-v]  ...\r\n\r\n\r\n\r\nUsage:\r\n\r\n  fenv <command>\r\n\r\n\r\n\r\nCommands:\r\n\r\n\r\n\r\n    new          Create a new project.\r\n\r\n    install      Install the package and install the package via requirements.txt.\r\n\r\n    uninstall    Uninstall packages.\r\n\r\n    update       Package to file requirements.txt update furthermore, update the readme.md file's tree path.\r\n\r\n    env      Create only virtualenv and no create base file.\r\n\r\n    clean        Clean delete all packages in requirements.txt out.\r\n\r\n    activate     Activate the virtual environment if the terminal is not supported will show a hint.\r\n\r\n    clone        Clone data from repositories and create virtualenv.\r\n\r\n\r\n\r\n\r\n\r\nGeneral Options:\r\n\r\n  -h, --help     Show this help message and exit\r\n\r\n  -v, --version  check version fenv\r\n\r\n```\r\n\r\n\r\n\r\n## Install via setup.py\r\n\r\n\r\n\r\n```\r\n\r\npip install --editable .\r\n\r\n```\r\n\r\n\r\n\r\n## Build\r\n\r\n\r\n\r\n```\r\n\r\npython setup.py sdist bdist_wheel\r\n\r\n```\r\n\r\n\r\n\r\n## Volta planing\r\n\r\n\r\n\r\n[Volta/Fenv](https://volta.net/watchakorn-18k/Fenv)\r\n\r\n\r\n\r\n## PyPi\r\n\r\n\r\n\r\n```\r\n\r\nhttps://pypi.org/project/Fenv/\r\n\r\n```\r\n\r\n\r\n\r\n## Conclusion\r\n\r\n\r\n\r\nFenv is a powerful tool for managing virtual environments and creating basic Python files. With its simple and efficient design, it's the perfect solution for developers who want to streamline their workflow and focus on coding. Get started today and see the difference Fenv can make in your Python development process!\r\n\r\n\r\n\r\n[![Alternate Text](https://cdn.discordapp.com/attachments/581018943041306641/1092910404159676416/image.png)](https://storyxpress.co/video/lg2pwvls74cddvqb4)\r\n\r\n\r\n\r\n## Changelog\r\n\r\n\r\n\r\n### 0.0.12.4\r\n\r\n\r\n\r\n- [x] Optimize `readme.md`\r\n\r\n- [x] Fix bug if file readme.md already exists without being generated from `fenv`\r\n\r\n- [x] Fix It bug fenv clean deletes everything even `fenv` [Fenv/issues/11](https://github.com/watchakorn-18k/Fenv/issues/11) delete everything except `fenv` module\r\n\r\n- [x] Change new pattern command `onlyenv` to `env`\r\n\r\n- [x] [Added an option in case you can't think of a project name.](https://github.com/watchakorn-18k/Fenv/issues/10) such `fenv new`\r\n\r\n\r\n\r\n### 0.0.12.3\r\n\r\n\r\n\r\n- [x] Add option `--add` for `fenv new` for install packages after created virtualenv such `fenv new test_1 --add=[request,flet]` or `fenv new test_1 --add=request,flet` or `fenv new test_1 --add=request,flet` or `fenv new test_1 --add request,flet` ![](https://i.imgur.com/8J0zW0m.png)\r\n\r\n\r\n\r\n### 0.0.12.2\r\n\r\n\r\n\r\n- [x] Add command `fenv clone <git url>` [](https://github.com/watchakorn-18k/Fenv/issues/7) ![](https://i.imgur.com/fGizSeu.gif)\r\n\r\n- [x] Optimize code to match case\r\n\r\n\r\n\r\n### 0.0.12.1\r\n\r\n\r\n\r\n- [x] Remove `fenv deactivate` from [pull/6](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-c8c31647a371f705e0fe45e4a3091400d282af4643adb128636378717392a79d) @yassine20011\r\n\r\n- [x] Clean code [env_all.py](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-75263248e3c88543bbd5e52333f6d3bf4cdfe36cb3e0c685bf65aa0f77829820) , [manage_file.py](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-b2587f7f2faf4e65b162d52ab45a8f0facefc0485718cadc198a3a064ab1ce48) @yassine20011\r\n\r\n- [x] Fix in file `state_env.py` [pull/6](https://github.com/watchakorn-18k/Fenv/pull/6/files#diff-0cb3f6829c4ad490de31b6b38b7cb0885596892ec2d578f045828acb3e13f1e2) @yassine20011\r\n\r\n\r\n\r\n### 0.0.12.0\r\n\r\n\r\n\r\n- [x] An improved string using f-string format @yassine20011 [pull/5/files](https://github.com/watchakorn-18k/Fenv/pull/5/files)\r\n\r\n- [x] Add installation instructions for Windows users using pipx @yassine20011 [pull/5/files](https://github.com/watchakorn-18k/Fenv/pull/5/files)\r\n\r\n\r\n\r\n### 0.0.11.9\r\n\r\n\r\n\r\n- [x] Add command more `fenv deactivate` Command hint to deactivate virtual environment with folder\r\n\r\n- [x] Add command more `fenv activate` Command hint to activate virtual environment with folder\r\n\r\n      ![](https://i.imgur.com/H7MURw3.gif)\r\n\r\n\r\n\r\n### 0.0.11.8\r\n\r\n\r\n\r\n- Fix error ModuleNotFoundError: No module named 'dotenv' and not show version fenv\r\n\r\n\r\n\r\n### 0.0.11.7\r\n\r\n\r\n\r\n- [x] `fenv uninstall <package>` can remove packages and package dependencies all in one Tested [Windows]\r\n\r\n  - before ![](https://i.imgur.com/2zRW1xY.gif)\r\n\r\n  - after ![](https://i.imgur.com/oZ7LMN9.gif)\r\n\r\n- [x] Add command `fenv clean` to clean packages left lib basic files pass test [Windows] and [Linux] ![](https://i.imgur.com/QPkGn0F.gif)\r\n\r\n- [x] Added fev.cfg file\r\n\r\n- [x] Support command all in Linux\r\n\r\n\r\n\r\n### 0.0.11.6\r\n\r\n\r\n\r\n- [x] Fix bug create readme.md change `env_directory()` to `name`\r\n\r\n\r\n\r\n### 0.0.11.5\r\n\r\n\r\n\r\n- [x] Added Tree path in md after generating projects , can you try command `fenv update` ![](https://i.imgur.com/vDz2Gs0.gif)\r\n\r\n- [x] Added create file .gitignore\r\n\r\n- [x] Edit readme.md small changes\r\n\r\n- [x] Fix if an `env` folder does not exist, the modified `fenv install <packages>` command will prompt you to confirm whether you would like to create a new `env`. If you choose not to create a new `env`, the installation will proceed using `python main` ![](https://i.imgur.com/M0shh8x.gif)\r\n\r\n- [x] Added command `fenv install` alone will install file requirements.txt in directory current ![](https://i.imgur.com/cgApbCa.gif)\r\n\r\n- [x] Added after use `fenv env` created settings then activate env one time ![](https://i.imgur.com/mwEUSrg.gif)\r\n\r\n\r\n\r\n### 0.0.11.4\r\n\r\n\r\n\r\n- [x] Fix bugs small\r\n\r\n\r\n\r\n### 0.0.11.3\r\n\r\n\r\n\r\n- [x] Fix bugs settings in .vscode\r\n\r\n- [x] Fix bugs line 609 and 624\r\n\r\n\r\n\r\n### 0.0.11.2\r\n\r\n\r\n\r\n- [x] Fix bugs small\r\n\r\n\r\n\r\n### 0.0.11.1\r\n\r\n\r\n\r\n- [x] Change new pattern command `-onlyenv` to `onlyenv`\r\n\r\n\r\n\r\n### 0.0.10\r\n\r\n\r\n\r\n- [x] Add option `-onlyenv` for create only virtualenv without base file all\r\n\r\n- [x] Add command install for install package and add module to file requirements.txt\r\n\r\n\r\n\r\n### 0.0.9\r\n\r\n\r\n\r\n- [x] Release 0.0.9\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Generate a folder, establish a virtual environment with a single command.",
    "version": "0.0.12.4",
    "project_urls": null,
    "split_keywords": [
        "python",
        "virtualenv",
        "create file",
        "create folder",
        "fenv",
        "wk-18k"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8743067402b1b2d09dd901018d1aefe4fa798a43ca3b97c08a5275b0781c98a1",
                "md5": "1e1ce6454d5d05243c61c3d058d06bc5",
                "sha256": "043b0f04b4d5e35a809b9bd4c643136e2d3837aad1febf879c30d8e41bd1a628"
            },
            "downloads": -1,
            "filename": "Fenv-0.0.12.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e1ce6454d5d05243c61c3d058d06bc5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18831,
            "upload_time": "2023-05-29T17:49:27",
            "upload_time_iso_8601": "2023-05-29T17:49:27.035467Z",
            "url": "https://files.pythonhosted.org/packages/87/43/067402b1b2d09dd901018d1aefe4fa798a43ca3b97c08a5275b0781c98a1/Fenv-0.0.12.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d66f1c797f036ff792eb34875f43abbca3477950d9ba612e90c7fef2a8b16ab4",
                "md5": "e31c2d604973e4903bd7c1dbc8f552b5",
                "sha256": "87de6aba175e18a212808338fa20c79c5eaf27d7b42f71bc53c9ac91f7ec268b"
            },
            "downloads": -1,
            "filename": "Fenv-0.0.12.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e31c2d604973e4903bd7c1dbc8f552b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16880,
            "upload_time": "2023-05-29T17:49:30",
            "upload_time_iso_8601": "2023-05-29T17:49:30.863927Z",
            "url": "https://files.pythonhosted.org/packages/d6/6f/1c797f036ff792eb34875f43abbca3477950d9ba612e90c7fef2a8b16ab4/Fenv-0.0.12.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-29 17:49:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fenv"
}
        
Elapsed time: 0.07356s