Virgil Dupras is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

hsoft / hsutil http://hardcoded.net/docs/hsutil

Legacy, only used in old stuff

Clone this repository (size: 371.3 KB): HTTPS / SSH
hg clone https://bitbucket.org/hsoft/hsutil
hg clone ssh://hg@bitbucket.org/hsoft/hsutil

hsutil overview

Recent commits See more »

Author Revision Comments Message Labels Date
Virgil Dupras 43014954c6a8 Added CHANGES file to manifest
Virgil Dupras eb1443404329 Added CHANGES file to manifest.
Branch
py3k
Virgil Dupras 47c1be32fd3e v1.0.2: Added stripfalse()
Virgil Dupras 8dbcf6c67534 v1.0.2: Added misc.stripfalse()
Branch
py3k
Virgil Dupras b3a34c887958 v1.0.1
Branch
py3k

hsutil -- Small utilities

This is a Python 2 package. The Python 3 package is at http://pypi.python.org/pypi/hsutil3k .

This package contains a couple of little utilities used by Hardcoded Software. The important units are testutil (monkey patching and testdata management) and path (filepaths manipulation).

The documentation has to be built with Sphinx. You can get Sphinx at http://sphinx.pocoo.org/. Once you installed it, you can build the documentation with:

sphinx-build docs docs_html

The documentation is also available online at http://www.hardcoded.net/docs/hsutil