- Add more methods to the `Parameters` class: `get()`, `keys()`, `items()`, `iteritems()`, `index()`
- Let `Parameters.remove()` accept `Parameter` object as well as string
- Let parameter comparison ignore type (while all parameters are really strings, it's convenient to be able to compare with integers as well)
- Cleanup setup code