Metadata-Version: 2.1
Name: yotta
Version: 0.20.5
Summary: Re-usable components for embedded software.
Home-page: https://github.com/ARMmbed/yotta
Author: James Crosby
Author-email: James.Crosby@arm.com
License: Apache-2.0
Keywords: embedded package module dependency management
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Console
License-File: LICENSE
Requires-Dist: semantic_version<3,>=2.3.1
Requires-Dist: requests[security]<3,>=2.4.3
Requires-Dist: certifi>=2016.2.28
Requires-Dist: PyGithub<2,>=1.25
Requires-Dist: colorama<0.4,>=0.3
Requires-Dist: hgapi<2,>=1.7
Requires-Dist: Jinja2<3,>=2.7.0
Requires-Dist: cryptography>=2.8
Requires-Dist: PyJWT<2.0,>=1.0
Requires-Dist: pathlib<1.1,>=1.0.1
Requires-Dist: jsonschema<3.0,>=2.4.0
Requires-Dist: argcomplete<2.0,>=0.8.0
Requires-Dist: mbed_test_wrapper<2.0.0,>=0.0.3
Requires-Dist: valinor<2.0,>=1.1.4
Requires-Dist: intelhex<3.0,>=2.0
Requires-Dist: jsonpointer<2.0,>=1.9

.. image:: https://travis-ci.org/ARMmbed/yotta.svg
.. image:: https://circleci.com/gh/ARMmbed/yotta.svg?style=shield

yotta is a tool that we're building at `mbed <https://mbed.org>`_ to make it
easier to build better software written in C, C++ or other C-family languages.
It's still early in development, so if you have questions/feedback or issues, please `report them on Github <https://github.com/ARMmbed/yotta/issues>`_.

Installation
============
While yotta is written in python, to use it to build software you'll need several non-python dependencies. Detailed installation instructions and links to installers can be found on the `yotta docs site <http://docs.yottabuild.org>`_.

Get Started
===========
The best way to get started is to `follow the tutorial <http://docs.yottabuild.org/tutorial/tutorial.html>`_.

License
=======
yotta is licensed under Apache-2.0
