Skip to content

pox-0.3.2

Compare
Choose a tag to compare
@mmckerns mmckerns released this 23 Oct 22:33
· 52 commits to master since this release

pox 0.3.2 Release Notes

With pox, you have some simple utilities to explore and manipulate local and remote filesystems.

Pox installs with pip:
$ pip install pox

Pox requires:
- python or pypy, >=3.7

Pox is licensed under 3-clause BSD:

>>> import pox
>>> print (pox.license())

To cite pox:

>>> import pox
>>> print (pox.citation())

What's Changed

  • Fix test_shutils when there is “python3” but no “python” by @musicinmybrain in #31

New Contributors

Full Changelog: pox-0.3.1...pox-0.3.2