Preparing project for github ecosystem

This commit is contained in:
Alessandro Molina 2013-12-04 13:24:33 +01:00
parent c7ab05ec7e
commit 0e1996a6b1
2 changed files with 35 additions and 0 deletions

10
LICENSE.txt Normal file
View File

@ -0,0 +1,10 @@
This is the MIT license:
http://www.opensource.org/licenses/mit-license.php
Copyright (c) 2010-2013 Christopher Perkins and contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

25
README.rst Normal file
View File

@ -0,0 +1,25 @@
Crank
==============
.. image:: https://travis-ci.org/TurboGears/crank.png?branch=development
:target: https://travis-ci.org/TurboGears/crank
.. image:: https://coveralls.io/repos/TurboGears/crank/badge.png?branch=development
:target: https://coveralls.io/r/TurboGears/crank?branch=development
.. image:: https://pypip.in/v/crank/badge.png
:target: https://pypi.python.org/pypi/crank
.. image:: https://pypip.in/d/crank/badge.png
:target: https://pypi.python.org/pypi/crank
Generalized Object based Dispatch mechanism for use across frameworks.
License
-----------
Crank is licensed under an MIT-style license (see LICENSE.txt).
Other incorporated projects may be licensed under different licenses.
All licenses allow for non-commercial and commercial use.