Metadata-Version: 2.0
Name: EMIZ
Version: 0.1.21
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
Description-Content-Type: UNKNOWN
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: certifi (==2018.1.18)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==6.7)
Requires-Dist: configobj (==5.0.6)
Requires-Dist: elib (==0.1.24)
Requires-Dist: everett (==0.9)
Requires-Dist: gtts (==1.2.2)
Requires-Dist: gtts-token (==1.1.1)
Requires-Dist: idna (==2.6)
Requires-Dist: metar (==1.5.0)
Requires-Dist: mpmath (==1.0.0)
Requires-Dist: natsort (==5.1.1)
Requires-Dist: pyyaml (==3.12)
Requires-Dist: requests (==2.18.4)
Requires-Dist: six (==1.11.0)
Requires-Dist: urllib3 (==1.22)


README
======

EMIZ
----

Etcher's Mission File Tools

|OSI|

|license|

|av_master| |av_develop|
|codacy| |coverage|


.. |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
.. |codacy| image:: https://img.shields.io/codacy/grade/d4699411cc594094bb926601ece926a0.svg
    :target: https://www.codacy.com/app/132nd-etcher/epab
.. |coverage| image:: https://img.shields.io/codacy/coverage/d4699411cc594094bb926601ece926a0.svg
    :target: https://www.codacy.com/app/132nd-etcher/epab

CHANGELOG
=========

Changelog
=========


0.1.21 (2018-01-23)
-------------------

Fix
~~~
- Fix issue with unwanted fog. [132nd-etcher]


0.1.18 (2017-12-27)
-------------------

Fix
~~~
- Fix bug in mission.day. [132nd-etcher]
- Fix issue with cloud height in METARs inferred from MIZ files. [132nd-
  etcher]

  fix #3
- Fix bug where fog would not be disabled from a mission. [132nd-etcher]

Other
~~~~~
- Fix re-introduced basic datetime func. [132nd-etcher]


0.1.14 (2017-12-24)
-------------------

New
~~~
- AVWX metar to speech. [132nd-etcher]
- Add AVWX API. [132nd-etcher]

Changes
~~~~~~~
- Fix intro line for ATIS. [132nd-etcher]
- Change ATIS intro speech. [132nd-etcher]

Fix
~~~
- Replace "altimeter" with "Q N H" [132nd-etcher]
- Fix init. [132nd-etcher]
- Fix clouds when applying metar to miz file. [132nd-etcher]


0.1.13 (2017-12-17)
-------------------

Fix
~~~
- Fix issue when no clouds were present. [132nd-etcher]


0.1.12 (2017-10-04)
-------------------

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


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]

