Skip to content

pox-0.3.0

Compare
Choose a tag to compare
@mmckerns mmckerns released this 13 Jun 16:53
· 96 commits to master since this release

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

Pox installs with easy_install or pip:
$ pip install pox

Pox requires:
- python, version == 2.7 *or* version >= 3.6 *or* pypy

Pox is licensed under 3-clause BSD:

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

To cite pox:

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