Metadata-Version: 2.1
Name: ignot
Version: 0.1.0
Summary: Simple CLI for MC versions management
Home-page: https://git.mc4ep.org/mc4ep/ignot
Author: Andriy Kushnir (Orhideous)
Author-email: me@orhideous.name
License: MIT license
Keywords: Minecraft,modpack,skcraft
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pydantic (==0.32.2)
Requires-Dist: yamlcfg (==0.5.3)
Requires-Dist: click (==7.0)
Requires-Dist: requests (==2.22.0)
Requires-Dist: pytz (==2019.3)

ignot
=====

*Утилита для управления версиями MC*

.. image:: https://img.shields.io/pypi/pyversions/ignot.svg
    :target: https://pypi.python.org/pypi/ignot
.. image:: https://img.shields.io/pypi/v/ignot.svg
    :target: https://pypi.python.org/pypi/ignot


Установка
---------

``pip3 install ignot``

Использование
-------------

.. code:: bash

    ignite \
    --name 1.12.2-2844 \
    --forge-version 14.23.5.2844 \
    --with-liteloader \
    --auth-type mc4ep

Системные требования
--------------------

-  POSIX-совместимая ОС
-  Python 3.6.4 и выше


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-10-13)
------------------

* First release on PyPI.


