Metadata-Version: 2.0
Name: EMIZ
Version: 0.1.12
Summary: Set of tools for the DCS mission builder
Home-page: https://github.com/132nd-etcher/EMIZ
Author: 132nd-etcher
Author-email: emiz@daribouca.net
License: GPLv3
Download-URL: https://github.com/132nd-etcher/EMIZ/releases
Platform: win32
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Win32 (MS Windows)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Requires-Dist: click
Requires-Dist: metar
Requires-Dist: mpmath
Requires-Dist: natsort
Requires-Dist: requests


README
======

EMIZ
----

Etcher's Mission File Tools

|OSI|

|license|

|av_master| |av_develop|


.. |OSI| image:: https://badges.frapsoft.com/os/v3/open-source-200x33.png?v=103
    :target: https://github.com/ellerbrock/open-source-badges/
.. |license| image:: https://img.shields.io/github/license/132nd-etcher/EMIZ.svg
    :target: https://www.gnu.org/licenses/gpl-3.0.en.html
.. |av_master| image:: https://img.shields.io/appveyor/ci/132nd-etcher/emiz/master.svg?label=master
    :target: https://ci.appveyor.com/project/132nd-etcher/emiz
.. |av_develop| image:: https://img.shields.io/appveyor/ci/132nd-etcher/emiz/develop.svg?label=develop
    :target: https://ci.appveyor.com/project/132nd-etcher/emiz

CHANGELOG
=========

Changelog
=========


0.1.11 (2017-10-04)
-------------------

New
~~~
- Added custom METAR class to handle printing pressure with all units.
  [132nd-etcher]


0.1.8 (2017-08-27)
------------------

Fix
~~~
- Catch OSError while editing MIZ file. [132nd-etcher]


0.1.6 (2017-08-26)
------------------

Changes
~~~~~~~
- Using edit_miz for batch operations. [132nd-etcher]

Fix
~~~
- Remove CLRXXXX from metar string while parsing. [132nd-etcher]


0.1.5 (2017-08-26)
------------------

Fix
~~~
- Catch ParserError while parsing for metar string. [132nd-etcher]


0.1.4 (2017-08-24)
------------------
- Add mission time. [132nd-etcher]


0.1.3 (2017-08-20)
------------------
- Update changelog. [132nd-etcher]
- Pep8 formatting. [132nd-etcher]
- Remove unused module. [132nd-etcher]
- Move weather in package, add METAR builder and a few tests. [132nd-
  etcher]


0.1.2 (2017-08-20)
------------------
- Update changelog. [132nd-etcher]
- Update requirements. [132nd-etcher]
- Export _set_weather. [132nd-etcher]


0.1.1 (2017-08-19)
------------------
- Add MissionWeather to exports. [132nd-etcher]
- Dev: initial commit. [132nd-etcher]


0.1.0 (2017-08-19)
------------------
- Initial commit. [132nd-etcher]

