Skip to content

Commit

Permalink
initial commit -- version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tremby committed Jul 22, 2011
0 parents commit a423dd9
Show file tree
Hide file tree
Showing 5 changed files with 1,623 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.pyc
*.swo
*.swp
build
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
colour

To install, follow the usual paradigm:
python setup.py install

For usage, see the documentation in the colour.py class, or use pydoc.

To test:
python test.py >/tmp/colour.html
x-www-browser /tmp/colour.html
Loading

0 comments on commit a423dd9

Please sign in to comment.