Metadata-Version: 1.1
Name: djatex
Version: 0.1.16
Summary: Generate pdf from latex in django
Home-page: https://bitbucket.org/marc_culler/djatex
Author: Marc Culler
Author-email: mcbugs000@gmail.com
License: GPL
Description: ======
        djaTeX
        ======
        
        |
        
        Description
        -----------
        
        This project provides a python module named djatex which allows a
        django app to generate a PDF document from a LaTeX template file.
        
        |
        
        Example
        --------
        
        A small django project is included, with an example django app that generates a one-page PDF document in the LaTeX article style.
        
        To set up the example server, run the following commands::
        
           $ python3 -m venv pythonenv
           $ source pythonenv/bin/activate
           $ pip install django
           $ python setup.py install
           $ cd example
           $ python manage.py migrate
           $ python manage.py runserver
        
        You should now have an http server running on localhost port 8000.  Connect to localhost:8000 with your web browser to generate a PDF.
        
Keywords: django latex pdf
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
