The page describes the library of Python routines I've written (unless otherwise noted) that I'm making available to the general public. Independent modules are described on this page, along with links to source code and documentation. Packages, because they are more complex, have their own home pages; links to those pages are given on this library page.
Although I've used these routines in my own research, I cannot guarantee that they will work for your purposes. More disclaimers and other fine print is below. Most of the modules and packages on this page have not been developed/maintained since the first decade of the 2000s. They are published for historical and educational purposes only. I would not recommend you to use them for your own work as is.
If you email me your email address, however, I'll let you know of any major bugs that are found in this library.
The page is subdivided into these categories:
[Back up top to the Introduction.]
[Back up top to the Introduction.]
[Back up top to the Introduction.]
[Back up top to the Introduction.]
Unless otherwise stated, the Python routines described on this page or which reference this page are copyright © 2003-2004 by Johnny Lin and constitute a library that is covered under the GNU Lesser General Public License (LGPL):
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
You can contact Johnny Lin by email or at this address.
A copy of the GNU LGPL can be found here. Please note that these disclaimers of warranty supercede any implied or explicit warranties or claims found in the text of the routine source code themselves.
[Back up top to the Introduction.]