Go to file
Roberto Hueso Gómez 118572c3b6 Add setup.py installation script
This script can be useful to install ogclient on distributions that do not have
an already built ogclient package.

It is necessary to install ogclient in the right path, so the command you have
to use looks similar to:
python3 setup.py install --prefix=/opt/opengnsys/ogclient
                         --install-lib=/opt/opengnsys/ogclient
                         --install-script=/opt/opengnsys/ogclient
2020-06-16 10:22:30 +02:00
cfg Rename 'linux' mode to 'live' mode 2020-06-05 14:55:10 +02:00
src Import OgLinuxOperations only when necessary 2020-06-08 14:26:35 +02:00
tests add space after Content-Length and Content-Type 2020-01-28 09:14:13 +01:00
.gitignore Create new ogClient 2020-01-19 19:50:44 +01:00
LICENSE Initial commit 2020-01-19 19:50:43 +01:00
main.py Rename 'linux' mode to 'live' mode 2020-06-05 14:55:10 +02:00
setup.py Add setup.py installation script 2020-06-16 10:22:30 +02:00