Skip to main content

Simple python project creation tool - inspired by Leiningen.

Project description

# Deleuze

A simple system for generating new python projects according to a resonable default skeleton. Example:

$ deleuze new supertool

This will generate the following project directory structure:

` supertool |-- bin | +-- supertool.py |-- reqs | +-- common.txt | +-- dev.txt | +-- production.txt | +-- test.txt |-- supertool | +-- __init__.py |-- tests | +-- __init__.py | +-- base.py | +-- factories.py | +-- test_supertool.py +-- README.md +-- requirements.txt +-- setup.py `

This provides, what is solely in my opinion, a decent initial project structure. The requirements files are preconfigured, reasonable testing defaults are added, and a failing unit-test is included in supertool/tests/test_supertool.py to remind you to start by writing some passing tests.

Next I usually spin up a new virtualenv environment for this project, install the requirements, and get to work on something more interesting.

Project details


Release history Release notifications | RSS feed

This version

0.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deleuze-0.9.tar.gz (4.0 kB view hashes)

Uploaded Source

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