Python project configreator
Project description
stilt
Python project configreator.
There are other Python template projects out there. This one has a specific audience in mind and is probably not the one you are looking for.
Installing to use stilt
$ pip3 install stilt
$ python3 -m stilt.project <path/to/project>
Installing to develop stilt
$ pip3 install --user virtualenv
$ git clone https://github.com/bdube/stilt.git
$ cd stilt
$ virtualenv venv
$ source venv/bin/activate
or run venv\Scripts\activate on Windows
$ pip3 install -r requirements.txt
$ pip3 install -e .
$ python3 -m stilt.project <path/to/project>
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
stilt-0.0.2.tar.gz
(2.0 kB
view hashes)
Built Distribution
stilt-0.0.2-py3-none-any.whl
(2.5 kB
view hashes)