Contributing

  1. Get the source.
git clone https://github.com/ozturkberkay/FlexDict.git
  1. Install tox.
pip install tox
  1. Test your changes.
tox
  1. If you pass every test, make a PR request using your own branch.
git checkout -b mychange
git push origin mychange