---------------------
- Refactoring of how Crumb works, now using string.Formatter.
This will help with new features due to simpler logic.Now it is not possible to change the syntax of the Crumbs,
although I guess nobody is interested in that.
- Fixed a few bugs from previous versions.
- Now `copy` function is not a classmethod anymore, so you can do `crumb.copy()` as well as `Crumb.copy(crumb)`.
- `patterns` is not a dictionary anymore, the regexes are embedded in the `_path` string.
The property `patterns` returns the dictionary as before. The function `set_pattern` must be used instead to set a different pattern to a given argument.
- Update README.rst
- Fix README.rst because of bad syntax for PyPI.
- Fix bug for Python 2.7
- Fix the bug in .rst for PyPI.
- Code cleanup