Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Table of Contents
pipx install edwh
# or: uvenv install edwh
# or with all plugins:
pipx install[plugins]
# or with specific plugins:
pipx install[multipass,restic]
# managing plugins later:
edwh plugins
edwh plugin.add multipass
edwh plugin.remove multipass
# to see all available commands:
ew # or `edwh`
# to see help about a specific namespace:
ew help <namespace> # e.g. `ew help plugin`
# to see help about a specific command:
ew help <command> # e.g. `ew help plugin.list`
Commands are loaded in the following order:
EDWH Package:
ew plugins.
).Plugins:
ew mp.
).Current Directory:
local.
namespace. If it doesn't exist, it traverses up the directory tree../tasks.py
, ../../tasks.py
).Other Local Tasks:
namespace.tasks.py
) and can be invoked
with edwh namespace.command
.Personal Global Tasks:
~/.config/edwh/tasks.py
) are also loaded into the global namespace, useful for
shortcuts, custom aliases, etc. (+ add_alias
).Personal Namespaced Tasks:
~/.config/edwh/namespace.tasks.py
). Similar to a plugin, but for
personal use.edwh-multipass-plugin
educationwarehouse/edwh-multipass-plugin
edwh[multipass]
mp
edwh-restic-plugin
educationwarehouse/edwh-restic-plugin
edwh[restic]
restic
edwh-pipcompile-plugin
educationwarehouse/edwh-pipcompile-plugin
edwh[pip]
pip
edwh-bundler-plugin
educationwarehouse/edwh-bundler-plugin
edwh[bundler]
bundle
edwh-server-provisioning-plugin
educationwarehouse/server_provisioning
edwh[server-provisioning]
remote
edwh-b2-plugin
educationwarehouse/edwh-b2-plugin
edwh[b2]
b2
edwh-locust-plugin
educationwarehouse/edwh-locust-plugin
edwh[locust]
locust
edwh-sshkey-plugin
educationwarehouse/edwh-sshkey-plugin
edwh[sshkey]
sshkey
edwh-sshfs-plugin
educationwarehouse/edwh-sshfs-plugin
edwh[sshfs]
sshfs
edwh-files-plugin
educationwarehouse/edwh-files-plugin
edwh[files]
file
edwh-whitelabel-plugin
educationwarehouse/edwh-whitelabel-plugin
edwh[whitelabel]
wl
edwh
is distributed under the terms of the MIT license.
FAQs
Education Warehouse maintenance tools
We found that edwh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.