Metadata-Version: 2.0
Name: floopcli
Version: 0.0.1a3
Summary: sensor development and testing tools
Home-page: https://github.com/ForwardLoopLLC/floopcli
Author: Forward Loop LLC
Author-email: nick@forward-loop.com
License: UNKNOWN
Description-Content-Type: text/x-rst
Keywords: sensor development devops
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: pyyaml (>=3.12)
Requires-Dist: typing (>=3.6.4)
Provides-Extra: docs
Requires-Dist: sphinx (>=1.7.4); extra == 'docs'
Requires-Dist: sphinx-tabs (>=1.1.7); extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=3.5.1); extra == 'test'
Requires-Dist: pytest-cov (>=2.5.1); extra == 'test'
Provides-Extra: typing
Requires-Dist: mypy (>=0.0.590); extra == 'typing'

floop
=====


.. image:: http://docs.forward-loop.com/floopcli/master/status/build-status.png
   :target: http://docs.forward-loop.com/floopcli/master/status/build-status.html

Note: this repository is in the alpha development stage. We recommend you always pull or upgrade to the latest version. 

floop is a CLI tool for developing, building, and testing code on
multiple target devices using a single host device. Currently, the tool
works for Linux targets, including many ARM devices.

Documentation
-------------

Please visit `the official floop documentation <http://docs.forward-loop.com/floopcli/master/index.html>`_ for tutorials, guides,
and more information.

You can see more Forward Loop projects and documentation at `our
documentation website <http://docs.forward-loop.com>`_.

Learn more about Forward Loop at our `company website <http://forward-loop.com>`_.

Installation
------------
You can download the latest official release as a pip package:
::

    pip install --upgrade floopcli

For developing floopcli itself, you can pull this repository and install it locally with pip3:
::

    git clone git@github.com:ForwardLoopLLC/floopcli.git && cd floopcli && pip3 install -e .[test] 

We highly recommend you use `virtualenv <https://virtualenv.pypa.io/en/stable/>`_ when working with floopcli.

Testing
-------

floop has been tested on multiple ARM devices running Linux operating
systems. Additionally, floop has its own continuous integration
platform, which you can learn about by visting the **ci/** folder in
this repository.

Contributing
------------

floop is an open-source project from Forward Loop LLC. We encourage
community engagement. If you find any bugs or want to propose new
features, please raise an issue in this repository.


