Contributing to the Python Fabulous library
For my second community contribution for Advanced Foss I forked the super neat Fabulous library. I edited the setup.py in order to make it installable again. Currently the version of fabulous available on pypi has a bug which makes it impossible to install. The change is minor, I added a ‘.rst’ to the end of a string. I submitted a pull request with the patch, however as of this blog post it has yet to be merged in. If you want to install fabulous with pip you can install using this command:
pip install git+https://github.com/rossdylan/fabulous.git@patch-1/
Hopefully my change will be merged and pushed to pypi soon.