Metadata-Version: 2.1
Name: mcworldmanager
Version: 0.0.1
Summary: Command line utility for handle multiply git projects
Home-page: https://github.com/nolte/minecraft-world-manager
Author: nolte
Author-email: nolte07@gmail.com
License: Apache Software License 2.0
Description: # Minecraft World Checker
        
        [![Github Project Stars](https://img.shields.io/github/stars/nolte/minecraft-world-manager.svg?label=Stars&style=social)](https://github.com/nolte/minecraft-world-manager) [![Travis CI build status](https://travis-ci.org/nolte/minecraft-world-manager.svg?branch=master)](https://travis-ci.org/nolte/minecraft-world-manager) [![CircleCI build status](https://circleci.com/gh/nolte/minecraft-world-manager.svg?style=svg)](https://circleci.com/gh/nolte/minecraft-world-manager) [![Documentation Status](https://readthedocs.org/projects/minecraft-world-manager/badge/?version=latest)](https://minecraft-world-manager.readthedocs.io/en/stable/?badge=stable) [![Github Issue Tracking](https://img.shields.io/github/issues-raw/nolte/minecraft-world-manager.svg)](https://github.com/nolte/minecraft-world-manager) [![Github LatestRelease](https://img.shields.io/github/release/nolte/minecraft-world-manager.svg)](https://github.com/nolte/minecraft-world-manager) [![CodeFactor](https://www.codefactor.io/repository/github/nolte/minecraft-world-manager/badge)](https://www.codefactor.io/repository/github/nolte/minecraft-world-manager) [![microbadger image](https://images.microbadger.com/badges/image/nolte/minecraft-world-manager.svg)](https://microbadger.com/images/nolte/minecraft-world-manager) [![version](https://images.microbadger.com/badges/version/nolte/minecraft-world-manager.svg)](https://microbadger.com/images/nolte/minecraft-world-manager) [![docker stars](https://img.shields.io/docker/stars/nolte/minecraft-world-manager.svg?style=flat)](https://hub.docker.com/r/nolte/minecraft-world-manager) [![docker pulls](https://img.shields.io/docker/pulls/nolte/minecraft-world-manager.svg?style=flat)](https://hub.docker.com/r/nolte/minecraft-world-manager) [![pypi.org version](https://img.shields.io/pypi/v/minecraft-world-manager.svg?style=flat)](https://pypi.org/project/minecraft-world-manager)
        
        Insperated by [Fenixin/Minecraft-Region-Fixer](https://github.com/Fenixin/Minecraft-Region-Fixer), but a optimized commandline usage, and integration to your backup Process.
        
        This Tool has different output formats, ```commandline``` and ```Yaml```.
        
        The Yaml format can used for fixing the corrupted files.
        
        You can analys a set of worlds or a single Minecraft File.
        
        ```bash
        mcworldmanager -v worlds ~/repos-ansible/minecraft-server-project-repos/docker_compose-world-maps/worldfolder/world
        ```
        
        ```bash
        mcworldmanager region ~/repos-ansible/minecraft-server-project-repos/docker_compose-world-maps/worldfolder/world_flat/region/r.1.1.mca
        ```
        
Keywords: minecraft
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: German
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
