Skip to content

0.3.4

Compare
Choose a tag to compare
@mmckerns mmckerns released this 27 Jan 23:03
· 16 commits to master since this release

0.3.4 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: pox-0.3.3...0.3.4