README, CHANGES, and LICENSE update.

This commit is contained in:
2014-02-19 23:16:30 +00:00
parent df8dad91a5
commit 84b9bcd212
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
BusinessHours
=============
[![Build Status](https://travis-ci.org/nikdoof/businesshours.png)](https://travis-ci.org/nikdoof/businesshours)
```businesshours``` is a small Python module that contains tools to assist with calculating business/working hours. This project was made to solve a particular problem I was facing, and while it probably doesn't cover the edge cases it works "good enough".
Patches/issues/pulls are welcome.
License
-------
This code is released under the BSD Three Clause license, for further information please consult the ```LICENSE``` file.