Tags give the ability to mark specific points in history as being important
-
v0.3.19
54be9cd9 · ·v0.3.19: consolidated dotenv file formatting in sphinx docs M README.md M ae/system.py M setup.py
-
v0.3.18
1793e720 · ·v0.3.18: migrated venv_bin_path() to aedev.commands and refactored active_venv() into os_env_venv() M README.md M ae/system.py M setup.py M tests/test_system.py
-
v0.3.17
6f77f88f · ·v0.3.17: extended venv helpers to work also on MacOS and Windows and with any VENV (pyenv|Poetry|Conda|virtualenvwrapper) M .gitlab-ci.yml M README.md M ae/system.py M requirements.txt M setup.py M tests/test_system.py
-
v0.3.16
18813c58 · ·v0.3.16: migrated active_venv() from aedev.commands to display venv in ae.shell.sh_exec() debug printout M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/system.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_system.py
-
v0.3.15
21935605 · ·v0.3.15: parse env var name including default value and extended docstrings and unit tests M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/system.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_system.py
-
v0.3.14
534303cf · ·v0.3.14: support hash characters without leading whitespace in unquoted env variable values M README.md M ae/system.py M setup.py M tests/test_system.py
-
v0.3.13
985c6d87 · ·v0.3.13: extended unit tests for Mac OS X and MS-Windows M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/system.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_system.py
-
v0.3.12
a25312cf · ·v0.3.12: enhanced formatting of local variable values in the helper function full_stack_trace() M README.md M ae/system.py M setup.py
-
v0.3.11
99b54e66 · ·v0.3.11: extended print of locals to outerframes in full_stack_trace() M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/system.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt
-
v0.3.10
65f0f7b6 · ·v0.3.10: final docstring fixes to prepare ae-ae namespace RTD build M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/system.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt
-
v0.3.9
59449e8f · ·v0.3.9: added support of src layout projects and removed unused PyMo property package_dir_path M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/system.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_system.py
-
v0.3.3
7154ed11 · ·v0.3.3: corrected module docstring after remove/replace of namespace_guess() helper with PyMo(import_name).namespace_name M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/system.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt
-
v0.3.1
0f59baec · ·v0.3.1: created new module ae.system, migrated from ae.base A .gitignore A .gitlab-ci.yml A CONTRIBUTING.rst A LICENSE.md A README.md A SECURITY.md A ae/system.py A dev_requirements.txt A pyproject.toml A requirements.txt A setup.py A tests/conftest.py A tests/requirements.txt A tests/test_system.py