Metadata-Version: 2.1 Name: CMT Version: 0.3.0.dev3 Summary: Celeria Map Toolkit, can convert different map formats from one into another. Home-page: https://github.com/IceflowRE/cmt Author: Iceflower S Author-email: iceflower@gmx.de License: MIT Keywords: map toolkit Platform: UNKNOWN Classifier: Programming Language :: Python :: 3.7 Classifier: License :: OSI Approved :: MIT License Classifier: Development Status :: 4 - Beta Classifier: Operating System :: OS Independent Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Requires-Python: >=3.7 Provides-Extra: dev Requires-Dist: prospector[with_everything] (==1.2.0) ; extra == 'dev' Requires-Dist: pytest (==5.3.3) ; extra == 'dev' Requires-Dist: pytest-cov (==2.8.1) ; extra == 'dev' Requires-Dist: Sphinx (==2.3.1) ; extra == 'dev' Requires-Dist: sphinx-autodoc-typehints (==1.10.3) ; extra == 'dev' Requires-Dist: sphinx-rtd-theme (==0.4.3) ; extra == 'dev' Requires-Dist: twine (==3.1.1) ; extra == 'dev' Requires-Dist: setuptools (==45.1.0) ; extra == 'dev' Requires-Dist: wheel (==0.33.6) ; extra == 'dev' ************************* CMT - Celaria Map Toolkit ************************* |maintained| |programming language| |license| |travis| |appveyor| |readthedocs| |requirements| |codacy| |codecov| |pypi| ---- Celaria Map Toolkit can convert different map format from one into another. Install via pip: pip install cmt About the usage see: cmt --help ---- About ===== .cmap support ------------- +---------+--------+--------+---------+-----------+---------+ | Version | Encode | Decode | Convert | Downgrade | Upgrade | +---------+--------+--------+---------+-----------+---------+ | 0 | ✔ | ✔ | v0 | | ✔ | +---------+--------+--------+---------+-----------+---------+ | 1 | ✔ | ✔ | v1 | ✔ | | +---------+--------+--------+---------+-----------+---------+ .ecmap support -------------- +---------+--------+--------+---------+-----------+---------+ | Version | Encode | Decode | Convert | Downgrade | Upgrade | +---------+--------+--------+---------+-----------+---------+ | 0 | ✔ | ✔ | v0 | | ✔ | +---------+--------+--------+---------+-----------+---------+ | 1 | ✔ | ✔ | v1 | ✔ | ✔ | +---------+--------+--------+---------+-----------+---------+ | 2 | ✔ | ✔ | v1 | ✔ | | +---------+--------+--------+---------+-----------+---------+ ---- Web === https://github.com/IceflowRE/cmt Credits ======= - Developer - `Iceflower S `__ - iceflower@gmx.de - Format Definition - http://www.celaria.com/ Third Party ----------- pytest - `Holger Krekel and others `__ - https://github.com/pytest-dev/pytest - `MIT `__ Prospector - `PyCQA `__ - https://github.com/PyCQA/prospector - `GPL-2.0+ `__ Read the Docs Sphinx Theme - `Dave Snider `__ - https://github.com/readthedocs/sphinx_rtd_theme - `MIT `__ Setuptools - Jason R Coombs / `Setuptools Developers `__ - https://github.com/pypa/setuptools - `MIT `__ Sphinx - `the Sphinx team `__ - https://github.com/sphinx-doc/sphinx - `BSD-2-Clause `__ sphinx-autodoc-typehints - `Alex Grönholm `__ - https://github.com/agronholm/sphinx-autodoc-typehints - `MIT `__ twine - `various authors `__ - https://github.com/pypa/twine - `Apache-2.0 `__ wheel - `Charlie Denton `__ - https://github.com/meshy/pythonwheels - `BSD-2-Clause `__ Disclaimer ---------- This software is not official supported by http://www.celaria.com/. License ------- Copyright 2019-present Iceflower S (iceflower@gmx.de) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. Badges. .. |maintained| image:: https://img.shields.io/badge/maintained-yes-brightgreen.svg .. |programming language| image:: https://img.shields.io/badge/language-Python_3.7-orange.svg :target: https://www.python.org/ .. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg :target: https://opensource.org/licenses/MIT .. |travis| image:: https://img.shields.io/travis/com/IceflowRE/cmt/master.svg?label=Travis%20CI :target: https://travis-ci.com/IceflowRE/cmt .. |appveyor| image:: https://img.shields.io/appveyor/ci/IceflowRE/cmt/master.svg?label=AppVeyor%20CI :target: https://ci.appveyor.com/project/IceflowRE/cmt/branch/master .. |readthedocs| image:: https://readthedocs.org/projects/cmt/badge/?version=latest :target: https://cmt.readthedocs.io/en/latest/index.html .. |pypi| image:: https://img.shields.io/pypi/v/cmt.svg :target: https://pypi.org/project/CMT/ .. |requirements| image:: https://requires.io/github/IceflowRE/cmt/requirements.svg?branch=master :target: https://requires.io/github/IceflowRE/cmt/requirements/?branch=master .. |codacy| image:: https://api.codacy.com/project/badge/Grade/a0b5e81fea174ef787b04f6a38ed4cf2 :target: https://app.codacy.com/project/IceflowRE/cmt/dashboard .. |codecov| image:: https://img.shields.io/codecov/c/github/IceflowRE/cmt/master.svg?label=coverage :target: https://codecov.io/gh/IceflowRE/cmt