Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
Metadata-Version: 2.1
Name: freckles_adapter_nsbl
Version: 1.0.0
Summary: A freckles adapter to run Ansible playbooks.
Home-page: https://gitlab.com/frkl/freckles_adapter_nsbl
Author: Markus Binsteiner
Author-email: markus@frkl.io
License: "The Parity Public License 6.0.0"
Description: [![PyPI status](https://img.shields.io/pypi/status/freckles-adapter-nsbl.svg)](https://pypi.python.org/pypi/freckles-adapter-nsbl/)
        [![PyPI version](https://img.shields.io/pypi/v/freckles-adapter-nsbl.svg)](https://pypi.python.org/pypi/freckles-adapter-nsbl/)
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/freckles-adapter-nsbl.svg)](https://pypi.python.org/pypi/freckles-adapter-nsbl/)
        [![Pipeline status](https://gitlab.com/freckles-io/freckles-adapter-nsbl/badges/develop/pipeline.svg)](https://gitlab.com/frkl/freckles-adapter-nsbl/pipelines)
        [![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        # freckles-adapter-nsbl
        
        *A freckles adapter to run Ansible playbooks.*
        
        
        ## Description
        
        TDocumentation 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 'freckles-adapter-nsbl' development environment manually:
        
            pyenv install 3.7.3
            pyenv virtualenv 3.7.3 freckles_adapter_nsbl
            git clone https://gitlab.com/frkl/freckles_adapter_nsbl
            cd <freckles_adapter_nsbl_dir>
            pyenv local freckles_adapter_nsbl
            pip install -e .[develop,testing,docs]
            pre-commit install
        
        
        ## Copyright & license
        
        [Parity Public License 6.0.0](https://licensezero.com/licenses/parity)
        
        
        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.
        
        ### frkl product ids
        
        Versions:
        
          - 0.9:
            - 97de2bf5-0fbb-4884-9d26-488217e1477c
          - 1.x.x:
            - 97de2bf5-0fbb-4884-9d26-488217e1477c
        
        [Copyright (c) 2019 frkl OÜ](https://frkl.io)
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: develop
Provides-Extra: ansible
Provides-Extra: docs