Insert meteorological station data to Enhydris
License
Free software: GNU General Public License v3
Documentation
Creating a Windows executable
Note: You have to work on Windows 7. If you work on Windows 10, the resulting executable might not run on Windows 7. If you find a way to create the executable on Windows 10 that runs on Windows 7 (or stop supporting Windows 7), fix this README.
We’ve found that executables created on 64-bit Windows 7 do run on 32-bit Windows 7, however ideally the resulting executable should be tested in both environments.
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:
../venv/Scripts/pip install -e . (to upgrade dependencies if needed)
../venv/Scripts/python setup.py test
rm -r dist loggertodb.spec
../venv/Scripts/pyinstaller --onefile --name=loggertodb bin/loggertodb-windows
After this, loggertodb.exe should be in the dist directory.
Release files for loggertodb 2.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| loggertodb-2.2.0.tar.gz | 129.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| loggertodb-2.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 144.5 kB
Release files / loggertodb-2.2.0.tar.gz
| Download URL | loggertodb-2.2.0.tar.gz |
|---|---|
| Size | 129.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f75d0e02faf5bc2c4ea1f8f05e0820250e79a4d91cd9f63a823208b13bf0bd9
|
|
BLAKE2b-256 checksum How to use checksums |
49c89dbc7f86ba50e3a364f082621811227324e7f1da76562832f32901c8412b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
|
Release files / loggertodb-2.2.0-py2.py3-none-any.whl
| Download URL | loggertodb-2.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 14.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
296dc78feb57a55445fa46d50eec3e18997cff95180ae04a0134e113dd75108a
|
|
BLAKE2b-256 checksum How to use checksums |
e04e063a1a8622f50a2d7a58d10441abfef03c71c3ff30fc6c01ae7eb602845b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
|