@@ -729,7 +729,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
729
729
730
730
* [ Ajenti] ( https://github.com/Eugeny/ajenti ) - The admin panel your servers deserve.
731
731
* [ django-suit] ( http://djangosuit.com/ ) - Alternative Django Admin-Interface (free only for Non-commercial use).
732
- * [ django-xadmin] ( https://github.com/sshwsfc/django- xadmin ) - Drop-in replacement of Django admin comes with lots of goodies.
732
+ * [ django-xadmin] ( https://github.com/sshwsfc/xadmin ) - Drop-in replacement of Django admin comes with lots of goodies.
733
733
* [ flask-admin] ( https://github.com/flask-admin/flask-admin ) - Simple and extensible administrative interface framework for Flask.
734
734
* [ flower] ( https://github.com/mher/flower ) - Real-time monitor and web admin for Celery.
735
735
* [ Grappelli] ( http://grappelliproject.com ) – A jazzy skin for the Django Admin-Interface.
@@ -863,7 +863,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
863
863
* [ unittest] ( https://docs.python.org/2/library/unittest.html ) - (Python standard library) Unit testing framework.
864
864
* [ nose] ( https://nose.readthedocs.org/en/latest/ ) - nose extends unittest.
865
865
* [ pytest] ( http://pytest.org/latest/ ) - A mature full-featured Python testing tool.
866
- * [ hypothesis] ( https://github.com/DRMacIver /hypothesis ) - Hypothesis is an advanced Quickcheck style property based testing library.
866
+ * [ hypothesis] ( https://github.com/HypothesisWorks /hypothesis-python ) - Hypothesis is an advanced Quickcheck style property based testing library.
867
867
* [ mamba] ( http://nestorsalceda.github.io/mamba/ ) - The definitive testing tool for Python. Born under the banner of BDD.
868
868
* [ Robot Framework] ( https://github.com/robotframework/robotframework ) - A generic test automation framework.
869
869
* Test Runners
@@ -905,6 +905,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
905
905
* [ code2flow] ( https://github.com/scottrogowski/code2flow ) - Turn your Python and JavaScript code into DOT flowcharts.
906
906
* [ pycallgraph] ( https://github.com/gak/pycallgraph ) - A library that visualises the flow (call graph) of your Python application.
907
907
* [ pysonar2] ( https://github.com/yinwang0/pysonar2 ) - A type inferencer and indexer for Python.
908
+ * [ coala] ( http://coala-analyzer.org/ ) - Language independent and easily extendable code analysis application.
908
909
* Linter
909
910
* [ Flake8] ( https://pypi.python.org/pypi/flake8 ) - The modular source code checker: pep8, pyflakes and co.
910
911
* [ Pylint] ( https://www.pylint.org/ ) - A Fully customizable source code analyzer.
0 commit comments