LDraw mklist in Python
Project description
pymklist
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
Built Distribution
File details
Details for the file pymklist-1.1.0.tar.gz
.
File metadata
- Download URL: pymklist-1.1.0.tar.gz
- Upload date:
- Size: 2.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa7b106c11ef359c46020250d81759ce5bf9dee359a2cba6e412e67adb52a5e1 |
|
MD5 | 38f11fa664144f2e9d0b1f8b7ead5627 |
|
BLAKE2b-256 | 897abd7a90bee0392973a7b6b1ff9e28ed4b3768785b9855085ba9c940e28e89 |
File details
Details for the file pymklist-1.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pymklist-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60b318548f4be8d0c07e764451104a2228b8e64fc8b0bbad148c2e6a23319b31 |
|
MD5 | 360d7292e85a8e770e450acd87c005e1 |
|
BLAKE2b-256 | 2de446cb0c3dd9246dfe9d80383754c7dc0008b8793868dff03471a4b7c87222 |