This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
204e6de
commit 6be00ee
Showing
22 changed files
with
1,329 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FENV_VERSION = "0.0.11.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ __pycache__/ | |
.idea | ||
test | ||
site | ||
build | ||
build | ||
test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
{ | ||
"docwriter.style": "Google", | ||
"python.formatting.provider": "black", | ||
"editor.formatOnSave": false | ||
} | ||
{"python.formatting.provider": "black","python.pythonPath": "Fenv-Module","editor.formatOnSave": true,} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: Fenv | ||
Version: 0.0.11.4 | ||
Version: 0.0.11.5 | ||
Summary: Generate a folder, establish a virtual environment with a single command. | ||
Author: wk18k (watchakorn-18k) | ||
Author-email: <[email protected]> | ||
|
@@ -30,13 +30,17 @@ Fenv is a simple and efficient tool to help you manage your virtual environments | |
- Packages can be installed and uninstalled and added to files. requirements.txt at the same time | ||
|
||
## Docs | ||
|
||
https://watchakorn-18k.github.io/Fenv/ | ||
|
||
## Installer | ||
|
||
``` | ||
pip install fenv | ||
``` | ||
|
||
or | ||
|
||
``` | ||
pip install --upgrade fenv | ||
``` | ||
|
@@ -47,7 +51,6 @@ pip install --upgrade fenv | |
fenv new <project_folder> | ||
``` | ||
|
||
|
||
## Command | ||
|
||
```cmd | ||
|
@@ -59,7 +62,7 @@ Usage: | |
Commands: | ||
|
||
new Create a new project | ||
install Install packages | ||
install Install packages and install requirements.txt | ||
uninstall Uninstall packages | ||
update Update packages to file requirements.txt | ||
onlyenv Create only virtualenv and no create base file | ||
|
@@ -87,20 +90,36 @@ Fenv is a powerful tool for managing virtual environments and creating basic Pyt | |
|
||
## Changelog | ||
|
||
### 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 onlyenv` created settings then activate env one time ![](https://i.imgur.com/mwEUSrg.gif) | ||
|
||
### 0.0.11.4 | ||
- [x] fix bugs small | ||
|
||
- [x] Fix bugs small | ||
|
||
### 0.0.11.3 | ||
- [x] fix bugs settings in .vscode | ||
- [x] fix bugs line 609 and 624 | ||
|
||
- [x] Fix bugs settings in .vscode | ||
- [x] Fix bugs line 609 and 624 | ||
|
||
### 0.0.11.2 | ||
- [x] fix bugs small | ||
|
||
- [x] Fix bugs small | ||
|
||
### 0.0.11.1 | ||
- [x] change new pattern command | ||
|
||
- [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 | ||
- [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 | ||
|
||
|
Oops, something went wrong.