Update ChemDB post now that chemdb is a Django app.
authorW. Trevor King <wking@drexel.edu>
Sun, 1 Apr 2012 16:28:56 +0000 (12:28 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 1 Apr 2012 16:28:56 +0000 (12:28 -0400)
posts/ChemDB.mdwn

index 67718b14cf24741024de0c7dd829346936852aae..146c7f006f342649587d14f1cd0b1db577b60389 100644 (file)
@@ -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]]