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.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.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93687be3e77f32118d09891186ec3fc42f0f7b631c3bf06b10106f7576ba2b3f |
|
MD5 | dc97b0facc68f42c8c71506a72397aeb |
|
BLAKE2b-256 | c2fa07a6a7d7f8cc781576d944cd943317bcc85d72927cc115f2d38e68cf4815 |