Metadata-Version: 1.0
Name: bibliograph.core
Version: 0.1
Summary: Core definitions of bibliograph packages
Home-page: http://pypi.python.org/pypi/bibliograph.core
Author: Tom Gross
Author-email: itconsense@gmail.com
License: ZPL 2.1
Description: .. contents::
        
        .. bibliograph.core
        ----------------
        Core components of the bibliograph-project. Contains interfaces
        and utility methods.
        
        Homepage: http://pypi.python.org/pypi/bibliograph.core
        Code repository: http://svn.plone.org/svn/collective/bibliograph.core/
        
        Change history
        **************
        
        0.1.0 (2008-05-02)
        ==================
        
        - Created recipe with ZopeSkel [Tom Gross].
        
        - Ported necessary core parts from Products.CMFBibliographyAT
        
        - Added Interfaces
        
        
        
        Detailed Documentation
        **********************
        
        bibliograph.core Package Readme
        ===============================
        
        Overview
        --------
        
        Core definitions of bibliograph packages
        
        Here all bits and pieces are defined which are commonly used by the
        packagages sharing the `bibliograph` namespace. We provide some interfaces
        here:
        
        IBibliographicReference is an interface for a single content object with a given
        schema which can be rendered as a bibliographic entry (bibtex, endnote,
        ris, etc.).
        
        >>> from bibliograph.core import interfaces
        >>> 'IBibliographicReference' in dir(interfaces)
        True
        
        IBibliographyExport is a marker for a container directly
        containing single exportable IBibliographicReference objects.
        
        >>> 'IBibliographyExport' in dir(interfaces)
        True
        
        Another part of the package are utility methods and a collection of encodings
        used within python and latex including a mapping.
        Contributors
        ************
        
        - Tom Gross, itconsense@gmail.com, Author
        - Raphael Ritz, r.ritz@biologie.hu-berlin.de, Renderers
        
        Download
        ********
        
Keywords: bibtex bibliography xml endnote ris bibutils
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Zope Public License
