Skip to content

Commit

Permalink
README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Apr 4, 2011
1 parent 8502504 commit 8cd8883
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,6 @@ It allows you to keep PEP8 naming style, using libraries like `Twisted` or `unit


Here is example: Here is example:


:::python
#!/usr/bin/python #!/usr/bin/python
import unittest import unittest
from namalizer import pep8 from namalizer import pep8
Expand All @@ -27,3 +26,17 @@ Here is example:
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()


Migration
---------

If you use some library with wierd naming method, this regex will help you to
find all places where wrong names are used:

git grep -e '\(\.\|def \)[a-z]\+[A-Z]'

Credits
-------

* Alexander Artemenko <<svetlyak.40wt@gmail.com>> — original author.

Fork the project, contribute and send me patches.

0 comments on commit 8cd8883

Please sign in to comment.