Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 16, 2017
1 parent 9752559 commit b4497c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

typepy
======
========
.. image:: https://badge.fury.io/py/typepy.svg
:target: https://badge.fury.io/py/typepy

Expand All @@ -18,12 +18,12 @@ typepy


Summary
=======
=========
A Python library for variable type checker/validator/converter at a run time.


Features
========
==========
- checking a value type
- validate a value for a type
- convert a value from a type to the other type
Expand Down Expand Up @@ -51,7 +51,7 @@ The correspondence between Python types and ``typepy`` classes are as follows:


Usage
=====
=======
Type Check Method
----------------------
:Examples:
Expand Down Expand Up @@ -152,5 +152,5 @@ Test dependencies


Documentation
=============
===============
http://typepy.rtfd.io/

0 comments on commit b4497c0

Please sign in to comment.