pox-0.3.3
pox 0.3.3 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
- Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in #39
- Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in #40
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: pox-0.3.2...pox-0.3.3