Skip to content

0.3.5

Latest
Compare
Choose a tag to compare
@mmckerns mmckerns released this 28 Sep 23:43
· 6 commits to master since this release

0.3.5 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.8

Pox is licensed under 3-clause BSD:

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

To cite pox:

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

What's Changed

Full Changelog: 0.3.4...0.3.5