Skip to main content

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


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.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

stilt-0.0.3-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page