Metadata-Version: 2.1
Name: navio-bitbucket
Version: 0.1.20
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](https://travis-ci.org/navio-online/navio-bitbucket.png?branch=master)](https://travis-ci.org/navio-online/navio-bitbucket)
        
        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
        
        ```bash
        $ pip install navio-bitbucket
        ```
        
        Using easy_install
        
        ```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
        
        ```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)
        
        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
Description-Content-Type: text/markdown
