Skip to main content

Generate a folder, establish a virtual environment with a single command.

Project description

Fenv

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.

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

Docs

https://watchakorn-18k.github.io/Fenv/

Installer


pip install fenv

or


pip install --upgrade fenv

PyPi


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

Start

fenv new <project_folder>

Command

$ 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.

    onlyenv      Create only virtualenv and no create

                 base file



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

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!

Changelog

0.0.11.8

  • [] Add command more fenv deactivate for deactivate virtualenv

  • [] Add command more fenv activate for activate virtualenv

0.0.11.7

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

    • before

    • after

  • Add command fenv clean to clean packages left lib basic files pass test [Windows] and [Linux]

  • Added fev.cfg file

  • Support command all in Linux

0.0.11.6

  • Fix bug create readme.md change env_directory() to name

0.0.11.5

  • Added Tree path in md after generating projects , can you try command fenv update

  • Added create file .gitignore

  • Edit readme.md small changes

  • 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

  • Added command fenv install alone will install file requirements.txt in directory current

  • Added after use fenv onlyenv created settings then activate env one time

0.0.11.4

  • Fix bugs small

0.0.11.3

  • Fix bugs settings in .vscode

  • Fix bugs line 609 and 624

0.0.11.2

  • Fix bugs small

0.0.11.1

  • Change new pattern command -onlyenv to onlyenv

0.0.10

  • Add option -onlyenv for create only virtualenv without base file all

  • Add command install for install package and add module to file requirements.txt

0.0.9

  • Release 0.0.9

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Fenv-0.0.11.8.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

Fenv-0.0.11.8-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page