Metadata-Version: 2.0
Name: buildpy-server
Version: 0.1.0
Summary: buildpy-server: reliable local ci server
Home-page: https://github.com/buildpy/buildpy-server
Author: Maik Figura
Author-email: maiksensi@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: py (>=1.4.31)
Requires-Dist: pluggy (>=0.3.1)
Requires-Dist: pytest (>=2.8.5)

Buildpy-Server
==============

.. image:: https://travis-ci.org/buildpy/buildpy-server.svg?branch=develop
    :target: https://travis-ci.org/buildpy/buildpy-server
    :alt: See Build Status on Travis CI

.. image:: https://ci.appveyor.com/api/projects/status/hfkcxpmtrj2clpb1/branch/develop?svg=true
    :target: https://ci.appveyor.com/project/maiksensi/buildpy-server/branch/develop
    :alt: See Build Status on AppVeyor

Buildpy-server is a reliable build server. 

Features
--------

* First prototype release on Pypi
* pluggy based plugin architecture
* run builds inside configurable environments

Requirements
------------

* Python >= 3.4

Installation
------------

You can install "buildpy-server" via `pip`_ from `PyPI`_::

    $ pip install buildpy-server

License
-------

Distributed under the terms of the `MIT`_ license, "buildpy-server"
is free and open source software

Issues
------

If you encounter any problems, please `file an issue`_ along with a
detailed description.

.. _`MIT`: http://opensource.org/licenses/MIT
.. _`buildpy-server`: https://github.com/buildpy/buildpy-server
.. _`file an issue`: https://github.com/buildpy/buildpy-server/issues
.. _`pip`: https://pypi.python.org/pypi/pip/
.. _`PyPI`: https://pypi.python.org/pypi


Changelog
=========


0.1.0 (2016-02-15)
------------------

* various additions to documentation
* clean package
* first prototype release on Pypi


0.0.3 (2016-01-05)
------------------

* dynamically create changelog
* add option hooks
* add version option



