.. _bitbucket_init_module:


bitbucket_init -- Initialize empty repository
=============================================

.. contents::
   :local:
   :depth: 1


Synopsis
--------

Initialize empty Bitbucket repository



Requirements
------------
The below requirements are needed on the host that executes this module.

- pathlib
- gitpython



Parameters
----------

  repository (True, str, None)
    Repository name.


  project_key (True, str, None)
    Bitbucket project key.


  dest (False, str, None)
    Local destination directory for repository.









Examples
--------

.. code-block:: yaml+jinja

    





Status
------





Authors
~~~~~~~

- Pawel Smolarz (pawel.smolarz@nordea.com)

