Metadata-Version: 1.1
Name: edeposit.amqp.pdfgen
Version: 0.4.7
Summary: E-Deposit's AMQP bindings to PDF generation libraries.
Home-page: https://github.com/edeposit/edeposit.amqp.pdfgen/
Author: Edeposit team
Author-email: edeposit@email.cz
License: GPL2+
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/edeposit.amqp.pdfgen.png
            :target: http://badge.fury.io/py/edeposit.amqp.pdfgen
        
        .. image:: https://pypip.in/d/edeposit.amqp.pdfgen/badge.png
                :target: https://crate.io/packages/edeposit.amqp.pdfgen?version=latest
        
        E-Deposit's AMQP bindings to PDF generation libraries.
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://edeposit-amqp-pdfgen.readthedocs.org/
        
        Contributors
        ============
        
        - Bystroushaak <bystrousak@kitakitsune.org>, Developer
        
        Changelog
        =========
        
        0.4.7
        -----
            - Removed colon from the end of the Producer's name.
        
        0.4.6
        -----
            - TrueType fonts should be now included in pdf.
            - Added argument passing to ``run_tests.sh``.
        
        0.4.0 - 0.4.5
        -------------
            - Update of the descriptors in the requests generator.
            - Removed unused things from setup.py.
            - Added special style for review. There is now more space for data.
            - Tests metadata updated.
            - Added escaping of the sphinx syntax in data fields.
            - run_tests.sh: Changed PYTHONPATH variable to prioritize local path.
            - Updated text of the contract.
            - Small bugfix of contract text.
            - Another small bugfix.
            - Added new parts into cotract.
            - Fixed issue #23 - problem with very long links.
        
        0.3.0 - 0.3.5
        -------------
            - Added support for QR code.
            - Added logo into contract template.
            - Small improvements of templates.
            - ``reactToAMQPMessage()`` parameters modified.
            - Documentation of ``reactToAMQPMessage()`` updated.
            - Formating of the contract updated.
            - Added installation notes specific to Suse systems.
            - Fixed bugs specific to OpenSuse.
            - Tests moved to the root of the package.
            - "jednajici" removed from contract.
            - Formating of the contract updated - for the last time I hope.
        
        0.2.0 - 0.2.4
        -------------
            - Added logo to review.
            - requests_template.py renamed to requests_template.txt.
            - Fixed #16 - bug in setuptools. HTML generation command had to be removed.
            - Fixed small bug in contract generator.
            - Added internal_url field.
            - review_example.pdf is now saved to test directory. This is useful for showing the review to other people.
            - Removed default arguments in GenerateReview structure.
            - Added experimental utf-8 skip.
        
        0.1.0
        -----
            - Project created.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
