Metadata-Version: 1.1
Name: pyromarc
Version: 0.1
Summary: Python implementation of MARC:MIR
Home-page: https://github.com/agrausem/pyromarc
Author: Arnaud Grausem
Author-email: arnaud.grausem@gmail.com
License: PSF
Download-URL: http://pypi.python.org/pypi/pyromarc
Description: ========
        Pyromarc
        ========
        
        .. image:: https://secure.travis-ci.org/agrausem/pyromarc.png?branch=master
            :target: https://travis-ci.org/agrausem/pyromarc
        
        .. image:: https://coveralls.io/repos/agrausem/pyromarc/badge.png?branch=master
            :target: https://coveralls.io/r/agrausem/pyromarc?branch=master
        
        MARC::MIR est une spécification de représentation mémoire (sous la forme de
        tableau de tableaux) de données bibliographiques cataloguée en MARC. elle
        permet d'établir des ponts simples entre les différents outils exitants de
        traitement, sérialisation, indexation, ...
        
        https://github.com/eiro/p5-marc-mir
        https://github.com/eiro/p5-marc-mir-template
        https://metacpan.org/module/MARCC/marc-mir-0.4/lib/MARC/MIR.pod
        
        Pyromarc se veut être une implementation python du pendant Perl. Objectifs du
        sprint de la pycon 2013:
        
        * serialisation/désérialisation ISO2709
        * implementation d'un DSL pythonic permettant de manipuler les enregistrements
          avec la même simplicité que l'implémentation Perl
        * implementation de MARC::MIR::Template
        * serialisation/désérialisation msgpack
        
Keywords: MARC,ISO2709,msgpack,MIR,MARC:MIR
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Text Processing
Classifier: Topic :: Software Development :: Libraries
