Cheshire3 Download

Latest Version

The latest stable version of the Cheshire3 Python package can be installed from PyPi - the Python Package Index:
http://pypi.python.org/pypi/cheshire3/

Bleeding edge source code is under version control and available from the Cheshire3 GitHub repository. Please note however that the code in the repository (with the exception of the 'master' branch) is under continuous development and may not be suitable for a production system. The repository can be found at:
http://github.com/cheshire3/cheshire3

Previously, source code was available from our own Subversion server. The SVN repository is being kept alive for the time being as read-only, and best efforts will be made to keep it up-to-date with the master (i.e. stable/production) branch from the Cheshire3 Git repository. It is available at:
http://svn.cheshire3.org/repos/cheshire3

Downloading Cheshire3 Bundles

Below are links to the source packages for the latest release of Cheshire3, and the install script.

build.sh Install script
cheshire3-base.tgz [MD5] Base install, required
cheshire3-web.tgz [MD5] For web, SRW, SRU, OAI-PMH, and Z39.50 front ends. Also allows ingest of document from providers of these interfaces.
cheshire3-sql.tgz [MD5] For relational database interaction (i.e. loading data from and storing objects in).
cheshire3-datamining.tgz For Data Mining and related tasks [Being updated]
cheshire3-textmining.tgz For NLP and related tasks [Being updated]
cheshire3-grid.tgz [MD5] For distributed processing tasks on computational grids, and interaction with data grids.
cheshire3-formats.tgz [MD5] For dealing with data in different file formats (MS Office, PDF etc.)
Includes file format identification and preParsers to transform them into XML.
[top]
Installation

To install, download the packages that you want. Put them all in the base directory where you want everything to be installed to, and run build.sh.

To build by hand, step through the instructions in build.sh.

[top]
Examples

Simple sample databases for you to experiment with, copy and adapt to your own requirements:

[top]
Applications [top]
Older Versions [top]
Legal

Copyright © 2005-2012, the University of Liverpool. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MARC Utilities

The following licensing conditions apply to the marc_utils module included in the Cheshire3 package. In the following statements, "This file" and "the Software" should be understood to mean marc_utils.py.

This file should be available from http://www.pobox.com/~asl2/software/PyZ3950/ and is licensed under the X Consortium license: Copyright © 2001, Aaron S. Lav, asl2@pobox.com All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder.

[top]