Metadata-Version: 2.0
Name: stackdio-server
Version: 0.7.3
Summary: A cloud deployment, automation, and orchestration platform for everyone.
Home-page: http://stackd.io
Author: Digital Reasoning Systems, Inc.
Author-email: info@stackd.io
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: Django (>=1.8.0,<1.9)
Requires-Dist: GitPython (>=1.0)
Requires-Dist: Markdown (>=2.6)
Requires-Dist: PyYAML (>=3.10)
Requires-Dist: boto (>=2.32.0)
Requires-Dist: celery (>=3.1)
Requires-Dist: dj-database-url (>=0.3)
Requires-Dist: django-auth-ldap (>=1.2.7)
Requires-Dist: django-extensions (>=1.5,<1.5.6)
Requires-Dist: django-filter (>=0.9)
Requires-Dist: django-guardian (>=1.3,<1.4)
Requires-Dist: django-model-utils (>=2.0,<2.3)
Requires-Dist: djangorestframework (>=3.1,<3.2)
Requires-Dist: envoy (>=0.0.2)
Requires-Dist: pip (>=6)
Requires-Dist: psutil (>=2.1)
Requires-Dist: requests (>=2.4)
Requires-Dist: salt (>=2015.8.0,!=2015.8.1,!=2015.8.2,!=2015.8.3,<2015.9)
Requires-Dist: setuptools (!=18.6)
Requires-Dist: six (>=1.6)
Provides-Extra: development
Requires-Dist: astroid (<1.4); extra == 'development'
Requires-Dist: coveralls; extra == 'development'
Requires-Dist: django-nose (>=1.0,<=1.4); extra == 'development'
Requires-Dist: ipython (>=2.0); extra == 'development'
Requires-Dist: mock; extra == 'development'
Requires-Dist: pep8; extra == 'development'
Requires-Dist: pylint (<=1.2.0); extra == 'development'
Provides-Extra: mysql
Requires-Dist: MySQL-python (==1.2.5); extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2 (==2.6.1); extra == 'postgresql'
Provides-Extra: production
Requires-Dist: gunicorn (>=19.0); extra == 'production'
Requires-Dist: supervisor (>=3.0); extra == 'production'
Provides-Extra: testing
Requires-Dist: astroid (<1.4); extra == 'testing'
Requires-Dist: coveralls; extra == 'testing'
Requires-Dist: django-nose (>=1.0,<=1.4); extra == 'testing'
Requires-Dist: mock; extra == 'testing'
Requires-Dist: pep8; extra == 'testing'
Requires-Dist: pylint (<=1.2.0); extra == 'testing'

stackd.io
=========

|Travis CI| |Coverage Status| |Docs Status|

stackd.io is a web-based tool for managing, provisioning, and orchestrating cloud
infrastructure without the need for a background in systems engineering.

Getting started
---------------

Please see our `Quick Start Guide <http://docs.stackd.io/en/latest/quickstart.html>`__ for a fast
track to installing stackd.io

Contributing
------------

We are an open-source project and we depend on folks like you to help
move the project forward. You don't even have to know how to code to
help us out! If you find problems in our documentation or screencasts,
encounter bugs, or see some missing piece of functionality that would
make stackd.io that more awesome, kindly drop us a note or submit an
issue. If you do know how to code and you want to get your hands dirty,
take a shot at one of our outstanding issues and submit a pull request.
Please take a look at our `contributor guidelines <http://docs.stackd.io/en/latest/contributor-guide.html>`__
before submitting pull requests though.

Contact us
----------

As always, we are constantly working to improve the usability and
usefulness of stackd.io. If you ever have any questions, comments, or
find any problems, please contact us at any of the places below or `file
an issue <https://github.com/stackdio/stackdio/issues>`__ and we'll be
glad to help!

-  Email - info@stackd.io
-  IRC - `#stackdio on irc.freenode.net <http://webchat.freenode.net/?channels=stackdio>`__
-  Twitter: `@stackdio <http://twitter.com/stackdio>`__
-  StackExchange: Ask a question on any `StackExchange site <http://stackexchange.com/sites>`__
   and tag it with ``stackd.io`` or ``stackdio``

.. |Travis CI| image:: https://travis-ci.org/stackdio/stackdio.svg?branch=master
   :target: https://travis-ci.org/stackdio/stackdio
   :alt: Build Status
.. |Coverage Status| image:: https://coveralls.io/repos/stackdio/stackdio/badge.svg?branch=master
   :target: https://coveralls.io/r/stackdio/stackdio?branch=master
   :alt: Coverage Status
.. |Docs Status| image:: https://readthedocs.org/projects/stackdio/badge/?version=latest
   :target: http://docs.stackd.io/en/latest/?badge=latest
   :alt: Documentation Status


