An open API service indexing awesome lists of open source software.

https://github.com/monomotion/flom-py

Python binding of flom
https://github.com/monomotion/flom-py

binding file flom format monomotion motion python python-bindings robot

Last synced: 6 months ago
JSON representation

Python binding of flom

Awesome Lists containing this project

README

          

# 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)