Metadata-Version: 1.1
Name: tile-generator
Version: 13.1.1
Summary: Tools supporting development of Pivotal Cloud Foundry services and add-ons.
Home-page: https://github.com/cf-platform-eng/tile-generator
Author: Pivotal Cloud Foundry Platform Engineering
Author-email: UNKNOWN
License: Apache 2.0
Description: PCF Tile Generator
        ==================
        
        PCF Tile Generator is a suite of tools to help you develop, package,
        test, and deploy services and other add-ons to Pivotal Cloud Foundry.
        The tile generator uses templates and patterns that are based on years
        of experience integrating third-party services into Cloud Foundry, and
        eliminates much of the need for you to have intimate knowledge of all
        the tools involved.
        
        -  Documentation: `Pivotal
           Documentation <http://docs.pivotal.io/tiledev/tile-generator.html>`__
        -  PCF Tile Developers Guide: `Pivotal
           Documentation <http://docs.pivotal.io/tiledev/index.html>`__
        -  Roadmap: `Github
           Issues <https://github.com/cf-platform-eng/tile-generator/issues>`__
        -  CI Pipeline:
           `Concourse <https://concourse.cfplatformeng.com/teams/main/pipelines/tile-generator>`__
        
        Continuous Integration
        ----------------------
        
        The master branch of this repository is being monitored by `this
        Concourse
        pipeline <https://concourse.cfplatformeng.com/teams/main/pipelines/tile-generator>`__.
        The pipeline verifies that:
        
        -  The tile generator passes all unit tests in
           ``tile_generator/*_unittest.py``
        -  The tile generator successfully builds the sample tile in ``sample``
        -  The generated tile passes all acceptance tests in
           ``ci/acceptance-tests``
        -  The generated tile successfully deploys to a current version of PCF
        -  The deployed tile passes all deployment tests in
           ``ci/deployment-tests``
        
        Contributing to the Tile Generator
        ----------------------------------
        
        We welcome comments, questions, and contributions from community
        members. Please consider the following ways to contribute:
        
        -  File Github issues for questions, bugs and new features and comment
           and vote on the ones that you are interested in.
        -  If you want to contribute code, please make your code changes on a
           fork of this repository and submit a pull request to the master
           branch of tile-generator. We strongly suggest that you first file an
           issue to let us know of your intent, or comment on the issue you are
           planning to address.
        
        Development
        ~~~~~~~~~~~
        
        For development, it is useful to install the tile-generator package in
        *editable* mode. That is, you can install the tile-generator package in
        a way that points to your local repository, so that your code changes
        are immediately available through the ``tile`` or ``pcf`` commands. To
        do this, run this command in your tile-generator repository directory:
        
        ::
        
            ./install-git-hook.sh
            pip install -e .
        
Keywords: pivotal cloud foundry,tile,generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
