[Git][debian-gis-team/totalopenstation][upstream] New upstream version 0.5.2+ds

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat Aug 19 06:15:29 BST 2023



Bas Couwenberg pushed to branch upstream at Debian GIS Project / totalopenstation


Commits:
35472906 by Bas Couwenberg at 2023-08-19T06:42:28+02:00
New upstream version 0.5.2+ds
- - - - -


25 changed files:

- + .github/FUNDING.yml
- + .github/ISSUE_TEMPLATE/bug_report.md
- + .github/ISSUE_TEMPLATE/feature_request.md
- + .github/workflows/pyinstaller.yml
- + .gitignore
- + .travis.yml
- + .tx/config
- + CODE_OF_CONDUCT.md
- + CONTRIBUTING.md
- − PKG-INFO
- + doc_requirements.txt
- + docs/Makefile
- + docs/_static/tops.ico
- + docs/_static/total-station-weblogo.png
- + docs/conf.py
- + docs/make.bat
- + locale/totalopenstation.pot
- − setup.cfg
- + totalopenstation-gui.spec
- − totalopenstation.egg-info/PKG-INFO
- − totalopenstation.egg-info/SOURCES.txt
- − totalopenstation.egg-info/dependency_links.txt
- − totalopenstation.egg-info/not-zip-safe
- − totalopenstation.egg-info/requires.txt
- − totalopenstation.egg-info/top_level.txt


Changes:

=====================================
.github/FUNDING.yml
=====================================
@@ -0,0 +1,4 @@
+# These are supported funding model platforms
+
+github: psolyca
+liberapay: steko


=====================================
.github/ISSUE_TEMPLATE/bug_report.md
=====================================
@@ -0,0 +1,32 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: "[BUG]"
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+ - Operating system: [e.g. Windows]
+ - Software version [e.g. 0.4]
+
+
+**Additional context**
+Add any other context about the problem here.


=====================================
.github/ISSUE_TEMPLATE/feature_request.md
=====================================
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: "[FEATURE]"
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.


=====================================
.github/workflows/pyinstaller.yml
=====================================
@@ -0,0 +1,40 @@
+name: pyinstaller
+
+on:
+  release:
+    types: [published]
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+  # This workflow contains a single job called "build"
+  build:
+    # The type of runner that the job will run on
+    runs-on: windows-latest
+
+    steps:
+    - uses: actions/checkout at v2
+    - name: Set up Python 3.8
+      uses: actions/setup-python at v2
+      with:
+        python-version: 3.8
+    - name: Install dependencies and package
+      run: |
+        python -m pip install --upgrade pip
+        pip install PyInstaller
+        pip install .
+    - name: Build with PyInstaller
+      run: |
+        pyinstaller.exe totalopenstation-gui.spec
+    - name: Get version from latest release
+      id: get_version
+      uses: battila7/get-version-action at v2
+    - name: Upload Release Asset
+      id: upload-release-asset 
+      uses: actions/upload-release-asset at v1
+      env:
+        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+      with:
+        upload_url: ${{ github.event.release.upload_url }}
+        asset_path: ./dist/totalopenstation.exe
+        asset_name: totalopenstation_x64_${{ steps.get_version.outputs.version-without-v }}.exe
+        asset_content_type: application/octet-stream


=====================================
.gitignore
=====================================
@@ -0,0 +1,60 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+#  Usually these files are written by a python script from a template
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.cache
+nosetests.xml
+coverage.xml
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+
+.spyderproject
+.spyderworkspace
+sample_data/test.txt
+totalopenstation.psp


=====================================
.travis.yml
=====================================
@@ -0,0 +1,11 @@
+language: python
+python:
+  - "3.6"
+  - "3.7"
+  - "3.8"
+  - "pypy3"
+# command to install dependencies
+install:
+  - pip install .
+# command to run tests
+script: pytest


=====================================
.tx/config
=====================================
@@ -0,0 +1,8 @@
+[main]
+host = https://www.transifex.com
+
+[totalopenstation.totalopenstation-app]
+file_filter = locale/<lang>/LC_MESSAGES/messages.po
+source_file = locale/totalopenstation.pot
+source_lang = en
+type = PO


=====================================
CODE_OF_CONDUCT.md
=====================================
@@ -0,0 +1,76 @@
+# Contributor Covenant Code of Conduct
+
+## Our Pledge
+
+In the interest of fostering an open and welcoming environment, we as
+contributors and maintainers pledge to making participation in our project and
+our community a harassment-free experience for everyone, regardless of age, body
+size, disability, ethnicity, sex characteristics, gender identity and expression,
+level of experience, education, socio-economic status, nationality, personal
+appearance, race, religion, or sexual identity and orientation.
+
+## Our Standards
+
+Examples of behavior that contributes to creating a positive environment
+include:
+
+* Using welcoming and inclusive language
+* Being respectful of differing viewpoints and experiences
+* Gracefully accepting constructive criticism
+* Focusing on what is best for the community
+* Showing empathy towards other community members
+
+Examples of unacceptable behavior by participants include:
+
+* The use of sexualized language or imagery and unwelcome sexual attention or
+ advances
+* Trolling, insulting/derogatory comments, and personal or political attacks
+* Public or private harassment
+* Publishing others' private information, such as a physical or electronic
+ address, without explicit permission
+* Other conduct which could reasonably be considered inappropriate in a
+ professional setting
+
+## Our Responsibilities
+
+Project maintainers are responsible for clarifying the standards of acceptable
+behavior and are expected to take appropriate and fair corrective action in
+response to any instances of unacceptable behavior.
+
+Project maintainers have the right and responsibility to remove, edit, or
+reject comments, commits, code, wiki edits, issues, and other contributions
+that are not aligned to this Code of Conduct, or to ban temporarily or
+permanently any contributor for other behaviors that they deem inappropriate,
+threatening, offensive, or harmful.
+
+## Scope
+
+This Code of Conduct applies both within project spaces and in public spaces
+when an individual is representing the project or its community. Examples of
+representing a project or community include using an official project e-mail
+address, posting via an official social media account, or acting as an appointed
+representative at an online or offline event. Representation of a project may be
+further defined and clarified by project maintainers.
+
+## Enforcement
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may be
+reported by contacting the project team at totalopenstation at openarchaeology.eu. All
+complaints will be reviewed and investigated and will result in a response that
+is deemed necessary and appropriate to the circumstances. The project team is
+obligated to maintain confidentiality with regard to the reporter of an incident.
+Further details of specific enforcement policies may be posted separately.
+
+Project maintainers who do not follow or enforce the Code of Conduct in good
+faith may face temporary or permanent repercussions as determined by other
+members of the project's leadership.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
+available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
+
+[homepage]: https://www.contributor-covenant.org
+
+For answers to common questions about this code of conduct, see
+https://www.contributor-covenant.org/faq


=====================================
CONTRIBUTING.md
=====================================
@@ -0,0 +1,188 @@
+# Contribution Guidelines
+
+## Table of Contents
+
+- [Contribution Guidelines](#contribution-guidelines)
+  - [Introduction](#introduction)
+  - [Bug reports](#bug-reports)
+  - [Discuss your design](#discuss-your-design)
+  - [Testing](#testing)
+  - [Translation](#translation)
+  - [Code review](#code-review)
+  - [Styleguide](#styleguide)
+  - [Design guideline](#design-guideline)
+  - [Developer Certificate of Origin (DCO)](#developer-certificate-of-origin-dco)
+  - [Release Cycle](#release-cycle)
+  - [Maintainers](#maintainers)
+  - [Owners](#owners)
+  - [Versions](#versions)
+  - [Releasing Total Open Station](#releasing-total-open-station)
+  - [Copyright](#copyright)
+
+## Introduction
+
+This document explains how to contribute changes to the Total Open Station project.
+It assumes you have followed the
+[installation instructions](https://totalopenstation.readthedocs.io/en/stable/installing.html),
+with particular reference to the section detailing the use of pip and virtualenv.
+
+## Bug reports
+
+Please search the issues on the issue tracker with a variety of keywords
+to ensure your bug is not already reported.
+
+If unique, [open an issue](https://github.com/steko/totalopenstation/issues/new)
+and answer the questions so we can understand and reproduce the
+problematic behavior.
+
+To show us that the issue you are having is in Total Open Station itself, please
+write clear, concise instructions so we can reproduce the behavior—
+even if it seems obvious. The more detailed and specific you are,
+the faster we can fix the issue. Check out [How to Report Bugs
+Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html).
+
+Please be kind, remember that Total Open Station comes at no cost to you, and you're
+getting free help.
+
+## Discuss your design
+
+The project welcomes submissions. If you want to change or add something,
+please let everyone know what you're working on—[file an issue](https://github.com/steko/totalopenstation/issues/new)!
+Significant changes must go through the change proposal process
+before they can be accepted. To create a proposal, file an issue with
+your proposed changes documented, and make sure to note in the title
+of the issue that it is a proposal.
+
+This process gives everyone a chance to validate the design, helps
+prevent duplication of effort, and ensures that the idea fits inside
+the goals for the project and tools. It also checks that the design is
+sound before code is written; the code review tool is not the place for
+high-level discussions.
+
+## Testing
+
+Before submitting a pull request, run all the tests for the whole tree
+to make sure your changes don't cause regression elsewhere.
+
+Here's how to run the test suite:
+
+- Install pytest
+- Run pytest from the root of the source tree
+
+## Translation
+
+We do all translation work inside [Transifex](https://www.transifex.com/projects/p/totalopenstation/resource/totalopenstation-app/). Once a translation has reached
+100% it will be synced back into this repo and
+included in the next released version.
+
+## Building Total Open Station
+
+To build a distribution:
+
+- python setup.py sdist bdist_wheel
+
+Distributions are uploaded to PyPI with twine.
+
+## Code review
+
+Changes to Total Open Station must be reviewed before they are accepted—no matter who
+makes the change, even if they are an owner or a maintainer. We use GitHub's
+pull request workflow to do that. The repository is setup to ensure every PR
+is reviewed by at least 1 maintainer.
+
+Please try to make your pull request easy to review for us. And, please read
+the [How to get faster PR reviews](https://github.com/kubernetes/community/blob/261cb0fd089b64002c91e8eddceebf032462ccd6/contributors/guide/pull-requests.md#best-practices-for-faster-reviews) guide;
+it has lots of useful tips for any project you may want to contribute.
+Some of the key points:
+
+* Make small pull requests. The smaller, the faster to review and the
+  more likely it will be merged soon.
+* Don't make changes unrelated to your PR. Maybe there are typos on
+  some comments, maybe refactoring would be welcome on a function... but
+  if that is not related to your PR, please make *another* PR for that.
+* Split big pull requests into multiple small ones. An incremental change
+  will be faster to review than a huge PR.
+
+## Styleguide
+
+Currently we don't enforce any particular style other than PEP-8.
+
+However, consider using [black](https://black.readthedocs.io/en/stable/).
+
+## Design guideline
+
+To maintain understandable code it is important to have a good structure of the code. At a general level, the Total Open Station library code is divided into the following parts:
+
+- **formats:** Parsers for importing data, each format has a separate module
+- **models:** Default settings for some total station devices
+- **output:** Builders for exporting data, each format has a separate module
+- **tests:** Tests for parsers and builders
+- **utils:** Small functions that are needed for both command line and graphical interfaces
+
+
+## Developer Certificate of Origin (DCO)
+
+We consider the act of contributing to the code by submitting a Pull
+Request as the "Sign off" or agreement to the certifications and terms
+of the DCO and GNU General Public License. No further action is required.
+Additionally you could add a line at the end of your commit message.
+
+```
+Signed-off-by: Joe Smith <joe.smith at email.com>
+```
+
+If you set your `user.name` and `user.email` git configs, you can add the
+line to the end of your commit automatically with `git commit -s`.
+
+We assume in good faith that the information you provide is legally binding.
+
+
+## Maintainers
+
+To make sure every pull request is checked, it **MUST** be reviewed by at least
+one maintainer (or owner) before it can get merged. A maintainer
+should be a contributor of Total Open Station and contributed at least
+4 accepted PRs. The owners or the team maintainers may invite the contributor. A maintainer
+should spend some time on code reviews.
+
+For security reasons, Maintainers should use 2FA for their accounts and
+if possible provide gpg signed commits.
+https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/
+https://help.github.com/articles/signing-commits-with-gpg/
+
+## Owners
+
+Total Open Station is a pure community organization without any company support.
+Currently, the owners are @steko and @psolyca. A process to elect owners may
+be introduced in the future if the number of maintainers will grow.
+
+For security reasons, owners or any account with write access (like a bot)
+must use 2FA.
+https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/
+
+
+## Versions
+
+Total Open Station has the `master` branch as a tip branch and there are no version branches.
+When a release is ready, we will tag `v0.6.0` for binary download. If `v0.6.0` has bugs, we will accept
+bugfixes and publish a `v0.6.1` tag, from the master branch.
+
+We follow [PEP-440 compatible semantic versioning](https://www.python.org/dev/peps/pep-0440/#id50).
+
+## Releasing Total Open Station
+
+For the moment, see the corresponding section in the documentation, [Releasing a new Total Open Station version](https://totalopenstation.readthedocs.io/en/stable/contributing/main.html#releasing-a-new-total-open-station-version).
+
+## Copyright
+
+Code that you contribute should use the standard copyright header:
+
+```
+// Copyright 2019 The Total Open Station Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+```
+
+Files in the repository contain copyright from the year they are added
+to the year they are last changed. If the copyright author is changed,
+just paste the header below the old one.


=====================================
PKG-INFO deleted
=====================================
@@ -1,102 +0,0 @@
-Metadata-Version: 1.1
-Name: totalopenstation
-Version: 0.5.2
-Summary: Download and export survey data from your total station
-Home-page: https://tops.iosa.it/
-Author: Stefano Costa
-Author-email: steko at iosa.it
-License: GNU GPLv3
-Description: ====================
-         Total Open Station
-        ====================
-        
-        
-        .. image:: https://travis-ci.com/totalopenstation/totalopenstation.svg?branch=master
-          :target: https://travis-ci.com/totalopenstation/totalopenstation
-          :alt: Travis
-        
-        .. image:: https://img.shields.io/pypi/v/totalopenstation
-          :target: https://pypi.org/project/totalopenstation/
-          :alt: PyPI
-        
-        .. image:: https://img.shields.io/readthedocs/totalopenstation
-          :target: https://totalopenstation.readthedocs.io/
-          :alt: Read the Docs
-        
-        .. image:: https://img.shields.io/matrix/totalopenstation:matrix.org
-           :target: https://matrix.to/#/#totalopenstation:matrix.org
-           :alt: Matrix
-        
-        |
-        
-        Total Open Station is a program for downloading and processing survey data from total station devices.
-        
-        .. image:: https://tops.iosa.it/img/totalopenstation-gui.gif
-        
-        Total Open Station is a good choice if:
-        
-        - you work with total stations on GNU/Linux (and MacOS, probably)
-        - you work with old devices that are unsupported by vendors
-        - you need to process hundreds of data files at once
-        
-        We think Total Open Station is small but great because:
-        
-        - it is *free/libre open source software*
-        - it works on *any* operating system where Python is available
-        - it is designed to support as many devices and formats as possible, all
-          within the same program, opposed to having one program per device
-        - it works both on the command line and with a graphical interface
-        
-        Total Open Station uses a modular structure and
-        keeps the downloading of data logically separated from its processing,
-        thus enabling exporting data to a variety of output formats, even at a
-        later moment. Archiving of raw data is made easy by using plain text
-        files.
-        
-        Installing
-        ==========
-        
-        If you're comfortable with the command line:
-        
-        .. code-block:: bash
-        
-            pip install totalopenstation
-        
-        Windows users can download the portable app from the 
-        GitHub `releases page <https://github.com/steko/totalopenstation/releases>`_.
-        
-        GNU/Linux users can find the `totalopenstation` package in some distributions
-        (OpenSUSE, Debian, Ubuntu).
-        
-        Documentation
-        =============
-        
-        Documentation is online at http://totalopenstation.readthedocs.io/ with
-        an user guide, details on the application structure, supported models
-        and other interesting stuff.
-        
-        Development
-        ===========
-        
-        Total Open Station is developed by @steko, @psolyca and other contributors, including
-        translators and providers of sample data. We are not professional software developers
-        but we do our best to follow modern good practice. Feel free to submit a feature request
-        or a pull request on GitHub.
-        
-        The application icons are copyright by Lapo Calamandrei 2008, under the
-        same license as Total Open Station.
-        
-Keywords: survey geodimeter
-Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
-Classifier: Environment :: Console
-Classifier: Environment :: X11 Applications
-Classifier: Intended Audience :: End Users/Desktop
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3 :: Only
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
-Classifier: Topic :: Scientific/Engineering :: GIS


=====================================
doc_requirements.txt
=====================================
@@ -0,0 +1,22 @@
+alabaster==0.7.10
+Babel==2.5.1
+certifi==2017.7.27.1
+chardet==3.0.4
+docutils==0.14
+idna==2.6
+imagesize==0.7.1
+Jinja2>=2.10.1
+MarkupSafe==1.0
+pudb==2017.1.4
+pygeoif==0.7
+Pygments==2.2.0
+pyserial==3.4
+pytz==2017.2
+requests>=2.20.0
+six==1.11.0
+snowballstemmer==1.2.1
+Sphinx==1.6.4
+sphinxcontrib-websupport==1.0.1
+typing==3.6.2
+urllib3>=1.24.2
+urwid==1.3.1


=====================================
docs/Makefile
=====================================
@@ -0,0 +1,93 @@
+# Makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS    =
+SPHINXBUILD   = sphinx-build
+PAPER         =
+
+# Internal variables.
+PAPEROPT_a4     = -D latex_paper_size=a4
+PAPEROPT_letter = -D latex_paper_size=letter
+ALLSPHINXOPTS   = -d _build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+
+.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
+
+help:
+	@echo "Please use \`make <target>' where <target> is one of"
+	@echo "  html      to make standalone HTML files"
+	@echo "  dirhtml   to make HTML files named index.html in directories"
+	@echo "  pickle    to make pickle files"
+	@echo "  json      to make JSON files"
+	@echo "  htmlhelp  to make HTML files and a HTML help project"
+	@echo "  qthelp    to make HTML files and a qthelp project"
+	@echo "  latex     to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
+	@echo "  changes   to make an overview of all changed/added/deprecated items"
+	@echo "  linkcheck to check all external links for integrity"
+	@echo "  doctest   to run all doctests embedded in the documentation (if enabled)"
+
+clean:
+	-rm -rf _build/*
+
+html:
+	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
+	@echo
+	@echo "Build finished. The HTML pages are in _build/html."
+
+dirhtml:
+	$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) _build/dirhtml
+	@echo
+	@echo "Build finished. The HTML pages are in _build/dirhtml."
+
+pickle:
+	$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle
+	@echo
+	@echo "Build finished; now you can process the pickle files."
+
+json:
+	$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) _build/json
+	@echo
+	@echo "Build finished; now you can process the JSON files."
+
+htmlhelp:
+	$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp
+	@echo
+	@echo "Build finished; now you can run HTML Help Workshop with the" \
+	      ".hhp project file in _build/htmlhelp."
+
+qthelp:
+	$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) _build/qthelp
+	@echo
+	@echo "Build finished; now you can run "qcollectiongenerator" with the" \
+	      ".qhcp project file in _build/qthelp, like this:"
+	@echo "# qcollectiongenerator _build/qthelp/TotalOpenStation.qhcp"
+	@echo "To view the help file:"
+	@echo "# assistant -collectionFile _build/qthelp/TotalOpenStation.qhc"
+
+latex:
+	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex
+	@echo
+	@echo "Build finished; the LaTeX files are in _build/latex."
+	@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
+	      "run these through (pdf)latex."
+
+man:
+	$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) _build/man
+	@echo
+	@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
+
+changes:
+	$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) _build/changes
+	@echo
+	@echo "The overview file is in _build/changes."
+
+linkcheck:
+	$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) _build/linkcheck
+	@echo
+	@echo "Link check complete; look for any errors in the above output " \
+	      "or in _build/linkcheck/output.txt."
+
+doctest:
+	$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) _build/doctest
+	@echo "Testing of doctests in the sources finished, look at the " \
+	      "results in _build/doctest/output.txt."


=====================================
docs/_static/tops.ico
=====================================
Binary files /dev/null and b/docs/_static/tops.ico differ


=====================================
docs/_static/total-station-weblogo.png
=====================================
Binary files /dev/null and b/docs/_static/total-station-weblogo.png differ


=====================================
docs/conf.py
=====================================
@@ -0,0 +1,299 @@
+# -*- coding: utf-8 -*-
+#
+# Total Open Station documentation build configuration file, created by
+# sphinx-quickstart on Sat Feb 28 23:03:04 2015.
+#
+# This file is execfile()d with the current directory set to its
+# containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+import sys
+import os
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+#sys.path.insert(0, os.path.abspath('.'))
+sys.path.insert(0, os.path.abspath('../'))
+sys.path.insert(0, os.path.abspath('../totalopenstation'))
+
+
+# -- General configuration ------------------------------------------------
+
+# If your documentation needs a minimal Sphinx version, state it here.
+#needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.napoleon',
+]
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['_templates']
+
+# The suffix of source filenames.
+source_suffix = '.rst'
+
+# The encoding of source files.
+#source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = 'index'
+
+
+
+# General information about the project.
+project = 'Total Open Station'
+copyright = '2015-2020, Stefano Costa, Damien Gaignon and Luca Bianconi'
+author = 'Stefano Costa'
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+version = '0.5'
+# The full version, including alpha/beta/rc tags.
+release = '0.5.2'
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+#language = None
+
+# There are two options for replacing |today|: either, you set today to some
+# non-false value, then it is used:
+#today = ''
+# Else, today_fmt is used as the format for a strftime call.
+#today_fmt = '%B %d, %Y'
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = ['_build',
+                    'global.rst',
+]
+
+# The reST default role (used for this markup: `text`) to use for all
+# documents.
+#default_role = None
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+#add_function_parentheses = True
+
+# If true, the current module name will be prepended to all description
+# unit titles (such as .. function::).
+#add_module_names = True
+
+# If true, sectionauthor and moduleauthor directives will be shown in the
+# output. They are ignored by default.
+#show_authors = False
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
+
+# A list of ignored prefixes for module index sorting.
+#modindex_common_prefix = []
+
+# If true, keep warnings as "system message" paragraphs in the built documents.
+#keep_warnings = False
+
+rst_prolog = """
+.. include:: /global.rst
+"""
+
+# -- Options for HTML output ----------------------------------------------
+
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+html_theme = 'alabaster'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further.  For a list of options available for each theme, see the
+# documentation.
+html_theme_options = {
+    'github_user': 'steko',
+    'github_repo': 'totalopenstation',
+    'github_type': 'star',
+    'github_count': 'true',
+    'github_button': True,
+    'description': 'Download and export field survey data from your total station'
+}
+# Add any paths that contain custom themes here, relative to this directory.
+#html_theme_path = []
+
+# The name for this set of Sphinx documents.  If None, it defaults to
+# "<project> v<release> documentation".
+#html_title = None
+
+# A shorter title for the navigation bar.  Default is the same as html_title.
+#html_short_title = None
+
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
+#html_logo = None
+
+# The name of an image file (within the static path) to use as favicon of the
+# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
+# pixels large.
+html_favicon = "tops.ico"
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['_static']
+
+# Add any extra paths that contain custom files (such as robots.txt or
+# .htaccess) here, relative to this directory. These files are copied
+# directly to the root of the documentation.
+#html_extra_path = []
+
+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+# using the given strftime format.
+#html_last_updated_fmt = '%b %d, %Y'
+
+# If true, SmartyPants will be used to convert quotes and dashes to
+# typographically correct entities.
+html_use_smartypants = True
+
+# Custom sidebar templates, maps document names to template names.
+html_sidebars = {
+    '**': [
+        'about.html',
+        'navigation.html',
+        'relations.html',
+        'searchbox.html',
+        'donate.html',
+    ]
+}
+# Additional templates that should be rendered to pages, maps page names to
+# template names.
+#html_additional_pages = {}
+
+# If false, no module index is generated.
+#html_domain_indices = True
+
+# If false, no index is generated.
+#html_use_index = True
+
+# If true, the index is split into individual pages for each letter.
+#html_split_index = False
+
+# If true, links to the reST sources are added to the pages.
+#html_show_sourcelink = True
+
+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
+#html_show_sphinx = True
+
+# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
+#html_show_copyright = True
+
+# If true, an OpenSearch description file will be output, and all pages will
+# contain a <link> tag referring to it.  The value of this option must be the
+# base URL from which the finished HTML is served.
+#html_use_opensearch = ''
+
+# This is the file name suffix for HTML files (e.g. ".xhtml").
+#html_file_suffix = None
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = 'TotalOpenStationdoc'
+
+
+# -- Options for LaTeX output ---------------------------------------------
+
+latex_elements = {
+# The paper size ('letterpaper' or 'a4paper').
+'papersize': 'a4paper',
+
+# The font size ('10pt', '11pt' or '12pt').
+'pointsize': '12pt',
+
+# Additional stuff for the LaTeX preamble.
+#'preamble': '',
+}
+
+# Grouping the document tree into LaTeX files. List of tuples
+# (source start file, target name, title,
+#  author, documentclass [howto, manual, or own class]).
+latex_documents = [
+  ('index', 'TotalOpenStation.tex', 'Total Open Station Documentation',
+   'Stefano Costa, Damien Gaignon, Luca Bianconi', 'manual'),
+]
+
+# The name of an image file (relative to this directory) to place at the top of
+# the title page.
+#latex_logo = None
+
+# For "manual" documents, if this is true, then toplevel headings are parts,
+# not chapters.
+#latex_use_parts = False
+
+# If true, show page references after internal links.
+#latex_show_pagerefs = False
+
+# If true, show URL addresses after external links.
+#latex_show_urls = False
+
+# Documents to append as an appendix to all manuals.
+#latex_appendices = []
+
+# If false, no module index is generated.
+#latex_domain_indices = True
+
+
+# -- Options for manual page output ---------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+    ('totalopenstation-cli-parser',
+    'totalopenstation-cli-parser',
+    'Total Open Station command line converter',
+    ['Stefano Costa, Luca Bianconi'],
+    1),
+    ('totalopenstation-cli-connector',
+    'totalopenstation-cli-connector',
+    'Total Open Station command line downloader',
+    ['Stefano Costa, Luca Bianconi'],
+    1)
+]
+
+# If true, show URL addresses after external links.
+#man_show_urls = False
+
+
+# -- Options for Texinfo output -------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+#  dir menu entry, description, category)
+texinfo_documents = [
+  ('index', 'TotalOpenStation', 'Total Open Station Documentation',
+   'Stefano Costa, Damien Gaignon, Luca Bianconi', 'TotalOpenStation', 'Total Open Station downloads data from your total station into common formats',
+   'Miscellaneous'),
+]
+
+# Documents to append as an appendix to all manuals.
+#texinfo_appendices = []
+
+# If false, no module index is generated.
+#texinfo_domain_indices = True
+
+# How to display URL addresses: 'footnote', 'no', or 'inline'.
+#texinfo_show_urls = 'footnote'
+
+# If true, do not generate a @detailmenu in the "Top" node's menu.
+#texinfo_no_detailmenu = False
+
+# Napoleon settings
+napoleon_google_docstring = True
+napoleon_numpy_docstring = True
+napoleon_use_ivar = True
+napoleon_use_param = False


=====================================
docs/make.bat
=====================================
@@ -0,0 +1,129 @@
+ at ECHO OFF
+
+REM Command file for Sphinx documentation
+
+if "%SPHINXBUILD%" == "" (
+	set SPHINXBUILD=sphinx-build
+)
+set BUILDDIR=_build
+set SPHINXOPTS=
+set PAPER=
+set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
+if NOT "%PAPER%" == "" (
+	set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
+)
+
+if "%1" == "" goto help
+
+if "%1" == "help" (
+	:help
+	echo.Please use `make ^<target^> where ^<target^> is one of
+	echo.  html       to make standalone HTML files
+	echo.  dirhtml    to make HTML files named index.html in directories
+	echo.  pickle     to make pickle files
+	echo.  json       to make JSON files
+	echo.  htmlhelp   to make HTML files and a HTML help project
+	echo.  qthelp     to make HTML files and a qthelp project
+	echo.  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter
+	echo.  changes    to make an overview over all changed/added/deprecated items
+	echo.  linkcheck  to check all external links for integrity
+	echo.  doctest    to run all doctests embedded in the documentation if enabled
+	goto end
+)
+
+if "%1" == "clean" (
+	for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
+	del /q /s %BUILDDIR%\*
+	goto end
+)
+
+if "%1" == "html" (
+	%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Build finished. The HTML pages are in %BUILDDIR%/html.
+	goto end
+)
+
+if "%1" == "dirhtml" (
+	%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
+	goto end
+)
+
+
+if "%1" == "pickle" (
+	%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Build finished; now you can process the pickle files.
+	goto end
+)
+
+if "%1" == "json" (
+	%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Build finished; now you can process the JSON files.
+	goto end
+)
+
+if "%1" == "htmlhelp" (
+	%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Build finished; now you can run HTML Help Workshop with the ^
+.hhp project file in %BUILDDIR%/htmlhelp.
+	goto end
+)
+
+if "%1" == "qthelp" (
+	%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Build finished; now you can run "qcollectiongenerator" with the ^
+.qhcp project file in %BUILDDIR%/qthelp, like this:
+	echo.^> qcollectiongenerator %BUILDDIR%\qthelp\${PROJECT_NAME_NOSPACE}.qhcp
+	echo.To view the help file:
+	echo.^> assistant -collectionFile %BUILDDIR%\qthelp\${PROJECT_NAME_NOSPACE}.ghc
+	goto end
+)
+
+
+if "%1" == "latex" (
+	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
+	goto end
+)
+
+if "%1" == "changes" (
+	%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.The overview file is in %BUILDDIR%/changes.
+	goto end
+)
+
+if "%1" == "linkcheck" (
+	%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Link check complete; look for any errors in the above output ^
+or in %BUILDDIR%/linkcheck/output.txt.
+	goto end
+)
+
+if "%1" == "doctest" (
+	%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
+	if errorlevel 1 exit /b 1
+	echo.
+	echo.Testing of doctests in the sources finished, look at the ^
+results in %BUILDDIR%/doctest/output.txt.
+	goto end
+)
+
+:end
\ No newline at end of file


=====================================
locale/totalopenstation.pot
=====================================
@@ -0,0 +1,270 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Stefano Costa
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: Total Open Station 0.3.1\n"
+"Report-Msgid-Bugs-To: info at iosa.it\n"
+"POT-Creation-Date: 2015-02-28 22:54+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: scripts/totalopenstation-cli-connector.py:70
+#: scripts/totalopenstation-gui.py:726
+#, python-format
+msgid "Error loading the required model module: %s"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:36
+msgid "usage: %prog [option] arg1 [option] arg2 ..."
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:44
+msgid "select input FILE  (do not specify for stdin)"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:51
+msgid "select output FILE (do not specify for stdout)"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:58
+#: scripts/totalopenstation-cli-parser.py:65
+msgid "select input FORMAT"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:72
+msgid "overwrite existing output file"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:78
+msgid "list the available input and output formats"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:104
+#, python-format
+msgid ""
+"\n"
+"Error:\n"
+"%(message)s\n"
+"\n"
+"%(formats)s"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:111
+#, python-format
+msgid "%s is not a valid input format"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:121
+msgid "Please specify an input format"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:141
+msgid "No input data!"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:161
+#, python-format
+msgid "Downloaded data saved to out file %s"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:165
+#, python-format
+msgid "Downloaded data saved to file %s,"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:166
+msgid "overwriting the existing file"
+msgstr ""
+
+#: scripts/totalopenstation-cli-parser.py:168
+msgid "Specified output file already exists\n"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:121
+msgid ""
+"\n"
+"Total Open Station is copyright 2008-2015 Luca Bianconi, Stefano Costa\n"
+"and the IOSA project, under the GNU GPL v3 or any later version.\n"
+"\n"
+"http://tops.iosa.it/\n"
+"\n"
+"The application logo is copyright 2008 Lapo Calamandrei under the same\n"
+"license."
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:154
+msgid ""
+"\n"
+"Press OK when you're ready to download.\n"
+"\n"
+"Depending on your device, you may need to start the transfer from\n"
+"\n"
+"the total station menu."
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:176
+msgid "waiting for data from device"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:177
+msgid "Connection initialized with the following parameters:\n"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:179
+msgid ""
+"\n"
+"Start the download procedure on the device.\n"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:180
+msgid "Press OK when done."
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:199
+msgid "Choose output format and destination file"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:200
+msgid "Output format:\n"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:222
+msgid "Input format"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:227 scripts/totalopenstation-gui.py:246
+msgid "choose a format"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:241
+msgid "Output format"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:280 scripts/totalopenstation-gui.py:293
+#: scripts/totalopenstation-gui.py:725
+msgid "Import error"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:281
+#, python-format
+msgid "Error loading the required input module: %s"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:294
+#, python-format
+msgid "Error loading the required output module: %s"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:305
+msgid "No output file specified"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:306
+msgid "No processing settings entered!\n"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:323
+msgid "Error"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:324
+msgid "Connection failed with the following error message:\n"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:325
+msgid ""
+"\n"
+"Check your connection parameters and try again.\n"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:337
+msgid "Cancel"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:372 scripts/totalopenstation-gui.py:618
+msgid "Connect"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:373 scripts/totalopenstation-gui.py:634
+msgid "Process data"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:375
+msgid "Quit"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:378
+msgid "Open file"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:379 scripts/totalopenstation-gui.py:626
+msgid "Save raw data"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:382
+msgid "About TOPS"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:433
+msgid "Port"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:471
+msgid "Total Station"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:514 scripts/totalopenstation-gui.py:539
+#: scripts/totalopenstation-gui.py:562 scripts/totalopenstation-gui.py:585
+msgid "choose a value"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:533
+msgid "Bytesize"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:556
+msgid "Parity setting"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:579
+msgid "Stop bit"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:602
+msgid "Time lapse between data packets"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:650
+msgid ""
+"Welcome.\n"
+"Turn your device on."
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:739
+msgid "Waiting for data: please start transfer from your total station menu."
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:750
+#, python-format
+msgid "Downloaded %d bytes"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:754
+msgid "Success!"
+msgstr ""
+
+#: scripts/totalopenstation-gui.py:755
+#, python-format
+msgid ""
+"Download finished!\n"
+"You have %d bytes of data."
+msgstr ""


=====================================
setup.cfg deleted
=====================================
@@ -1,4 +0,0 @@
-[egg_info]
-tag_build = 
-tag_date = 0
-


=====================================
totalopenstation-gui.spec
=====================================
@@ -0,0 +1,47 @@
+# -*- mode: python -*-
+a = Analysis(['scripts/totalopenstation-gui.py'],
+             pathex=['.'],
+             hiddenimports=[
+                 'csv',
+                 'decimal',
+                 'numbers',
+                 'totalopenstation.formats',
+                 'totalopenstation.formats.carlson_rw5',
+                 'totalopenstation.formats.leica_gsi',
+                 'totalopenstation.formats.leica_tcr_705',
+                 'totalopenstation.formats.leica_tcr_1205',
+                 'totalopenstation.formats.nikon_raw_v200',
+                 'totalopenstation.formats.polar',
+                 'totalopenstation.formats.sokkia_sdr33',
+                 'totalopenstation.formats.topcon_gts',
+                 'totalopenstation.formats.trimble_are',
+                 'totalopenstation.formats.zeiss_r5',
+                 'totalopenstation.formats.zeiss_rec_500',
+                 'totalopenstation.models',
+                 'totalopenstation.models.custom',
+                 'totalopenstation.models.leica_tcr_705',
+                 'totalopenstation.models.leica_tcr_1205',
+                 'totalopenstation.models.nikon_npl_350',
+                 'totalopenstation.models.trimble',
+                 'totalopenstation.models.zeiss_elta_r55',
+                 'totalopenstation.output',
+                 'totalopenstation.output.tops_csv',
+                 'totalopenstation.output.tops_dat',
+                 'totalopenstation.output.tops_dxf',
+                 'totalopenstation.output.tops_geojson',
+                 'totalopenstation.output.tops_sql',
+                 'totalopenstation.output.tops_txt',],
+             hookspath=None,
+             runtime_hooks=None)
+pyz = PYZ(a.pure)
+exe = EXE(pyz,
+          a.scripts,
+          a.binaries,
+          a.zipfiles,
+          a.datas,
+          name='totalopenstation.exe',
+          icon='docs/_static/tops.ico',
+          debug=False,
+          strip=None,
+          upx=False,
+          console=True)


=====================================
totalopenstation.egg-info/PKG-INFO deleted
=====================================
@@ -1,102 +0,0 @@
-Metadata-Version: 1.1
-Name: totalopenstation
-Version: 0.5.2
-Summary: Download and export survey data from your total station
-Home-page: https://tops.iosa.it/
-Author: Stefano Costa
-Author-email: steko at iosa.it
-License: GNU GPLv3
-Description: ====================
-         Total Open Station
-        ====================
-        
-        
-        .. image:: https://travis-ci.com/totalopenstation/totalopenstation.svg?branch=master
-          :target: https://travis-ci.com/totalopenstation/totalopenstation
-          :alt: Travis
-        
-        .. image:: https://img.shields.io/pypi/v/totalopenstation
-          :target: https://pypi.org/project/totalopenstation/
-          :alt: PyPI
-        
-        .. image:: https://img.shields.io/readthedocs/totalopenstation
-          :target: https://totalopenstation.readthedocs.io/
-          :alt: Read the Docs
-        
-        .. image:: https://img.shields.io/matrix/totalopenstation:matrix.org
-           :target: https://matrix.to/#/#totalopenstation:matrix.org
-           :alt: Matrix
-        
-        |
-        
-        Total Open Station is a program for downloading and processing survey data from total station devices.
-        
-        .. image:: https://tops.iosa.it/img/totalopenstation-gui.gif
-        
-        Total Open Station is a good choice if:
-        
-        - you work with total stations on GNU/Linux (and MacOS, probably)
-        - you work with old devices that are unsupported by vendors
-        - you need to process hundreds of data files at once
-        
-        We think Total Open Station is small but great because:
-        
-        - it is *free/libre open source software*
-        - it works on *any* operating system where Python is available
-        - it is designed to support as many devices and formats as possible, all
-          within the same program, opposed to having one program per device
-        - it works both on the command line and with a graphical interface
-        
-        Total Open Station uses a modular structure and
-        keeps the downloading of data logically separated from its processing,
-        thus enabling exporting data to a variety of output formats, even at a
-        later moment. Archiving of raw data is made easy by using plain text
-        files.
-        
-        Installing
-        ==========
-        
-        If you're comfortable with the command line:
-        
-        .. code-block:: bash
-        
-            pip install totalopenstation
-        
-        Windows users can download the portable app from the 
-        GitHub `releases page <https://github.com/steko/totalopenstation/releases>`_.
-        
-        GNU/Linux users can find the `totalopenstation` package in some distributions
-        (OpenSUSE, Debian, Ubuntu).
-        
-        Documentation
-        =============
-        
-        Documentation is online at http://totalopenstation.readthedocs.io/ with
-        an user guide, details on the application structure, supported models
-        and other interesting stuff.
-        
-        Development
-        ===========
-        
-        Total Open Station is developed by @steko, @psolyca and other contributors, including
-        translators and providers of sample data. We are not professional software developers
-        but we do our best to follow modern good practice. Feel free to submit a feature request
-        or a pull request on GitHub.
-        
-        The application icons are copyright by Lapo Calamandrei 2008, under the
-        same license as Total Open Station.
-        
-Keywords: survey geodimeter
-Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
-Classifier: Environment :: Console
-Classifier: Environment :: X11 Applications
-Classifier: Intended Audience :: End Users/Desktop
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3 :: Only
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
-Classifier: Topic :: Scientific/Engineering :: GIS


=====================================
totalopenstation.egg-info/SOURCES.txt deleted
=====================================
@@ -1,131 +0,0 @@
-AUTHORS
-COPYING.txt
-MANIFEST.in
-README.rst
-setup.py
-data/totalopenstation.desktop
-data/icons/16x16/totalopenstation.png
-data/icons/16x16/totalopenstation.svg
-data/icons/22x22/totalopenstation.png
-data/icons/22x22/totalopenstation.svg
-data/icons/24x24/totalopenstation.png
-data/icons/32x32/totalopenstation.png
-data/icons/32x32/totalopenstation.svg
-data/icons/48x48/totalopenstation.png
-data/icons/48x48/totalopenstation.svg
-docs/faq.rst
-docs/global.rst
-docs/glossary.rst
-docs/index.rst
-docs/installing.rst
-docs/users.rst
-docs/contributing/main.rst
-docs/contributing/modules/input_formats.rst
-docs/contributing/modules/models.rst
-docs/contributing/modules/output_formats.rst
-docs/contributing/modules/test.rst
-docs/input_formats/if_carlson_rw5.rst
-docs/input_formats/if_leica_gsi.rst
-docs/input_formats/if_leica_tcr_1205.rst
-docs/input_formats/if_nikon_raw_v200.rst
-docs/input_formats/if_sokkia_sdr33.rst
-docs/input_formats/if_trimble_are.rst
-docs/input_formats/if_zeiss_r5.rst
-docs/input_formats/if_zeiss_rec_500.rst
-docs/input_formats/main.rst
-docs/input_formats/tds.rst
-docs/interfaces/cli_connector.rst
-docs/interfaces/cli_parser.rst
-docs/interfaces/gui_main.rst
-docs/interfaces/main.rst
-docs/models/main.rst
-docs/models/model_implemented.rst
-docs/output_formats/main.rst
-docs/output_formats/of_implemented.rst
-locale/de/LC_MESSAGES/messages.po
-locale/el/LC_MESSAGES/messages.po
-locale/es_ES/LC_MESSAGES/messages.po
-locale/fa/LC_MESSAGES/messages.po
-locale/fr/LC_MESSAGES/messages.po
-locale/hu/LC_MESSAGES/messages.po
-locale/it/LC_MESSAGES/messages.po
-locale/nb_NO/LC_MESSAGES/messages.po
-locale/nl_NL/LC_MESSAGES/messages.po
-locale/pl/LC_MESSAGES/messages.po
-locale/pt_BR/LC_MESSAGES/messages.po
-locale/pt_PT/LC_MESSAGES/messages.po
-locale/tr/LC_MESSAGES/messages.po
-sample_data/leica_tcr_1205
-sample_data/leica_tcr_705
-sample_data/sokkia_sdr33.tops
-sample_data/topcon_gts_229
-sample_data/carlson_rw5/Leica1200.rw5
-sample_data/carlson_rw5/Leica1200.rw5.csv
-sample_data/carlson_rw5/Trav_19leg.rw5
-sample_data/leica_gsi/leica_gsi16_gurob.gsi
-sample_data/leica_gsi/leica_gsi8_ertola.gsi
-sample_data/nikon_raw_v200/nikon_dtm.tops
-sample_data/nikon_raw_v200/nikon_npl_350
-sample_data/nikon_raw_v200/nikon_raw_v200.tops
-sample_data/trimble/051012-1.RAW
-sample_data/trimble/BSG-08-11-19.are
-sample_data/zeiss_elta_r55/zeiss_elta_r55
-sample_data/zeiss_elta_r55/zeiss_elta_r55-R4.tops
-sample_data/zeiss_elta_r55/zeiss_elta_r55-R5.tops
-sample_data/zeiss_elta_r55/zeiss_elta_r55-REC_500.tops
-sample_data/zeiss_elta_r55/zeiss_elta_r55-R_E.tops
-scripts/totalopenstation-cli-connector.py
-scripts/totalopenstation-cli-parser.py
-scripts/totalopenstation-gui.py
-totalopenstation/__init__.py
-totalopenstation.egg-info/PKG-INFO
-totalopenstation.egg-info/SOURCES.txt
-totalopenstation.egg-info/dependency_links.txt
-totalopenstation.egg-info/not-zip-safe
-totalopenstation.egg-info/requires.txt
-totalopenstation.egg-info/top_level.txt
-totalopenstation/formats/__init__.py
-totalopenstation/formats/carlson_rw5.py
-totalopenstation/formats/conversion.py
-totalopenstation/formats/leica_gsi.py
-totalopenstation/formats/leica_tcr_1205.py
-totalopenstation/formats/leica_tcr_705.py
-totalopenstation/formats/nikon_raw_v200.py
-totalopenstation/formats/polar.py
-totalopenstation/formats/sokkia_sdr33.py
-totalopenstation/formats/topcon_gts.py
-totalopenstation/formats/trimble_are.py
-totalopenstation/formats/zeiss_r5.py
-totalopenstation/formats/zeiss_rec_500.py
-totalopenstation/models/__init__.py
-totalopenstation/models/custom.py
-totalopenstation/models/leica_tcr_1205.py
-totalopenstation/models/leica_tcr_705.py
-totalopenstation/models/nikon_npl_350.py
-totalopenstation/models/trimble.py
-totalopenstation/models/zeiss_elta_r55.py
-totalopenstation/output/__init__.py
-totalopenstation/output/tops_csv.py
-totalopenstation/output/tops_dat.py
-totalopenstation/output/tops_dxf.py
-totalopenstation/output/tops_geojson.py
-totalopenstation/output/tops_sql.py
-totalopenstation/output/tops_txt.py
-totalopenstation/tests/__init__.py
-totalopenstation/tests/test_csv.py
-totalopenstation/tests/test_dxf.py
-totalopenstation/tests/test_geojson.py
-totalopenstation/tests/test_leica_gsi.py
-totalopenstation/tests/test_leica_tcr_1205.py
-totalopenstation/tests/test_leica_tcr_705.py
-totalopenstation/tests/test_nikon.py
-totalopenstation/tests/test_polar.py
-totalopenstation/tests/test_rw5.py
-totalopenstation/tests/test_sokkia_sdr33.py
-totalopenstation/tests/test_topcon_gts.py
-totalopenstation/tests/test_trimble_are.py
-totalopenstation/tests/test_zeiss.py
-totalopenstation/tests/test_zeiss_r5.py
-totalopenstation/utils/__init__.py
-totalopenstation/utils/scanwin32.py
-totalopenstation/utils/upref.py
\ No newline at end of file


=====================================
totalopenstation.egg-info/dependency_links.txt deleted
=====================================
@@ -1 +0,0 @@
-


=====================================
totalopenstation.egg-info/not-zip-safe deleted
=====================================
@@ -1 +0,0 @@
-


=====================================
totalopenstation.egg-info/requires.txt deleted
=====================================
@@ -1,2 +0,0 @@
-pyserial==3.4
-pygeoif==0.7


=====================================
totalopenstation.egg-info/top_level.txt deleted
=====================================
@@ -1 +0,0 @@
-totalopenstation



View it on GitLab: https://salsa.debian.org/debian-gis-team/totalopenstation/-/commit/354729060ded870e76dacc79e3025dafad4e5879

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/totalopenstation/-/commit/354729060ded870e76dacc79e3025dafad4e5879
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230819/321f96c6/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list