
plumbum 1.10.0
0
Plumbum: shell combinators library
Contents
Plumbum: shell combinators library
Stars: 3022, Watchers: 3022, Forks: 195, Open Issues: 142The tomerfiliba/plumbum repo was created 13 years ago and the last code push was 7 minutes ago.
The project is very popular with an impressive 3022 github stars!
How to Install plumbum
You can install plumbum using pip
pip install plumbum
or add it to a project with poetry
poetry add plumbum
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/plumbum/
- Documentation:
- https://plumbum.readthedocs.io/
- GitHub Repo:
- https://github.com/tomerfiliba/plumbum
Classifiers
- Software Development/Build Tools
- System/Systems Administration
Related Packages
Errors
A list of common plumbum errors.
Code Examples
Here are some plumbum code examples and snippets.
GitHub Issues
The plumbum package has 142 open issues on GitHub
- test: set LANG=C in pytest to fix locale-dependent test failures
- feat: support async mode
- feat: Introduce command aliasing mechanism in LocalMachine
- Fix: SSH bug in windows
- Override operator
+for Path and its subclasses
pythonfix