diff --git a/README.md b/README.md index bf901c90d80..95112943551 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ for example: ./bin/generate-php-lib.sh http://petstore.swagger.wordnik.com/api "" "client" "generated-files" +#### Python +
+./bin/generate-python-lib.sh http://petstore.swagger.wordnik.com/api "" "client" "generated-files" ++ The main class for the generator is at src/main/java/com/wordnik/swagger/codegen/config/java/JavaLibCodeGen.java The code-gen uses the antlr string template library for generating the output files, please look at