Skip to content
This repository was archived by the owner on Jan 12, 2018. It is now read-only.

Commit 543d305

Browse files
author
Steve Canny
committed
reformat to PEP8 standards
* Add Makefile for common operations * Prepare 0.2.0 release
1 parent 0c4379c commit 543d305

File tree

4 files changed

+328
-470
lines changed

4 files changed

+328
-470
lines changed

.gitignore

Lines changed: 2 additions & 232 deletions
Original file line numberDiff line numberDiff line change
@@ -3,236 +3,6 @@
33
*.docx
44
*.kpf
55
build
6-
problems
6+
dist
77
template/word/media
8-
bin/activate
9-
bin/activate_this.py
10-
bin/easy_install
11-
bin/easy_install-2.6
12-
bin/get_env_details
13-
bin/pilconvert.py
14-
bin/pildriver.py
15-
bin/pilfile.py
16-
bin/pilfont.py
17-
bin/pilprint.py
18-
bin/pip
19-
bin/postactivate
20-
bin/postdeactivate
21-
bin/preactivate
22-
bin/predeactivate
23-
bin/python
24-
bin/python2.6
25-
include/python2.6
26-
lib/python2.6/UserDict.py
27-
lib/python2.6/UserDict.pyo
28-
lib/python2.6/_abcoll.py
29-
lib/python2.6/_abcoll.pyo
30-
lib/python2.6/abc.py
31-
lib/python2.6/abc.pyo
32-
lib/python2.6/codecs.py
33-
lib/python2.6/codecs.pyo
34-
lib/python2.6/config
35-
lib/python2.6/copy_reg.py
36-
lib/python2.6/copy_reg.pyo
37-
lib/python2.6/distutils/__init__.py
38-
lib/python2.6/distutils/distutils.cfg
39-
lib/python2.6/encodings
40-
lib/python2.6/fnmatch.py
41-
lib/python2.6/fnmatch.pyo
42-
lib/python2.6/genericpath.py
43-
lib/python2.6/genericpath.pyo
44-
lib/python2.6/lib-dynload
45-
lib/python2.6/linecache.py
46-
lib/python2.6/linecache.pyo
47-
lib/python2.6/locale.py
48-
lib/python2.6/locale.pyo
49-
lib/python2.6/ntpath.py
50-
lib/python2.6/ntpath.pyo
51-
lib/python2.6/orig-prefix.txt
52-
lib/python2.6/os.py
53-
lib/python2.6/os.pyo
54-
lib/python2.6/posixpath.py
55-
lib/python2.6/posixpath.pyo
56-
lib/python2.6/re.py
57-
lib/python2.6/re.pyo
58-
lib/python2.6/site-packages/PIL.pth
59-
lib/python2.6/site-packages/PIL/ArgImagePlugin.py
60-
lib/python2.6/site-packages/PIL/BdfFontFile.py
61-
lib/python2.6/site-packages/PIL/BmpImagePlugin.py
62-
lib/python2.6/site-packages/PIL/BufrStubImagePlugin.py
63-
lib/python2.6/site-packages/PIL/ContainerIO.py
64-
lib/python2.6/site-packages/PIL/CurImagePlugin.py
65-
lib/python2.6/site-packages/PIL/DcxImagePlugin.py
66-
lib/python2.6/site-packages/PIL/EpsImagePlugin.py
67-
lib/python2.6/site-packages/PIL/ExifTags.py
68-
lib/python2.6/site-packages/PIL/FitsStubImagePlugin.py
69-
lib/python2.6/site-packages/PIL/FliImagePlugin.py
70-
lib/python2.6/site-packages/PIL/FontFile.py
71-
lib/python2.6/site-packages/PIL/FpxImagePlugin.py
72-
lib/python2.6/site-packages/PIL/GbrImagePlugin.py
73-
lib/python2.6/site-packages/PIL/GdImageFile.py
74-
lib/python2.6/site-packages/PIL/GifImagePlugin.py
75-
lib/python2.6/site-packages/PIL/GimpGradientFile.py
76-
lib/python2.6/site-packages/PIL/GimpPaletteFile.py
77-
lib/python2.6/site-packages/PIL/GribStubImagePlugin.py
78-
lib/python2.6/site-packages/PIL/Hdf5StubImagePlugin.py
79-
lib/python2.6/site-packages/PIL/IcnsImagePlugin.py
80-
lib/python2.6/site-packages/PIL/IcoImagePlugin.py
81-
lib/python2.6/site-packages/PIL/ImImagePlugin.py
82-
lib/python2.6/site-packages/PIL/Image.py
83-
lib/python2.6/site-packages/PIL/ImageChops.py
84-
lib/python2.6/site-packages/PIL/ImageCms.py
85-
lib/python2.6/site-packages/PIL/ImageColor.py
86-
lib/python2.6/site-packages/PIL/ImageDraw.py
87-
lib/python2.6/site-packages/PIL/ImageDraw2.py
88-
lib/python2.6/site-packages/PIL/ImageEnhance.py
89-
lib/python2.6/site-packages/PIL/ImageFile.py
90-
lib/python2.6/site-packages/PIL/ImageFileIO.py
91-
lib/python2.6/site-packages/PIL/ImageFilter.py
92-
lib/python2.6/site-packages/PIL/ImageFont.py
93-
lib/python2.6/site-packages/PIL/ImageGL.py
94-
lib/python2.6/site-packages/PIL/ImageGrab.py
95-
lib/python2.6/site-packages/PIL/ImageMath.py
96-
lib/python2.6/site-packages/PIL/ImageMode.py
97-
lib/python2.6/site-packages/PIL/ImageOps.py
98-
lib/python2.6/site-packages/PIL/ImagePalette.py
99-
lib/python2.6/site-packages/PIL/ImagePath.py
100-
lib/python2.6/site-packages/PIL/ImageQt.py
101-
lib/python2.6/site-packages/PIL/ImageSequence.py
102-
lib/python2.6/site-packages/PIL/ImageShow.py
103-
lib/python2.6/site-packages/PIL/ImageStat.py
104-
lib/python2.6/site-packages/PIL/ImageTk.py
105-
lib/python2.6/site-packages/PIL/ImageTransform.py
106-
lib/python2.6/site-packages/PIL/ImageWin.py
107-
lib/python2.6/site-packages/PIL/ImtImagePlugin.py
108-
lib/python2.6/site-packages/PIL/IptcImagePlugin.py
109-
lib/python2.6/site-packages/PIL/JpegImagePlugin.py
110-
lib/python2.6/site-packages/PIL/McIdasImagePlugin.py
111-
lib/python2.6/site-packages/PIL/MicImagePlugin.py
112-
lib/python2.6/site-packages/PIL/MpegImagePlugin.py
113-
lib/python2.6/site-packages/PIL/MspImagePlugin.py
114-
lib/python2.6/site-packages/PIL/OleFileIO.py
115-
lib/python2.6/site-packages/PIL/PIL-1.1.7-py2.6.egg-info/PKG-INFO
116-
lib/python2.6/site-packages/PIL/PIL-1.1.7-py2.6.egg-info/SOURCES.txt
117-
lib/python2.6/site-packages/PIL/PIL-1.1.7-py2.6.egg-info/dependency_links.txt
118-
lib/python2.6/site-packages/PIL/PIL-1.1.7-py2.6.egg-info/installed-files.txt
119-
lib/python2.6/site-packages/PIL/PIL-1.1.7-py2.6.egg-info/top_level.txt
120-
lib/python2.6/site-packages/PIL/PSDraw.py
121-
lib/python2.6/site-packages/PIL/PaletteFile.py
122-
lib/python2.6/site-packages/PIL/PalmImagePlugin.py
123-
lib/python2.6/site-packages/PIL/PcdImagePlugin.py
124-
lib/python2.6/site-packages/PIL/PcfFontFile.py
125-
lib/python2.6/site-packages/PIL/PcxImagePlugin.py
126-
lib/python2.6/site-packages/PIL/PdfImagePlugin.py
127-
lib/python2.6/site-packages/PIL/PixarImagePlugin.py
128-
lib/python2.6/site-packages/PIL/PngImagePlugin.py
129-
lib/python2.6/site-packages/PIL/PpmImagePlugin.py
130-
lib/python2.6/site-packages/PIL/PsdImagePlugin.py
131-
lib/python2.6/site-packages/PIL/SgiImagePlugin.py
132-
lib/python2.6/site-packages/PIL/SpiderImagePlugin.py
133-
lib/python2.6/site-packages/PIL/SunImagePlugin.py
134-
lib/python2.6/site-packages/PIL/TarIO.py
135-
lib/python2.6/site-packages/PIL/TgaImagePlugin.py
136-
lib/python2.6/site-packages/PIL/TiffImagePlugin.py
137-
lib/python2.6/site-packages/PIL/TiffTags.py
138-
lib/python2.6/site-packages/PIL/WalImageFile.py
139-
lib/python2.6/site-packages/PIL/WmfImagePlugin.py
140-
lib/python2.6/site-packages/PIL/XVThumbImagePlugin.py
141-
lib/python2.6/site-packages/PIL/XbmImagePlugin.py
142-
lib/python2.6/site-packages/PIL/XpmImagePlugin.py
143-
lib/python2.6/site-packages/PIL/__init__.py
144-
lib/python2.6/site-packages/PIL/_imaging.so
145-
lib/python2.6/site-packages/PIL/_imagingmath.so
146-
lib/python2.6/site-packages/PIL/_imagingtk.so
147-
lib/python2.6/site-packages/easy-install.pth
148-
lib/python2.6/site-packages/lxml-2.3beta1-py2.6.egg-info/PKG-INFO
149-
lib/python2.6/site-packages/lxml-2.3beta1-py2.6.egg-info/SOURCES.txt
150-
lib/python2.6/site-packages/lxml-2.3beta1-py2.6.egg-info/dependency_links.txt
151-
lib/python2.6/site-packages/lxml-2.3beta1-py2.6.egg-info/installed-files.txt
152-
lib/python2.6/site-packages/lxml-2.3beta1-py2.6.egg-info/not-zip-safe
153-
lib/python2.6/site-packages/lxml-2.3beta1-py2.6.egg-info/top_level.txt
154-
lib/python2.6/site-packages/lxml/ElementInclude.py
155-
lib/python2.6/site-packages/lxml/__init__.py
156-
lib/python2.6/site-packages/lxml/_elementpath.py
157-
lib/python2.6/site-packages/lxml/builder.py
158-
lib/python2.6/site-packages/lxml/cssselect.py
159-
lib/python2.6/site-packages/lxml/doctestcompare.py
160-
lib/python2.6/site-packages/lxml/etree.so
161-
lib/python2.6/site-packages/lxml/html/ElementSoup.py
162-
lib/python2.6/site-packages/lxml/html/__init__.py
163-
lib/python2.6/site-packages/lxml/html/_dictmixin.py
164-
lib/python2.6/site-packages/lxml/html/_diffcommand.py
165-
lib/python2.6/site-packages/lxml/html/_html5builder.py
166-
lib/python2.6/site-packages/lxml/html/_setmixin.py
167-
lib/python2.6/site-packages/lxml/html/builder.py
168-
lib/python2.6/site-packages/lxml/html/clean.py
169-
lib/python2.6/site-packages/lxml/html/defs.py
170-
lib/python2.6/site-packages/lxml/html/diff.py
171-
lib/python2.6/site-packages/lxml/html/formfill.py
172-
lib/python2.6/site-packages/lxml/html/html5parser.py
173-
lib/python2.6/site-packages/lxml/html/soupparser.py
174-
lib/python2.6/site-packages/lxml/html/usedoctest.py
175-
lib/python2.6/site-packages/lxml/isoschematron/__init__.py
176-
lib/python2.6/site-packages/lxml/isoschematron/resources/rng/iso-schematron.rng
177-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
178-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl
179-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl
180-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl
181-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl
182-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
183-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
184-
lib/python2.6/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
185-
lib/python2.6/site-packages/lxml/objectify.so
186-
lib/python2.6/site-packages/lxml/pyclasslookup.py
187-
lib/python2.6/site-packages/lxml/sax.py
188-
lib/python2.6/site-packages/lxml/usedoctest.py
189-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/EGG-INFO/PKG-INFO
190-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/EGG-INFO/SOURCES.txt
191-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/EGG-INFO/dependency_links.txt
192-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/EGG-INFO/entry_points.txt
193-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/EGG-INFO/not-zip-safe
194-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/EGG-INFO/top_level.txt
195-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/__init__.py
196-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/backwardcompat.py
197-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/basecommand.py
198-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/baseparser.py
199-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/__init__.py
200-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/bundle.py
201-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/completion.py
202-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/freeze.py
203-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/help.py
204-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/install.py
205-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/search.py
206-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/uninstall.py
207-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/unzip.py
208-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/zip.py
209-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/exceptions.py
210-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/index.py
211-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/locations.py
212-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/log.py
213-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/req.py
214-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/runner.py
215-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/util.py
216-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/vcs/__init__.py
217-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/vcs/bazaar.py
218-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/vcs/git.py
219-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/vcs/mercurial.py
220-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/vcs/subversion.py
221-
lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/venv.py
222-
lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg
223-
lib/python2.6/site-packages/setuptools.pth
224-
lib/python2.6/site.py
225-
lib/python2.6/sre.py
226-
lib/python2.6/sre.pyo
227-
lib/python2.6/sre_compile.py
228-
lib/python2.6/sre_compile.pyo
229-
lib/python2.6/sre_constants.py
230-
lib/python2.6/sre_constants.pyo
231-
lib/python2.6/sre_parse.py
232-
lib/python2.6/sre_parse.pyo
233-
lib/python2.6/stat.py
234-
lib/python2.6/stat.pyo
235-
lib/python2.6/types.py
236-
lib/python2.6/types.pyo
237-
lib/python2.6/warnings.py
238-
lib/python2.6/warnings.pyo
8+
MANIFEST

Makefile

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PYTHON = $(shell test -x bin/python && echo bin/python || echo `which python`)
2+
SETUP = $(PYTHON) ./setup.py
3+
4+
.PHONY: clean help coverage register sdist upload
5+
6+
help:
7+
@echo "Please use \`make <target>' where <target> is one or more of"
8+
@echo " clean delete intermediate work product and start fresh"
9+
@echo " coverage run nosetests with coverage"
10+
@echo " register update metadata (README.rst) on PyPI"
11+
@echo " sdist generate a source distribution into dist/"
12+
@echo " upload upload distribution tarball to PyPI"
13+
14+
clean:
15+
find . -type f -name \*.pyc -exec rm {} \;
16+
rm -rf dist .coverage .DS_Store MANIFEST
17+
18+
coverage:
19+
nosetests --with-coverage --cover-package=docx --cover-erase
20+
21+
register:
22+
$(SETUP) register
23+
24+
sdist:
25+
$(SETUP) sdist
26+
27+
upload:
28+
$(SETUP) sdist upload

0 commit comments

Comments
 (0)