Skip to content

Commit

Permalink
update RAEDME: add why april
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Aug 16, 2017
1 parent 8b9bf00 commit 70471c5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
[![Build Status](https://travis-ci.org/cosven/april.svg?branch=master)](https://travis-ci.org/cosven/april)
[![Coverage Status](https://coveralls.io/repos/github/cosven/april/badge.svg?branch=master)](https://coveralls.io/github/cosven/april?branch=master)

lightweight & declarative model representation

> `april` usually works along with serialization library, such as [marshmallow](http://marshmallow.readthedocs.io/en/latest/quickstart.html#deserializing-to-objects)
**temporarily python3 only.**
lightweight & declarative model representation.

**model representation for human(maybe), temporarily python3 only.**

```python

Expand All @@ -20,7 +17,7 @@ UserModel({'name': 'Tom', 'age': 10})
UserModel(name='Tom', age=10)
```

**model representation for human**?
[why april? -> see traditional ways of model definition](https://gist.github.com/cosven/0abb9a5bc52f3cc5109602e870ce709f)

## More Examples

Expand Down

0 comments on commit 70471c5

Please sign in to comment.