Metadata-Version: 1.1
Name: pymklist
Version: 1.1.0
Summary: LDraw mklist in Python
Home-page: https://github.com/rienafairefr/pymklist
Author: Matthieu Berthomé
Author-email: rienafairefr@gmail.com
License: GNU General Public License v3
Description: ========
        pymklist
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/pymklist.svg
                :target: https://pypi.python.org/pypi/pymklist
        
        .. image:: https://img.shields.io/travis/rienafairefr/pymklist.svg
                :target: https://travis-ci.org/rienafairefr/pymklist
        
        .. image:: https://coveralls.io/repos/github/rienafairefr/pymklist/badge.svg?branch=master
                :target: https://coveralls.io/github/rienafairefr/pymklist?branch=master
        
        
        LDraw mklist in Python
        
        Once installed with ``pip install pymklist``, it should be an almost drop-in replacement for the make-list bash file found in
        ``https://github.com/nathaneltitane/ldraw`` or the Windows executable mklist.exe found in LDraw.org complete.zip
        you can start it by just doing ``mklist`` on the command-line.
        
        You can instruct mklist to generate the parts.lst with a sort on the description (``--description``) or the code (``--number``),
        use ``mklist --help`` for usage description
        
        pymklist has been tested on Python 2.7, 3.4, 3.5 and 3.6
        
        You can also get the parts list from Python code, just do
        
        ``from mklist.generate import get_parts_lst`` and call the ``get_parts_lst`` function to get a list
        
        or ``from mklist.generate import generate_parts_lst`` to generate a parts.lst
        
        
        * Free software: GNU General Public License v3
        
        
        Features
        --------
        
        * TODO
        
        
        =======
        History
        =======
        
        0.1.0 (2018-02-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: pymklist
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
