Metadata-Version: 1.1
Name: navio-bitbucket
Version: 0.1.1
Summary: Bitbucket Pipelines helper libs
Home-page: https://oss.navio.online/navio-bitbucket/
Author: Navio Online OpenSource projects
Author-email: oss@navio.online
License: Apache 2.0 license
Description: |Build Status|
        
        Travis CI helper libs
        =====================
        
        Features
        --------
        
        -  Common use cases covered under single methods
        -  Keeps build files clean and powerfull
        
        Installation
        ------------
        
        You can install navio-builder from the Python Package Index (PyPI) or
        from source.
        
        Using pip
        
        .. code:: bash
        
           $ pip install navio-bitbucket
        
        Using easy_install
        
        .. code:: bash
        
           $ easy_install navio-bitbucket
        
        Example
        -------
        
        TODO
        
        Contributors/Contributing
        -------------------------
        
        If you want to make changes the repo is at
        https://github.com/navio-online/navio-bitbucket. You will need
        `pytest <http://www.pytest.org>`__ to run the tests and
        `navio-builder <https://github.com/navio-online/navio-builder>`__ tool
        to build modules
        
        .. code:: bash
        
           $ nb test
        
        It will be great if you can raise a `pull
        request <https://help.github.com/articles/using-pull-requests>`__ once
        you are done.
        
        If you find any bugs or need new features please raise a ticket in the
        `issues
        section <https://github.com/navio-online/navio-bitbucket/issues>`__ of
        the github repo.
        
        License
        -------
        
        navio-travis is licensed under a `Apache 2.0
        license <http://www.apache.org/licenses/LICENSE-2.0>`__
        
        .. |Build Status| image:: https://travis-ci.org/navio-online/navio-bitbucket.png?branch=master
           :target: https://travis-ci.org/navio-online/navio-bitbucket
        
        Changes
        =======
        
        0.1.0 - 15/11/2019
        ------------------
        
        -  Initial release.
        -  Simple Bitbucket envs
        
Keywords: framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
