Metadata-Version: 1.1
Name: openvax_project_template
Version: 1.0.0
Summary: Project template for OpenVax Python projects
Home-page: https://github.com/openvax/openvax-project-template
Author: Alex Rubinsteyn
Author-email: alex@openvax.org
License: http://www.apache.org/licenses/LICENSE-2.0.html
Description-Content-Type: UNKNOWN
Description: openvax-project-template
        ========================
        
        Template for a new OpenVax Python project
        
        README
        ------
        
        Every README file should contain the following badges:
        
        -  Travis build status
        -  Coverage
        -  Current library version on PyPI
        
        Travis configuration
        --------------------
        
        Every travis build should, in addition to a project's unit test, also
        run the
        `openvax-integration-tests <https://github.com/openvax/openvax-integration-tests>`__.
        
        Deploying to PyPI
        -----------------
        
        Projects should auto-deploy to PyPI from Travis. Each project has to
        re-encrypt the ``openvax`` PyPI using the ``travis encrypt`` command.
        The text of the README must be converted from Markdown to RST in the
        ``setup.py`` file using ``pypandoc``, which also requires that
        ``pandoc`` is installed on Travis.
        
        Version
        -------
        
        The project's version should be stored in the top-most ``__init__.py``
        file in a filed named ``__version__``.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
