Metadata-Version: 2.1
Name: custom-conda-create
Version: 0.1.0
Summary: Small CLI tool that customizes the conda create command.
Home-page: https://github.com/bk-m/custom_conda_create
Author: Bjoern Kolja Mielsch
Author-email: kolja.mielsch@gmail.com
License: MIT license
Keywords: custom_conda_create
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.7)

===================
Custom conda create
===================


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

.. image:: https://img.shields.io/travis/bk-m/custom_conda_create.svg
        :target: https://travis-ci.org/bk-m/custom_conda_create

.. image:: https://readthedocs.org/projects/custom-conda-create/badge/?version=latest
        :target: https://custom-conda-create.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Small CLI tool that customizes the conda create command.


* Free software: MIT license
* Documentation: https://custom-conda-create.readthedocs.io.


Features
--------

* TODO

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 (2018-05-21)
------------------

* First release on PyPI.


