{ "info": { "author": "Andrey Zamaraev", "author_email": "a5kin@github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Artistic Software", "Topic :: Multimedia :: Graphics :: 3D Modeling", "Topic :: Multimedia :: Graphics :: 3D Rendering", "Topic :: Utilities" ], "description": "========\ndf3tools\n========\n\n.. image:: https://travis-ci.org/a5kin/df3tools.png?branch=master\n :target: https://travis-ci.org/a5kin/df3tools?branch=master\n :alt: Build Status\n\n.. image:: https://img.shields.io/codeclimate/coverage/github/a5kin/df3tools.svg\n :target: https://codeclimate.com/github/a5kin/df3tools\n :alt: Coverage Status\n\n.. image:: https://img.shields.io/codeclimate/maintainability/a5kin/df3tools.svg\n :target: https://codeclimate.com/github/a5kin/df3tools\n :alt: Maintainability Status\n\n.. image:: https://img.shields.io/scrutinizer/g/a5kin/df3tools.svg\n :target: https://scrutinizer-ci.com/g/a5kin/df3tools/\n :alt: Code Quality\n\n.. image:: https://img.shields.io/pypi/v/df3tools.svg\n :target: https://pypi.org/project/df3tools/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/df3tools.svg\n :target: https://pypi.org/project/df3tools/\n :alt: Supported Python versions\n\nCommand-line tools to convert POV-Ray density files (DF3) to a bunch\nof images and vice versa.\n\n------------\nInstallation\n------------\n\nThe easiest way to install is via standard Python package manager::\n\n pip install df3tools\n\nOptionally, you may clone package's repository, and run ``setup.py``\nscript::\n\n git clone https://github.com/a5kin/df3tools.git\n cd df3tools\n python setup.py install\n\n----------\nQuickstart\n----------\n\nAfter successful installation, two tools will be available at\ncommand-line: ``df3split`` and ``df3combine``.\n\nThe former, by default, splits density file to a bunch of images and\nsaves them into ``layerNNN.tga`` files in current directory::\n\n df3split path-to-original-density-file.df3\n\nThe latter, by default, combines all ``layer*`` files in current\ndirectory into a single density file. Image format is auto-detected::\n\n df3combine path-to-new-density-file.df3\n\nYou may also pass an images' prefix like ``-p data/layer``. See the\nfull list of options below.\n\n--------\ndf3split\n--------\n\nSplit POV-Ray ``.df3`` density file to a series of separate images.\n\nUsage\n-----\n::\n\n df3split [-h] [-t {tga,png}] [-p PREFIX] [-s] df3file\n\n\nPositional arguments:\n---------------------\n::\n\n df3file Filename of density file to split.\n\nOptional arguments:\n-------------------\n::\n\n -h, --help Show help message and exit.\n -t {tga,png}, --format {tga,png} Output files format.\n -p PREFIX, --prefix PREFIX Output files prefix.\n -s, --silent Suppress output.\n\n----------\ndf3combine\n----------\n\nCombine a series of separate images into POV-Ray ``.df3`` density file.\n\nUsage:\n------\n::\n\n df3combine [-h] [-p PREFIX] [-s] df3file\n\nPositional arguments:\n---------------------\n::\n\n df3file Filename of density file to combine images into.\n\nOptional arguments:\n-------------------\n::\n\n -h, --help Show help message and exit.\n -p PREFIX, --prefix PREFIX Input files prefix.\n -s, --silent Suppress output.\n\nNote, images format is autodetected. You may combine any type of\nimages, supported by Pillow.\n\n-----\nTests\n-----\n\nTo run full test suite for all supported Python versions, install\n``tox`` package, and run it from project's top directory, containing\n``setup.py``::\n\n pip install tox\n tox\n\nOptionally, you can run tests only for your current Python version by\ntyping::\n\n python -m unittest discover -s tests\n\n----------------\nAcknowledgements\n----------------\n\nThanks to *Yury Poberezhny* for the idea and motivation to create this\npackage.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/a5kin/df3tools", "keywords": "povray pov-ray density file df3 commandline tools utils utility", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "df3tools", "package_url": "https://pypi.org/project/df3tools/", "platform": "", "project_url": "https://pypi.org/project/df3tools/", "project_urls": { "Homepage": "https://github.com/a5kin/df3tools" }, "release_url": "https://pypi.org/project/df3tools/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Tools to convert Pov-Ray DF3 files to set of images and vice versa", "version": "0.1.0" }, "last_serial": 3384992, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d7334054c981b81b01c54bdc9aceeb39", "sha256": "d5bda564926520c2ad044b4d6f1f25bb0221a5d3f3a375751e89752ebf21c9cb" }, "downloads": -1, "filename": "df3tools-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d7334054c981b81b01c54bdc9aceeb39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6256, "upload_time": "2017-12-03T16:53:58", "url": "https://files.pythonhosted.org/packages/b7/da/859fa064c8852861f1d118948a8b35da0f08ded8f9fb9a468be1c6189726/df3tools-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7334054c981b81b01c54bdc9aceeb39", "sha256": "d5bda564926520c2ad044b4d6f1f25bb0221a5d3f3a375751e89752ebf21c9cb" }, "downloads": -1, "filename": "df3tools-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d7334054c981b81b01c54bdc9aceeb39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6256, "upload_time": "2017-12-03T16:53:58", "url": "https://files.pythonhosted.org/packages/b7/da/859fa064c8852861f1d118948a8b35da0f08ded8f9fb9a468be1c6189726/df3tools-0.1.0.tar.gz" } ] }