Python3 project layout generator
Project description
Generates the structure needed for a Python 3 project. Includes helpers for licenses and testing frameworks.
Installation
To install this software:
$ pip install lemming
Usage
The first time that you run lemming, you should execute the following:
$ lemming config
it’ll write .lemming.yml to your $HOME directory, which you can edit to automatically populate templates with your details for all future runs.
That file looks as follows:
---
lemming:
author: Paul Stevens
author_email: no-reply@xnode.co.za
license:
type: MIT
To use lemming to generate a project:
$ lemming <project_name>
This obviously means that you can never name a project config…
The default license is the MIT license (rude, but this is the one that I use the most.) The other two choices are:
Apache 2.0
BSD 2-clause license
To select the APACHE license for your project:
$ lemming testprog --license apache
To select the BSD 2-clause license for your project:
$ lemming testprog --license bsd
Note
Currently supported licenses are:
MIT (default)
Apache 2.0
BSD 2-clause license
Copyright
Copyright 2017 Paul Stevens.
License
Licensed under the MIT License. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lemming-0.1.0.dev1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7f723e8d851b832098a5ce8739d0662da23aec0f97dde09c7950762a4d38324 |
|
MD5 | da8254c804c55a7676d7a737e216feba |
|
BLAKE2b-256 | 166c228f148b5f529ffc1f3e7ef0799d2b9cde668096339d670e2f98b759ed38 |