scadi


Namescadi JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://nascentmaker.com/py/scadi
SummarySCAD Inliner: Roll up OpenSCAD includes into the main file for easy sharing.
upload_time2023-04-05 12:31:17
maintainerNascent Maker
docs_urlNone
authorNascent Maker
requires_python>=3.8,<4.0
licenseMIT
keywords openscad inline minimizer rollup scad
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            | |pypiversion| |pypiwheel| |pypipyversions| |pypilicense| |pypidownloads|
| |precommit| |coverage| |maintainability|

=====
scadi
=====

Command-line tool for rolling up all includes into the main file of your model so that you can easily share it online.

Installation
============

::

   pip3 install scadi

Usage
=====

::

   scadi inline ./my-model.scad

The above command will create a file called ``./inline-my-model.scad`` that can be shared on sites that have OpenSCAD customizers.

License
=======

Copyright 2021 Nascent Maker, nascentmaker.com.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Support me
==========

If you found that this tool saved you some time and you want to give back, please consider using Ko-Fi to buy me a coffee.

.. image:: https://ko-fi.com/img/githubbutton_sm.svg
   :target: https://ko-fi.com/S6S7GJUG3
   :alt: ko-fi

.. |pypiversion| image:: https://img.shields.io/pypi/v/scadi
   :target: https://pypi.org/project/scadi/
   :alt: PyPI

.. |pypipyversions| image:: https://img.shields.io/pypi/pyversions/scadi
   :target: https://pypi.org/project/scadi/
   :alt: PyPI - Python Version

.. |pypiwheel| image:: https://img.shields.io/pypi/wheel/scadi
   :target: https://pypi.org/project/scadi/
   :alt: PyPI - Wheel

.. |pypilicense| image:: https://img.shields.io/pypi/l/scadi
   :target: https://pypi.org/project/scadi/
   :alt: PyPI - License

.. |pypidownloads| image:: https://img.shields.io/pypi/dm/scadi
   :target: https://pypi.org/project/scadi/
   :alt: PyPI - Downloads

.. |precommit| image:: https://results.pre-commit.ci/badge/github/NascentMaker/scadi/main.svg
   :target: https://results.pre-commit.ci/latest/github/NascentMaker/scadi/main
   :alt: pre-commit.ci status

.. |coverage| image:: https://img.shields.io/codeclimate/coverage/NascentMaker/scadi
   :target: https://codeclimate.com/github/NascentMaker/scadi
   :alt: Code Climate coverage

.. |maintainability| image:: https://img.shields.io/codeclimate/maintainability/NascentMaker/scadi
   :target: https://codeclimate.com/github/NascentMaker/scadi
   :alt: Code Climate maintainability

            

Raw data

            {
    "_id": null,
    "home_page": "https://nascentmaker.com/py/scadi",
    "name": "scadi",
    "maintainer": "Nascent Maker",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "hello@nascentmaker.com",
    "keywords": "openscad,inline,minimizer,rollup,scad",
    "author": "Nascent Maker",
    "author_email": "hello@nascentmaker.com",
    "download_url": "https://files.pythonhosted.org/packages/8e/90/cb0e1b721954ca69523055cc0d0787af93229f7e00a3908f967c23df3c98/scadi-0.1.5.tar.gz",
    "platform": null,
    "description": "| |pypiversion| |pypiwheel| |pypipyversions| |pypilicense| |pypidownloads|\n| |precommit| |coverage| |maintainability|\n\n=====\nscadi\n=====\n\nCommand-line tool for rolling up all includes into the main file of your model so that you can easily share it online.\n\nInstallation\n============\n\n::\n\n   pip3 install scadi\n\nUsage\n=====\n\n::\n\n   scadi inline ./my-model.scad\n\nThe above command will create a file called ``./inline-my-model.scad`` that can be shared on sites that have OpenSCAD customizers.\n\nLicense\n=======\n\nCopyright 2021 Nascent Maker, nascentmaker.com.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nSupport me\n==========\n\nIf you found that this tool saved you some time and you want to give back, please consider using Ko-Fi to buy me a coffee.\n\n.. image:: https://ko-fi.com/img/githubbutton_sm.svg\n   :target: https://ko-fi.com/S6S7GJUG3\n   :alt: ko-fi\n\n.. |pypiversion| image:: https://img.shields.io/pypi/v/scadi\n   :target: https://pypi.org/project/scadi/\n   :alt: PyPI\n\n.. |pypipyversions| image:: https://img.shields.io/pypi/pyversions/scadi\n   :target: https://pypi.org/project/scadi/\n   :alt: PyPI - Python Version\n\n.. |pypiwheel| image:: https://img.shields.io/pypi/wheel/scadi\n   :target: https://pypi.org/project/scadi/\n   :alt: PyPI - Wheel\n\n.. |pypilicense| image:: https://img.shields.io/pypi/l/scadi\n   :target: https://pypi.org/project/scadi/\n   :alt: PyPI - License\n\n.. |pypidownloads| image:: https://img.shields.io/pypi/dm/scadi\n   :target: https://pypi.org/project/scadi/\n   :alt: PyPI - Downloads\n\n.. |precommit| image:: https://results.pre-commit.ci/badge/github/NascentMaker/scadi/main.svg\n   :target: https://results.pre-commit.ci/latest/github/NascentMaker/scadi/main\n   :alt: pre-commit.ci status\n\n.. |coverage| image:: https://img.shields.io/codeclimate/coverage/NascentMaker/scadi\n   :target: https://codeclimate.com/github/NascentMaker/scadi\n   :alt: Code Climate coverage\n\n.. |maintainability| image:: https://img.shields.io/codeclimate/maintainability/NascentMaker/scadi\n   :target: https://codeclimate.com/github/NascentMaker/scadi\n   :alt: Code Climate maintainability\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SCAD Inliner: Roll up OpenSCAD includes into the main file for easy sharing.",
    "version": "0.1.5",
    "split_keywords": [
        "openscad",
        "inline",
        "minimizer",
        "rollup",
        "scad"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f8ed1facbe243cca7a11415a1bbf8c5ee35ffa5b46493d6be8384732a3c758c",
                "md5": "d9745bc3307338b2da645b49fca26cc1",
                "sha256": "ef6d2d764ef917cb4d1f779f84eedd35462272226290707a92de8322cae7f7ec"
            },
            "downloads": -1,
            "filename": "scadi-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9745bc3307338b2da645b49fca26cc1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 8433,
            "upload_time": "2023-04-05T12:31:14",
            "upload_time_iso_8601": "2023-04-05T12:31:14.218667Z",
            "url": "https://files.pythonhosted.org/packages/3f/8e/d1facbe243cca7a11415a1bbf8c5ee35ffa5b46493d6be8384732a3c758c/scadi-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e90cb0e1b721954ca69523055cc0d0787af93229f7e00a3908f967c23df3c98",
                "md5": "d36081aa4fa86da79a62e221b6e4845b",
                "sha256": "a70bf62f27cf9eea6ac64e7a37f33f62bc2c8c69d7409f43dce203545827f038"
            },
            "downloads": -1,
            "filename": "scadi-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d36081aa4fa86da79a62e221b6e4845b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4652,
            "upload_time": "2023-04-05T12:31:17",
            "upload_time_iso_8601": "2023-04-05T12:31:17.475513Z",
            "url": "https://files.pythonhosted.org/packages/8e/90/cb0e1b721954ca69523055cc0d0787af93229f7e00a3908f967c23df3c98/scadi-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-05 12:31:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "scadi"
}
        
Elapsed time: 0.05481s