Metadata-Version: 1.1
Name: ConanTools
Version: 0.1.1
Summary: Helpers and tools that make working with conan more convenient.
Home-page: https://github.com/niosHD/ConanTools
Author: Mario Werner
Author-email: nioshd@gmail.com
License: MIT
Description: Helpers and tools that make working with `conan <https://conan.io>`_  (e.g., scripting) more convenient.
        
        Building the Sphinx Documentation
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        When Sphinx is installed (i.e., ``pip3 install sphinx sphinx-autodoc-typehints``), the HTML API
        documentation for this package can be built via the following ``sphinx-build`` invocation:
        
        .. code-block:: bash
        
            $ sphinx-build doc doc/_build/html
        
        Alternatively, the ``sphinx`` command on the setup.py file can be used.
        
        .. code-block:: bash
        
            $ python3 ./setup.py sphinx
        
        Either way, the API documentation gets automatically generated by executing ``sphinx-apidoc`` first.
        The resulting HTML output can be found in the ``doc/_build/html`` directory.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
