Metadata-Version: 1.1
Name: librator
Version: 0.1.1
Summary: A method of automatically constructing a Librarian library database from a directory of yaml files or the reverse.
Home-page: https://github.com/Nekroze/librator
Author: Taylor "Nekroze" Lawson
Author-email: nekroze@eturnilnetwork.com
License: MIT
Description: =============================
        Librator
        =============================
        
        .. image:: https://badge.fury.io/py/librator.png
            :target: http://badge.fury.io/py/librator
            
        .. image:: https://travis-ci.org/Nekroze/librator.png?branch=master
                :target: https://travis-ci.org/Nekroze/librator
        
        .. image:: https://pypip.in/d/librator/badge.png
                :target: https://crate.io/packages/librator?version=latest
        
        
        A method of automatically constructing a Librarian library database from a directory of yaml files or the reverse.
        
        Documentation
        -------------
        
        The full documentation is at http://librator.rtfd.org.
        
        Quickstart
        ----------
        
        Install Librator::
        
            pip install librator
        
        Then start creating cards with::
        
            libratorcard cards/mycard
        
        When you have your directory of card files simple pack then up::
        
            librator cards/ library.lbr
        
        Features
        --------
        
        * Turns a collection of yml based card files into a librarian card database.
        * Can turn a librarian card database into a directory of yml based card files.
        * Provides a tool for creating an empty example card file.
        
        
        
        
        History
        -------
        
        v0.1.1
        ++++++
        
        - Added guards to ensure directories exist before use.
        - Packing now starts the library anew if it already exists.
        
        v0.1.0
        ++++++
        
        - First PyPi release.
        
Keywords: librator
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
