Metadata-Version: 2.1
Name: mmdesigner
Version: 0.1.6
Summary: Indoor model airplane design using OpenSCAD
Home-page: https://github.com/rblack42/math-magik
Author: Roie R. Black
Author-email: roie.black@gmail.com
License: BSD
Description: Math Magik (v0.1.6)
        ####################
        :Author:    Roie R. Black
        :Email: roie.black@gmail.com
        :Docs:      https://rblack42.github.io/math-magik
        
        ..  start-badges
        
        .. list-table::
            :stub-columns: 1
        
            * - tests
              - | |travis| |appveyor| |github| |coverage| |requires|
            * - package
              - | |version| |wheel| |supported-versions| |commits-since| |status|
        
        
        .. |travis| image:: https://api.travis-ci.com/rblack42/math-magik.svg?branch=master
            :alt: Travis-CI Build Status
            :target: https://travis-ci.com/rblack42/math-magik
        
        .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/rblack42/math-magik?branch=master&svg=true
            :alt: AppVeyor Build Status
            :target: https://ci.appveyor.com/project/rblack42/math-magik
        
        .. |github| image:: https://github.com/rblack42/math-magik/actions/workflows/main.yml/badge.svg
            :alt: Github Workflows
            :target: https://github.com/rblack42/math-magik
        
        .. |requires| image:: https://requires.io/github/rblack42/math-magik/requirements.svg?branch=master
            :alt: Requirements Status
            :target: https://requires.io/github/rblack42/math-magik/requirements/?branch=master
        
        .. |version| image:: https://img.shields.io/pypi/v/mmdesigner.svg
            :alt: PyPI Package latest release
            :target: https://pypi.org/project/mmdesigner
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/mmdesigner.svg
            :alt: PyPI Wheel
            :target: https://pypi.org/project/mmdesigner
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/mmdesigner.svg
            :alt: Supported versions
            :target: https://pypi.org/project/mmdesigner
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/mmdesigner.svg
            :alt: Supported implementations
            :target: https://pypi.org/project/mmdesigner
        
        .. |status| image:: https://img.shields.io/pypi/status/mmdesigner
            :alt: development status
            :target: https://pypi.org/project/mmdesigner
        
        .. |commits-since| image:: https://img.shields.io/github/commits-since/rblack42/math-magik/v0.1.6.svg
            :alt: Commits since latest release
            :target: https://github.com/rblack42/math-magik/compare/v0.1.6...master
        
        .. |coverage| image:: https://coveralls.io/repos/github/rblack42/math-magik/badge.svg?branch=master
            :target: https://coveralls.io/github/rblack42/math-magik?branch=master
            :alt: Code Coverage"
        
        
        ..  image:: rst/_static/lpp.gif
            :align: center
            :width: 600
        
        .. end-badges
        
        This project used OpenSCAD and a few supporting libraries to generate 3D models
        of indoor free-flight model airplanes. The accompanying Python software assists
        in creating a design and performs analysis on the design to produce an estimate
        of the weight and center of gravity of the design. This project is the subject
        of an article in the 2021 edition of the National Free Flight Society
        Symposium.
        
        The project documentation is available at the link above. There you will find
        material detailing the Python code developed to support this project, and
        information on how OpenSCAD can be used to build 3D models of proposed designs.
        The primary focus of this documentation is the design of a Limited Pennyplane
        model, but other designs will be included here as well.
        
        If you are interested in assisting with the development of this project, or
        need help with anything found here, please contact me by email. I welcome
        questions and ideas for extending this project.
        
        
        
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Framework :: tox
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.7, <=3.9
Description-Content-Type: text/x-rst
