Skip to content
README.md 733 B
Newer Older
Yuanle Song's avatar
Yuanle Song committed
# python

A Leiningen template for standard python project.

Features:

 * auto bootstrap virtualenv, only python is needed
 * auto generated setup.py file
 * auto create deb package for distribution
   * create offline wheelhouse for fast production release
 * auto create git repo
 * allow you to install git hooks easily

Yuanle Song's avatar
Yuanle Song committed
## Usage

To create a new python project, run

	mkdir foo
	cd foo
    lein new python foo --to-dir .

	TODO make it work when outside the project root dir as well.
Yuanle Song's avatar
Yuanle Song committed

Dependencies for the generated python project:

    make - used as a build tool.
    fpm - used to create deb package.


Yuanle Song's avatar
Yuanle Song committed
## License

Copyright © 2014-2019 Yuanle Song <sylecn@gmail.com>
Yuanle Song's avatar
Yuanle Song committed

This project is licensed under the Apache License 2.0.