Metadata-Version: 2.1
Name: flom
Version: 0.4.2
Summary: flom: a library to handle keyframed motion of robots
Home-page: UNKNOWN
Author: coord.e
Author-email: me@coord-e.com
License: UNKNOWN
Description: # flom-py
        
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1e2e77e6f5f84d06a567aad4f49c05d0)](https://app.codacy.com/app/coord-e/flom-py?utm_source=github.com&utm_medium=referral&utm_content=MonoMotion/flom-py&utm_campaign=Badge_Grade_Dashboard)
        [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FDeepL2%2Fflom-py.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FDeepL2%2Fflom-py?ref=badge_shield)
        [![pypi](https://img.shields.io/pypi/v/flom.svg)](https://pypi.org/project/flom/)
        [![pypi wheel](https://img.shields.io/pypi/wheel/flom.svg?style=flat-square)](https://pypi.org/project/flom/)
        [![license](https://img.shields.io/github/license/MonoMotion/flom-py.svg?style=flat-square)](COPYING)
        [![GitHub release](https://img.shields.io/github/release/MonoMotion/flom-py.svg?style=flat-square)](https://github.com/MonoMotion/flom-py/releases)
        [![C++ Standard](https://img.shields.io/badge/C%2B%2B-17-brightgreen.svg?style=flat-square)](https://isocpp.org/std/status)
        
        
        Python binding of [flom](https://github.com/MonoMotion/flom)
        
        
        ## Installation
        
        Currently, there is no wheel distribution. So you need [Build Requirements](https://github.com/MonoMotion/flom#build-requirements) of flom before installation.
        
        With latest [flom](https://github.com/MonoMotion/flom) is installed, run
        
        ```shell
        pip install flom
        ```
        
        ## License
        [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FDeepL2%2Fflom-py.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FDeepL2%2Fflom-py?ref=badge_large)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
