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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file deleuze-0.9.tar.gz
.
File metadata
- Download URL: deleuze-0.9.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff9185158f883804f13a29d060ecc1735479a4aaa577a156ec2b248c36db6c71 |
|
MD5 | f965d303848f4c56fea5c548ee662b4d |
|
BLAKE2b-256 | 6b650100722b6d85eb8a504547eb39151cae32e58b783a88b42079364fb6488a |