Insert meteorological station data to Enhydris
Project description
loggertodb
Insert meteorological station data to Enhydris
License
Free software: GNU General Public License v3
Documentation
Creating a Windows executable
On Windows; the first time:
Install git.
Install a recent Python 3 version.
Execute Git Bash.
Clone loggertodb.
Change to the working directory of loggertodb.
pip install virtualenv==16.1.0 (this is because of a pyinstaller bug).
virtualenv ../venv
../venv/Scripts/pip install -e .
../venv/Scripts/pip install pyinstaller
Next times:
rm -r dist loggertodb-windows.spec
../venv/Scripts/pyinstaller --onefile --name=loggertodb bin/loggertodb-windows
After this, loggertodb.exe should be in the dist directory.
History
0.1.2 (2019-05-27)
Made parsing dates more robust in simple format
Fixed extreme slowness when thousands of records had to be inserted
Fixed unhelpful error message when file was out of order
0.1.1 (2019-04-18)
Fixed a bug that prevented using a log file.
0.1.0 (2019-04-18)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for loggertodb-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 039dd6de246113c603183deb9f8198f9999648f43c0c745575567b47a7844680 |
|
MD5 | 8f72bbf23d6223c1b19cd62ba9502450 |
|
BLAKE2b-256 | a8464d921fe340c2d6d730933572176f7b16310ef8f649cd6db334876e9162f3 |