Difference between revisions of "IndexedCatalog"

From Free Software Directory
Jump to: navigation, search
(Changed URLs to webarchive added Python page)
(Small edit)
Line 13: Line 13:
 
|Homepage URL=http://web.archive.org/web/20141006052453/http://async.com.br/projects/indexedcatalog
 
|Homepage URL=http://web.archive.org/web/20141006052453/http://async.com.br/projects/indexedcatalog
 
|User level=intermediate
 
|User level=intermediate
|Computer languages=Python
 
 
|IRC help=irc://irc.freenode.net/async
 
|IRC help=irc://irc.freenode.net/async
|Keywords=zope,Python,index,catalog,catalogue,cataloging
+
|Keywords=zope,index,catalog,catalogue,cataloging
 
|Version identifier=0.6.0
 
|Version identifier=0.6.0
 
|Version date=2009-10-09
 
|Version date=2009-10-09
 
|Version status=beta
 
|Version status=beta
 
|Version download=http://web.archive.org/web/20141006052453/http://async.com.br/projects/IndexedCatalog/dist/IndexedCatalog-0.6.0.tar.gz
 
|Version download=http://web.archive.org/web/20141006052453/http://async.com.br/projects/IndexedCatalog/dist/IndexedCatalog-0.6.0.tar.gz
|Last review by=Kelly Hopkins
+
|Last review by=BABA200
|Last review date=2009-10-27
+
|Last review date=2017/03/01
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01

Revision as of 14:57, 1 March 2017


[edit]

IndexedCatalog

http://web.archive.org/web/20141006052453/http://async.com.br/projects/indexedcatalog
provides indexing and allows queries for objects based on attributes.

IndexedCatalog provides indexing and allows queries for objects based on attributes. Which is accomplished by indexing all fields by type (string/integer/float) and by a simple query language. The IndexedCatalog does not require any additional extensions apart from the ZODB, and it made for applications that use StandaloneZODB and not Zope. It is completely untested with Zope at this time. Features:

  • Provides a Shelf, which aggregates queries and is a front-end to all IC features.
  • Provides a Catalog class that stores objects and offers a query interface.
  • Provides Indexes for Strings, Floats, Integers, Dates and Instances.
  • Requires very little change to objects for catalogs and indexes to work: basically inherit from IndexedCatalog.IndexedObject, add some special attributes to the Classes, and use catalog.insert() to add the instances to the catalogs.
  • Supports composite objects, initializing and indexing sub-objects automatically.
  • Supports queries by type, and allows querying sub-object or referenced object attribute values.
  • Allows ordering query results by field, both ascending and descending.
  • Using Distutils means miminal effort to install.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

27 October 2009




Leaders and contributors

Contact(s)Role
Johan Dahlin Maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/IndexedCatalog
DeveloperDownloadhttp://async.com.br/projects/IndexedCatalog/dist/
Bug TrackingBug Trackinghttp://bugs.async.com.br/enter_bug.cgi?product=IndexedCatalog
GeneralMailing List Info/Archivehttp://www.async.com.br/pipermail/indexedcatalog
GeneralMailing List Subscribehttp://www.async.com.br/mailman/listinfo/indexedcatalog


Software prerequisites




Entry


















"Python" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.