Skip to content

Commit 29c7aea

Browse files
committed
Rename project to oxitopped - phase 1
As it appears Pyinstaller finds having a project containing multiple utilities, one of which is named after the package ... confusing
1 parent ebea5e9 commit 29c7aea

36 files changed

+192
-192
lines changed

Diff for: MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ prune icons
55
prune etc
66
include README.rst
77
include LICENSE.txt
8-
include oxitopdump/example.xml
9-
recursive-include oxitopdump/windows *.ui *.png *.svg
8+
include oxitopped/example.xml
9+
recursive-include oxitopped/windows *.ui *.png *.svg

Diff for: README.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==========
2-
oxitopdump
3-
==========
1+
=========
2+
oxitopped
3+
=========
44

55
Oxitopdump is a small suite of utilies for extracting data from an OxiTop data
66
logger via a serial (RS-232) port and dumping it to a specified file in various
@@ -18,7 +18,7 @@ modes.
1818
Installation
1919
============
2020

21-
The `project homepage <http://www.waveform.org.uk/oxitopdump/>`_ has links to
21+
The `project homepage <http://www.waveform.org.uk/oxitopped/>`_ has links to
2222
packages or instructions for all supported platforms.
2323

2424

@@ -44,17 +44,17 @@ matplotlib (if it is installed) to graph the pressure results from bottles.
4444
License
4545
=======
4646

47-
This file is part of oxitopdump.
47+
This file is part of oxitopped.
4848

49-
oxitopdump is free software: you can redistribute it and/or modify it under the
49+
oxitopped is free software: you can redistribute it and/or modify it under the
5050
terms of the GNU General Public License as published by the Free Software
5151
Foundation, either version 3 of the License, or (at your option) any later
5252
version.
5353

54-
oxitopdump is distributed in the hope that it will be useful, but WITHOUT ANY
54+
oxitopped is distributed in the hope that it will be useful, but WITHOUT ANY
5555
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
5656
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
5757

5858
You should have received a copy of the GNU General Public License along with
59-
oxitopdump. If not, see <http://www.gnu.org/licenses/>.
59+
oxitopped. If not, see <http://www.gnu.org/licenses/>.
6060

Diff for: debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
oxitopdump (0.1-1~ppa1) precise; urgency=low
1+
oxitopped (0.1-1~ppa1) precise; urgency=low
22

33
* Initial release
44

Diff for: debian/control

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Source: oxitopdump
1+
Source: oxitopped
22
Maintainer: Dave Hughes <[email protected]>
3-
Homepage: https://www.waveform.org.uk/oxitopdump/
3+
Homepage: https://www.waveform.org.uk/oxitopped/
44
Section: science
55
Priority: extra
66
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 8.0.0)
77
Standards-Version: 3.9.3
88
X-Python-Version: >= 2.6
99

10-
Package: oxitopdump
10+
Package: oxitopped
1111
Architecture: all
1212
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-serial, python-matplotlib, python-qt4, python-optcomplete, python-daemon
1313
Suggests: python-xlwt
1414
Description: Tools for interacting with an OxiTop OC110 Data Logger.
15-
oxitopdump is a small suite of utilies for extracting data from an OxiTop data
15+
oxitopped is a small suite of utilies for extracting data from an OxiTop data
1616
logger via a serial (RS-232) port and dumping it to a specified file in
1717
various formats. Options are provided for controlling the output, and for
1818
listing the content of the device.

Diff for: debian/copyright

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: http://dep.debian.net/deps/dep5
2-
Upstream-Name: oxitopdump
3-
Source: https://www.waveform.org.uk/oxitopdump/
2+
Upstream-Name: oxitopped
3+
Source: https://www.waveform.org.uk/oxitopped/
44

55
Files: *
66
Copyright: 2012-2013 Dave Hughes <[email protected]>

Diff for: debian/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
debian/oxitopview.desktop /usr/share/applications/
2-
etc/bash_completion.d/oxitopdump /etc/bash_completion.d/
2+
etc/bash_completion.d/oxitopped /etc/bash_completion.d/
33
icons/xpm/oxitopview.xpm /usr/share/pixmaps/
44
icons/scalable/oxitopview.svg /usr/share/icons/hicolor/scalable/apps/
55
icons/128x128/oxitopview.png /usr/share/icons/hicolor/128x128/apps/
File renamed without changes.

Diff for: docs/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ qthelp:
7777
@echo
7878
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
7979
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
80-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/oxitopdump.qhcp"
80+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/oxitopped.qhcp"
8181
@echo "To view the help file:"
82-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/oxitopdump.qhc"
82+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/oxitopped.qhc"
8383

8484
devhelp:
8585
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
8686
@echo
8787
@echo "Build finished."
8888
@echo "To view the help file:"
89-
@echo "# mkdir -p $$HOME/.local/share/devhelp/oxitopdump"
90-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/oxitopdump"
89+
@echo "# mkdir -p $$HOME/.local/share/devhelp/oxitopped"
90+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/oxitopped"
9191
@echo "# devhelp"
9292

9393
epub:

Diff for: docs/conf.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# oxitopdump documentation build configuration file, created by
3+
# oxitopped documentation build configuration file, created by
44
# sphinx-quickstart on Sun Jan 20 19:40:23 2013.
55
#
66
# This file is execfile()d with the current directory set to its containing dir.
@@ -20,7 +20,7 @@
2020

2121
import sys, os
2222
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
23-
from oxitopdump import __version__
23+
from oxitopped import __version__
2424

2525
YEAR = 2013
2626
AUTHORS = ['Dave Hughes']
@@ -52,7 +52,7 @@
5252
master_doc = 'index'
5353

5454
# General information about the project.
55-
project = u'oxitopdump'
55+
project = u'oxitopped'
5656
copyright = '%d, %s' % (YEAR, ', '.join(AUTHORS))
5757

5858
# The version info for the project you're documenting, acts as replacement for
@@ -176,7 +176,7 @@
176176
#html_file_suffix = None
177177

178178
# Output file base name for HTML help builder.
179-
htmlhelp_basename = 'oxitopdumpdoc'
179+
htmlhelp_basename = 'oxitoppeddoc'
180180

181181

182182
# -- Options for LaTeX output --------------------------------------------------
@@ -195,7 +195,7 @@
195195
# Grouping the document tree into LaTeX files. List of tuples
196196
# (source start file, target name, title, author, documentclass [howto/manual]).
197197
latex_documents = [
198-
('index', 'oxitopdump.tex', 'oxitopdump Documentation', AUTHORS[0], 'manual', False),
198+
('index', 'oxitopped.tex', 'oxitopped Documentation', AUTHORS[0], 'manual', False),
199199
]
200200

201201
# The name of an image file (relative to this directory) to place at the top of
@@ -238,7 +238,7 @@
238238
# (source start file, target name, title, author,
239239
# dir menu entry, description, category)
240240
texinfo_documents = [
241-
('index', 'oxitopdump', 'oxitopdump Documentation', AUTHORS[0], 'oxitopdump', 'One line description of project.', 'Miscellaneous'),
241+
('index', 'oxitopped', 'oxitopped Documentation', AUTHORS[0], 'oxitopped', 'One line description of project.', 'Miscellaneous'),
242242
]
243243

244244
# Documents to append as an appendix to all manuals.

Diff for: docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Welcome!
33
========
44

5-
oxitopdump is a small suite of utilies for extracting data from an OxiTop data
5+
oxitopped is a small suite of utilies for extracting data from an OxiTop data
66
logger via a serial (RS-232) port and dumping it to a specified file in various
77
formats. Options are provided for controlling the output, and for listing the
88
content of the device.

Diff for: docs/install.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installation
33
============
44

5-
oxitopdump is distributed in several formats. The following sections detail
5+
oxitopped is distributed in several formats. The following sections detail
66
installation on a variety of platforms.
77

88

@@ -35,14 +35,14 @@ you are kept up to date as new releases are made)::
3535

3636
$ sudo add-apt-repository ppa://waveform/ppa
3737
$ sudo apt-get update
38-
$ sudo apt-get install oxitopdump
38+
$ sudo apt-get install oxitopped
3939

4040

4141
Microsoft Windows
4242
=================
4343

4444
On Windows it is simplest to install from the standalone MSI installation
45-
package available from the `homepage <http://www.waveform.org.uk/oxitopdump/>`_.
45+
package available from the `homepage <http://www.waveform.org.uk/oxitopped/>`_.
4646
Be aware that the installation package requires administrator privileges.
4747

4848

@@ -55,16 +55,16 @@ XXX To be written
5555
Other Platforms
5656
===============
5757

58-
If your platform is *not* covered by one of the sections above, oxitopdump is
58+
If your platform is *not* covered by one of the sections above, oxitopped is
5959
available from PyPI and can therefore be installed with the Python distribute
6060
``pip`` tool::
6161

62-
$ pip install oxitopdump
62+
$ pip install oxitopped
6363

6464
Theoretically this should install the mandatory pre-requisites, but optional
6565
pre-requisites require suffixes like the following::
6666

67-
$ pip install "oxitopdump[GUI,XLS]"
67+
$ pip install "oxitopped[GUI,XLS]"
6868

6969
Please be aware that at this time, the PyQt package does not build "nicely"
7070
under ``pip``. If it is available from your distro's package manager I strongly
@@ -79,7 +79,7 @@ SIP) under a virtualenv sandbox.
7979
Development
8080
===========
8181

82-
If you wish to develop oxitopdump, you can install the pre-requisites, construct
82+
If you wish to develop oxitopped, you can install the pre-requisites, construct
8383
a virtualenv sandbox, and check out the source code from GitHub with the
8484
following command lines::
8585

@@ -92,8 +92,8 @@ following command lines::
9292
$ source sandbox/bin/activate
9393

9494
# Check out the source code and install it in the sandbox for development and testing
95-
$ git clone https://github.com/waveform80/oxitopdump.git
96-
$ cd oxitopdump
95+
$ git clone https://github.com/waveform80/oxitopped.git
96+
$ cd oxitopped
9797
$ make develop
9898

9999
The above instructions assume you are on Ubuntu Linux. Please feel free to

Diff for: docs/license.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
License
33
=======
44

5-
This file is part of oxitopdump.
5+
This file is part of oxitopped.
66

7-
oxitopdump is free software: you can redistribute it and/or modify it under the
7+
oxitopped is free software: you can redistribute it and/or modify it under the
88
terms of the GNU General Public License as published by the Free Software
99
Foundation, either version 3 of the License, or (at your option) any later
1010
version.
1111

12-
oxitopdump is distributed in the hope that it will be useful, but WITHOUT ANY
12+
oxitopped is distributed in the hope that it will be useful, but WITHOUT ANY
1313
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1414
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1515

1616
You should have received a copy of the GNU General Public License along with
17-
oxitopdump. If not, see <http://www.gnu.org/licenses/>.
17+
oxitopped. If not, see <http://www.gnu.org/licenses/>.
1818

File renamed without changes.

Diff for: oxitopdump/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
# Copyright 2012 Dave Hughes.
66
#
7-
# This file is part of oxitopdump.
7+
# This file is part of oxitopped.
88
#
9-
# oxitopdump is free software: you can redistribute it and/or modify it under
9+
# oxitopped is free software: you can redistribute it and/or modify it under
1010
# the terms of the GNU General Public License as published by the Free Software
1111
# Foundation, either version 3 of the License, or (at your option) any later
1212
# version.
1313
#
14-
# oxitopdump is distributed in the hope that it will be useful, but WITHOUT ANY
14+
# oxitopped is distributed in the hope that it will be useful, but WITHOUT ANY
1515
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1616
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License along with
19-
# oxitopdump. If not, see <http://www.gnu.org/licenses/>.
19+
# oxitopped. If not, see <http://www.gnu.org/licenses/>.
2020

2121
"""The base class for command line oxitop applications"""
2222

Diff for: oxitopdump/bottles.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33

44
# Copyright 2012 Dave Hughes.
55
#
6-
# This file is part of oxitopdump.
6+
# This file is part of oxitopped.
77
#
8-
# oxitopdump is free software: you can redistribute it and/or modify it under
8+
# oxitopped is free software: you can redistribute it and/or modify it under
99
# the terms of the GNU General Public License as published by the Free Software
1010
# Foundation, either version 3 of the License, or (at your option) any later
1111
# version.
1212
#
13-
# oxitopdump is distributed in the hope that it will be useful, but WITHOUT ANY
13+
# oxitopped is distributed in the hope that it will be useful, but WITHOUT ANY
1414
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1515
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License along with
18-
# oxitopdump. If not, see <http://www.gnu.org/licenses/>.
18+
# oxitopped. If not, see <http://www.gnu.org/licenses/>.
1919

2020
"""
2121
Defines the structures and interfaces for gathering data from an OC110
2222
2323
This module defines a couple of data structures which represent gas bottle
2424
(`Bottle`) and the measuring head(s) of a gas bottle (`BottleHead`). These can
2525
be constructed manually but more usually will be obtained from an instance of
26-
`DataLogger` (see the `oxitopdump.logger` module).
26+
`DataLogger` (see the `oxitopped.logger` module).
2727
"""
2828

2929
from __future__ import (

Diff for: oxitopdump/daemon.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33

44
# Copyright 2012 Dave Hughes.
55
#
6-
# This file is part of oxitopdump.
6+
# This file is part of oxitopped.
77
#
8-
# oxitopdump is free software: you can redistribute it and/or modify it under
8+
# oxitopped is free software: you can redistribute it and/or modify it under
99
# the terms of the GNU General Public License as published by the Free Software
1010
# Foundation, either version 3 of the License, or (at your option) any later
1111
# version.
1212
#
13-
# oxitopdump is distributed in the hope that it will be useful, but WITHOUT ANY
13+
# oxitopped is distributed in the hope that it will be useful, but WITHOUT ANY
1414
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1515
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License along with
18-
# oxitopdump. If not, see <http://www.gnu.org/licenses/>.
18+
# oxitopped. If not, see <http://www.gnu.org/licenses/>.
1919

2020
"""
2121
This module provides an implementation of PEP3143, the python daemon

Diff for: oxitopdump/export_csv.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33

44
# Copyright 2012 Dave Hughes.
55
#
6-
# This file is part of oxitopdump.
6+
# This file is part of oxitopped.
77
#
8-
# oxitopdump is free software: you can redistribute it and/or modify it under
8+
# oxitopped is free software: you can redistribute it and/or modify it under
99
# the terms of the GNU General Public License as published by the Free Software
1010
# Foundation, either version 3 of the License, or (at your option) any later
1111
# version.
1212
#
13-
# oxitopdump is distributed in the hope that it will be useful, but WITHOUT ANY
13+
# oxitopped is distributed in the hope that it will be useful, but WITHOUT ANY
1414
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1515
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License along with
18-
# oxitopdump. If not, see <http://www.gnu.org/licenses/>.
18+
# oxitopped. If not, see <http://www.gnu.org/licenses/>.
1919

2020
"""Module implementing CSV exporters for bottles and bottle readings."""
2121

@@ -30,7 +30,7 @@
3030
import csv
3131
from itertools import izip_longest
3232

33-
from oxitopdump.bottles import DataAnalyzer
33+
from oxitopped.bottles import DataAnalyzer
3434

3535

3636
class CsvExporter(object):

0 commit comments

Comments
 (0)