Skip to content

Commit

Permalink
Merge pull request #3 from AndreLouisCaron/readme-improvements
Browse files Browse the repository at this point in the history
Readme improvements.
  • Loading branch information
AndreLouisCaron committed Jan 7, 2016
2 parents e450a2b + 2903b29 commit 448627f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 9 deletions.
49 changes: 42 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
#############
strawboss
#############
strawboss - local procfile runner
=================================

.. image:: https://img.shields.io/pypi/pyversions/strawboss.svg
:target: Supported Python versions
:alt: https://pypi.python.org/pypi/strawboss

.. image:: https://pypip.in/v/strawboss/badge.png
:target: https://crate.io/packages/strawboss/
:target: https://badge.fury.io/py/strawboss.svg
:alt: Latest PyPI version

.. image:: https://img.shields.io/github/license/smartmob-project/strawboss.svg
.. image:: https://readthedocs.org/projects/strawboss/badge/?version=latest
:target: http://strawboss.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/l/strawboss.svg
:alt: Released under MIT license

.. image:: https://img.shields.io/travis/smartmob-project/strawboss.svg
Expand All @@ -19,6 +25,35 @@
:alt: Current code coverage

Description
===========
-----------

This project is a command-line interface and a collections of utilities for
locally running all programs in a distributed system using a ``Procfile``. See
`Smartmob RFC 1 -- Procfile
<http://smartmob-rfc.readthedocs.org/en/latest/1-procfile.html>`_.

Documentation
-------------

You can find the documentation on ReadTheDocs:

- latest_

.. _latest: http://strawboss.readthedocs.org/en/latest/

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

We welcome pull requests! Please open up an issue on the `issue tracker`_ to
discuss, fork the project and then send in a pull request :-)

Feel free to add yourself to the ``CONTRIBUTORS`` file on your first pull
request!

.. _`issue tracker`: https://github.com/smartmob/strawboss/issues

License
-------

This project is a collections of utilities for running other programs.
The source code and documentation is made available under an MIT license. See
``LICENSE`` file for details.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
setup(
name='strawboss',
url='https://github.com/smartmob-project/strawboss',
description='',
description='Procfile runner',
long_description=readme,
keywords='',
keywords='procfile asyncio foreman honcho',
license='MIT',
maintainer='Andre Caron',
maintainer_email='ac@smartmob.org',
version=version,
Expand All @@ -42,4 +43,9 @@
'strawboss = strawboss:main',
],
},
install_requires=[
'dotenvfile',
'procfile',
'python-dateutil',
],
)

0 comments on commit 448627f

Please sign in to comment.