[[!meta date="2008-09-13 15:34:33"]]
[[!template id=gitrepo repo=chemdb]]
-I wrote a little app in Python to make managing our lab's list of
-chemicals less painful. The inventory information is stored in a
-single flat-text, TAB-delimited file, so it's nice and easy to
-transition back and forth between
-maintain-by-hand-in-Excel/text-editor mode and
-maintain-automatically-with-ChemDB mode. Obviously I like my method
-better, but that's no reason to lock people into my format.
+I wrote a little [Django][] app in [[Python]] for managing our lab's
+list of chemicals. It also generates door warnings and inventories
+for compliance with our safety requirements.
+
+The `README` is posted on the [PyPI page][pypi].
+
+[Django]: https://www.djangoproject.com/
+[pypi]: http://pypi.python.org/pypi/chemdb/
[[!tag tags/code]]
[[!tag tags/linux]]
[[!tag tags/programming]]
+[[!tag tags/pypi]]
[[!tag tags/python]]