/blazeutils

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

BlazeUtils

https://ci.appveyor.com/api/projects/status/4ir6ihf2r6b6x5mv?svg=true https://circleci.com/gh/blazelibs/blazeutils.svg?style=shield

Introduction

BlazeUtils was originally developed as a library to hold common tools for the Blaze library family.

Over the years it has been expanded to be somewhat of a catch-all for tools commonly used by the Level 12 development team.

Questions & Comments

Please visit: http://groups.google.com/group/blazelibs

Current Status

The code and API stay pretty stable.

Development

Source code and issue tracker are on GitHub.

Testing:

$ git clone https://github.com/blazelibs/blazeutils.git blazeutils-src
$ cd blazeutils-src
$ tox
...<snip>...
  clean: commands succeeded
  py27: commands succeeded
  py34: commands succeeded
  stats: commands succeeded
  congratulations :)