Metadata-Version: 2.1
Name: statick-tex
Version: 0.1.2
Summary: Tool for running static analysis tools against TeX/LaTeX.
Home-page: https://github.com/tdenewiler/statick-tex
Author: SSC Pacific
License: UNKNOWN
Description: # Statick TeX/LaTeX Plugins
        
        | Service | Status |
        | ------- | ------ |
        | Build   | [![Travis-CI](https://api.travis-ci.org/tdenewiler/statick-tex.svg?branch=master)](https://travis-ci.org/tdenewiler/statick-tex/branches) |
        | PyPI    | [![PyPI version](https://badge.fury.io/py/statick-tex.svg)](https://badge.fury.io/py/statick-tex) |
        | Codecov | [![Codecov](https://codecov.io/gh/tdenewiler/statick-tex/branch/master/graphs/badge.svg)](https://codecov.io/gh/tdenewiler/statick-tex/) |
        
        This is a set of plugins for [Statick](https://github.com/sscpac/statick) that will discover TeX/LaTeX files and perform
        static analysis on those files.
        
        If you have statick, statick-tex, and a latex project laid out as follows:
        
          - src
            - statick
            - statick-output
            - statick-tex
            - latex-project
        
        Then the following commands run in `src` would scan your latex project:
        
            ./statick/statick latex-project statick-output --user-paths ./statick-tex/statick_tool --profile tex-profile.yaml
        
        If statick and statick-tex are installed (either via local install commands or from pip) then you do not need to give
        the entire path to `statick` and `statick-tex/statick_tool`.
        
Platform: UNKNOWN
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
Provides-Extra: test
