Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emiz

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emiz

Set of tools for the DCS mission builder

  • 2018.9.16.4
  • PyPI
  • Socket score

Maintainers
2

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]

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc