Metadata-Version: 2.0
Name: EMIZ
Version: 0.1.32
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: delegator.py (==0.0.14)
Requires-Dist: elib (==0.1.50)
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.2.0)
Requires-Dist: pathvalidate (==0.16.3)
Requires-Dist: pexpect (==4.4.0)
Requires-Dist: ptyprocess (==0.5.2)
Requires-Dist: pyyaml (==3.12)
Requires-Dist: requests (==2.18.4)
Requires-Dist: six (==1.11.0)
Requires-Dist: ujson (==1.35)
Requires-Dist: urllib3 (==1.22)


README
======

EMIZ
----

Etcher's Mission File Tools

|OSI|

|status|
|license|
|av|
|codacy|
|coverage|
|ccissues|
|ccmain|
|requires|
|bch|
|bp|
|cf|

|graph|


.. |OSI| image:: https://badges.frapsoft.com/os/v3/open-source-200x33.png?v=103
    :target: https://github.com/ellerbrock/open-source-badges/
    :alt: '<3 Open Source'
.. |status| image:: https://img.shields.io/pypi/status/emiz.svg
	:target: https://pypi.python.org/pypi/emiz/
	:alt: 'Cheese shop'
.. |license| image:: https://img.shields.io/github/license/132nd-etcher/EMIZ.svg
    :alt: 'License'
.. |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/emiz
.. |coverage| image:: https://img.shields.io/codacy/coverage/d4699411cc594094bb926601ece926a0.svg
    :target: https://www.codacy.com/app/132nd-etcher/emiz
.. |cdcq| image:: https://img.shields.io/codacy/grade/d4699411cc594094bb926601ece926a0/master.svg
    :target: https://www.codacy.com/app/132nd-etcher/emiz
    :alt: 'Codacy grade'
.. |av| image:: https://img.shields.io/appveyor/ci/132nd-etcher/emiz/master.svg?label=master
    :target: https://ci.appveyor.com/project/132nd-etcher/emiz
    :alt: 'Appveyor build'
.. |graph| image:: https://graphs.waffle.io/132nd-etcher/emiz/throughput.svg
    :target: https://waffle.io/132nd-etcher/emiz/metrics/throughput
    :alt: 'Throughput Graph'
.. |requires| image:: https://requires.io/github/132nd-etcher/emiz/requirements.svg?branch=master
    :target: https://requires.io/github/132nd-etcher/emiz/requirements/?branch=master
    :alt: 'Requires.io'
.. |ccissues| image:: https://img.shields.io/codeclimate/issues/github/132nd-etcher/emiz.svg
    :target: https://codeclimate.com/github/132nd-etcher/emiz
    :alt: 'CodeClimate issues'
.. |ccmain| image:: https://img.shields.io/codeclimate/maintainability/132nd-etcher/emiz.svg
    :target: https://codeclimate.com/github/132nd-etcher/emiz
    :alt: 'CodeClimate maintainability'
.. |bch| image:: https://bettercodehub.com/edge/badge/132nd-etcher/emiz?branch=master
    :target: https://bettercodehub.com/results/132nd-etcher/emiz
    :alt: 'BetterCodeHub'
.. |bp| image:: https://bestpractices.coreinfrastructure.org/projects/1600/badge
    :target: https://bestpractices.coreinfrastructure.org/projects/1600
    :alt: 'OSI Best Practices'
.. |cf| image:: https://www.codefactor.io/repository/github/132nd-etcher/emiz/badge
    :target: https://www.codefactor.io/repository/github/132nd-etcher/emiz
    :alt: 'CodeFactor'


CHANGELOG
=========

Changelog
=========
0.1.28 (2018-01-28)
-------------------
Changes
~~~~~~~
- Update readme (#11) [132nd-etcher]
  * chg: update readme
  * chg: update readme
Fix
~~~
- Fix visibility in weather report (#8) [132nd-etcher]
  * fix: fix visibility in weather report
  * chg: dev: linting
  * remove unused values
  pep8 [auto]
  sorting imports [auto]
  update requirements [auto]
  update changelog [auto]
  * chg: dev: remove unused variables
  * chg: dev: remove unused variables
0.1.27a3 (2018-01-28)
---------------------
Changes
~~~~~~~
- Update readme. [132nd-etcher]
0.1.26 (2018-01-28)
-------------------
Changes
~~~~~~~
- Change license to MIT (#10) [132nd-etcher]
0.1.25a4 (2018-01-28)
---------------------
- Remove unused values. [132nd-etcher]
  pep8 [auto]
  sorting imports [auto]
  update requirements [auto]
  update changelog [auto]
0.1.26a1 (2018-01-28)
---------------------
Changes
~~~~~~~
- Change license to MIT. [132nd-etcher]
0.1.25 (2018-01-28)
-------------------
Fix
~~~
- Fix forced temperature not applied in case of snow/snow storm (#9)
  [132nd-etcher]
0.1.25a3 (2018-01-28)
---------------------
Fix
~~~
- Fix visibility in weather report. [132nd-etcher]
0.1.24 (2018-01-28)
-------------------
New
~~~
- Add test mission for DCS 1.5.8 (#6) [132nd-etcher]
0.1.24a1 (2018-01-28)
---------------------
Fix
~~~
- Fix forced temperature not applied in case of snow/snow storm. [132nd-
  etcher]
0.1.24a3 (2018-01-28)
---------------------
New
~~~
- Add test mission for DCS 1.5.8. [132nd-etcher]
0.1.22 (2018-01-23)
-------------------
Fix
~~~
- Fix visibility in METAR from mission in case of fog. [132nd-etcher]
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]

