From: W. Trevor King Date: Sun, 1 Apr 2012 16:28:56 +0000 (-0400) Subject: Update ChemDB post now that chemdb is a Django app. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb4250b59b3c322fc573306ef62d296adf3f9d90;p=blog.git Update ChemDB post now that chemdb is a Django app. --- diff --git a/posts/ChemDB.mdwn b/posts/ChemDB.mdwn index 67718b1..146c7f0 100644 --- a/posts/ChemDB.mdwn +++ b/posts/ChemDB.mdwn @@ -2,15 +2,17 @@ [[!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]]