Skip to main content

LDraw mklist in Python

Project description

pymklist

https://img.shields.io/pypi/v/pymklist.svg https://img.shields.io/travis/rienafairefr/pymklist.svg https://coveralls.io/repos/github/rienafairefr/pymklist/badge.svg?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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymklist-1.1.0.tar.gz (2.7 MB view hashes)

Uploaded Source

Built Distribution

pymklist-1.1.0-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page