Metadata-Version: 2.1
Name: nsbl
Version: 0.9.0
Summary: Ansible environment generator.
Home-page: https://gitlab.com/nsbl/nsbl
Author: Markus Binsteiner
Author-email: markus@frkl.io
License: "The Parity Public License 6.0.0"
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: frutils (>=0.9.0)
Requires-Dist: cookiecutter (==1.6.0)
Provides-Extra: develop
Requires-Dist: flake8 ; extra == 'develop'
Requires-Dist: ipython ; extra == 'develop'
Requires-Dist: black ; extra == 'develop'
Requires-Dist: pip-tools ; extra == 'develop'
Requires-Dist: pre-commit ; extra == 'develop'
Requires-Dist: watchdog ; extra == 'develop'
Requires-Dist: wheel ; extra == 'develop'
Requires-Dist: pipdeptree ; extra == 'develop'
Requires-Dist: isort ; extra == 'develop'
Requires-Dist: mu-repo ; extra == 'develop'
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: more-itertools (==5.0.0) ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: tox ; extra == 'testing'

[![PyPI status](https://img.shields.io/pypi/status/nsbl.svg)](https://pypi.python.org/pypi/nsbl/)
[![PyPI version](https://img.shields.io/pypi/v/nsbl.svg)](https://pypi.python.org/pypi/nsbl/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/nsbl.svg)](https://pypi.python.org/pypi/nsbl/)
[![Pipeline status](https://gitlab.com/frkl/nsbl/badges/develop/pipeline.svg)](https://gitlab.com/frkl/nsbl/pipelines)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

# nsbl

*Ansible environment generator.*


## Description

Documentation still to be done.

# Development

Assuming you use [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) for development, here's how to setup a 'nsbl' development environment manually:

    pyenv install 3.7.3
    pyenv virtualenv 3.7.3 nsbl
    git clone https://gitlab.com/frkl/nsbl
    cd <nsbl_dir>
    pyenv local nsbl
    pip install -e .[develop,testing,docs]
    pre-commit install


## Copyright & license

Please check the [LICENSE](/LICENSE) file in this repository (it's a short license!), also check out the [*freckles* license page](https://freckles.io/license) for more details.

[Parity Public License 6.0.0](https://licensezero.com/licenses/parity)

[Copyright (c) 2019 frkl OÜ](https://frkl.io)


