Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Update 0.0.11.5 - 0.0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
watchakorn-18k committed Mar 23, 2023
1 parent 204e6de commit 6be00ee
Show file tree
Hide file tree
Showing 22 changed files with 1,329 additions and 287 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FENV_VERSION = "0.0.11.6"
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ __pycache__/
.idea
test
site
build
build
test/
6 changes: 1 addition & 5 deletions .vscode/settings.json
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,}
39 changes: 29 additions & 10 deletions Fenv.egg-info/PKG-INFO
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]>
Expand Down Expand Up @@ -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
```
Expand All @@ -47,7 +51,6 @@ pip install --upgrade fenv
fenv new <project_folder>
```


## Command

```cmd
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading

0 comments on commit 6be00ee

Please sign in to comment.