Added python example

This commit is contained in:
fehguy 2011-11-29 13:54:51 -08:00
parent 152c083e2e
commit e31b113f51

View File

@ -70,6 +70,11 @@ for example:
./bin/generate-php-lib.sh http://petstore.swagger.wordnik.com/api "" "client" "generated-files"
</pre>
#### Python
<pre>
./bin/generate-python-lib.sh http://petstore.swagger.wordnik.com/api "" "client" "generated-files"
</pre>
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