Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105349
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Sam <python@net153.net> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python boilerplate |
| Date | Sat, 19 Mar 2016 12:28:40 -0500 |
| Lines | 38 |
| Message-ID | <mailman.436.1458559712.12893.python-list@python.org> (permalink) |
| References | <17c30829-4d9e-49ab-ad93-acc217a55aee@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de aivLUI3z4STX+2JC8yF+nglDWl2Y8ft/wdOw+Pk4v0fA== |
| Return-Path | <python@net153.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.05; 'makefile': 0.07; 'setup.py': 0.07; 'python': 0.10; 'from:addr:python': 0.16; 'pytest': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'setuptools': 0.16; 'wrote:': 0.16; 'tree': 0.18; 'tests': 0.18; 'junior': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'distribute': 0.27; 'code': 0.30; 'run': 0.33; 'url:python': 0.33; 'structure': 0.34; 'requirements': 0.35; 'project': 0.36; 'there': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'version': 0.38; 'build': 0.40; 'to:addr:python.org': 0.40; 'license': 0.65; 'url:gl': 0.69; 'url:goo': 0.72; 'too:': 0.84; '\xe2\x94\x82': 0.84; 'received:10.36': 0.91 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 |
| In-Reply-To | <17c30829-4d9e-49ab-ad93-acc217a55aee@googlegroups.com> |
| X-Mailman-Approved-At | Mon, 21 Mar 2016 07:28:31 -0400 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:105349 |
Show key headers only | View raw
On 03/19/2016 07:43 AM, Fernando Felix do Nascimento Junior wrote: > A simple boilerplate for those who don't know the structure of a project. https://goo.gl/lJRvS6 > > ## Features > > * Build and distribute with setuptools > * Check code style with flake8 > * Make and run tests with pytest > * Run tests on every Python version with tox > * Code coverage with coverage.py > > ## Structure > > Structure of the project in tree format. > > ├── CONTRIBUTING.md > ├── LICENSE > ├── Makefile > ├── MANIFEST.in > ├── module_name.py > ├── README.md > ├── requirements > │ ├── dev.txt > │ └── prod.txt > ├── requirements.txt > ├── setup.cfg > ├── setup.py > ├── tests.py > └── tox.ini > > Fernando Felix > There is this too: https://pypi.python.org/pypi/python_boilerplate_template --Sam
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Python boilerplate Fernando Felix do Nascimento Junior <fernandojr.ifcg@live.com> - 2016-03-19 05:43 -0700
Re: Python boilerplate Fernando Felix do Nascimento Junior <fernandojr.ifcg@live.com> - 2016-03-20 16:36 -0700
Re: Python boilerplate Chris Warrick <kwpolska@gmail.com> - 2016-03-21 17:03 +0100
Re: Python boilerplate Sam <python@net153.net> - 2016-03-19 12:28 -0500
csiph-web