Loading README.md +8 −7 Original line number Diff line number Diff line Loading @@ -6,20 +6,21 @@ Features: * auto bootstrap virtualenv, only python is needed * auto generated setup.py file * integrated pylint, pycodestyle, pytest for testing * integrated [wells](https://pypi.org/project/wells/) utility lib. * support reading application configs from environment variable and config files * integrated logging configuration * auto create deb package for distribution * create offline wheelhouse for fast production release * auto create git repo * ready to be deployed via docker and kubernetes * auto create git repo, with .gitignore file * allow you to install git hooks easily ## Usage To create a new python project, run To create a new python project in a new dir `foo`, run mkdir foo cd foo lein new python foo --to-dir . TODO make it work when outside the project root dir as well. lein new python foo Dependencies for the generated python project: Loading project.clj +3 −3 Original line number Diff line number Diff line (defproject python/lein-template "1.5.4" (defproject python/lein-template "1.5.5" :description "lein template for a python project" :url "https://blog.emacsos.com/python-project-template" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" :url "none" :url "https://www.apache.org/licenses/LICENSE-2.0" :author "Yuanle Song" :email "sylecn@gmail.com" :year 2014 Loading Loading
README.md +8 −7 Original line number Diff line number Diff line Loading @@ -6,20 +6,21 @@ Features: * auto bootstrap virtualenv, only python is needed * auto generated setup.py file * integrated pylint, pycodestyle, pytest for testing * integrated [wells](https://pypi.org/project/wells/) utility lib. * support reading application configs from environment variable and config files * integrated logging configuration * auto create deb package for distribution * create offline wheelhouse for fast production release * auto create git repo * ready to be deployed via docker and kubernetes * auto create git repo, with .gitignore file * allow you to install git hooks easily ## Usage To create a new python project, run To create a new python project in a new dir `foo`, run mkdir foo cd foo lein new python foo --to-dir . TODO make it work when outside the project root dir as well. lein new python foo Dependencies for the generated python project: Loading
project.clj +3 −3 Original line number Diff line number Diff line (defproject python/lein-template "1.5.4" (defproject python/lein-template "1.5.5" :description "lein template for a python project" :url "https://blog.emacsos.com/python-project-template" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" :url "none" :url "https://www.apache.org/licenses/LICENSE-2.0" :author "Yuanle Song" :email "sylecn@gmail.com" :year 2014 Loading