All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
to-requirements.txt
isn't installed after rerunningrt i
.- Fix in venv folder resolution for sourcing "activate".
- Remove redundant prints.
- Critical bug with requirements overriding.
- Local packages and git packages installation doesn't add version to the end.
- None version isn't displayed anymore.
- Command
alias
to enable sourced mode of cli execution. Works withbash
andzsh
shells. - Entry point of cli moved to bash script.
- Sourced mode of cli execution. Allows activating virtual environment by
rt i
. - Small refactoring.
- Command
init
to initialize VirtualEnv-based Python project. - Command
setup
renamed toinstall
. - Command
show
to show contents ofrequirements.txt
file. - Colored output in
init
command with--verbose
option available. - Alias
rt
as alternative torequirements-txt
script. - Alias
s
as alternative to commandshow
. - Alias
i
as alternative to commandinit
. - Docstrings to available commands.
- Project restructure and refactoring.
- Beautiful logging.
- Initial project setup.
- Basic configuration options.
- Command to override
pip
scripts to handlerequirements.txt
file automatically.