Skip to main content

GObject mainloop implementation of https://gitlab.com/advian-oss/python-datastreamservicelib

Project description

GObject mainloop enabled version of https://gitlab.com/advian-oss/python-datastreamservicelib (runs GObject mainloop in a thread, asyncio is still the main threads mainloop).

Notable helpers

ServiceWidgetBase/ServiceWindowBase (in widgets.py) and the aio decorator (in eventloop.py), the first should be used as baseclass for your own widgets/windows that need a reference to the main service and aio mainloop. The latter is a decorator that can be applied to a method of subclass of ServiceWidgetBase to make said method run in the aio mainloop.

And of course the GObject mainloop enabled SimpleService which extends the one in datastreamservicelib

Docker

This depends on GObject libraries etc from the operating system level, easiest way to get hacking is to build the docker image and work inside it.

SSH agent forwarding

We need buildkit:

export DOCKER_BUILDKIT=1

And also the exact way for forwarding agent to running instance is different on OSX:

export DOCKER_SSHAGENT="-v /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock -e SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock"

and Linux:

export DOCKER_SSHAGENT="-v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK"

Creating the container

Make sure you have defined DOCKER_DISPLAY above.

Build image, create container and start it:

docker build --ssh default --target devel_shell -t gobjectservicelib:devel_shell .
docker create --name gobjectservicelib_devel -v `pwd`":/app" -it  -v /tmp:/tmp `echo $DOCKER_SSHAGENT` gobjectservicelib:devel_shell
docker start -i gobjectservicelib_devel

This will give you a shell with system level dependencies installed, you should do any shell things (like run tests, pre-commit checks etc) there.

pre-commit considerations

If working in Docker instead of native env you need to run the pre-commit checks in docker too:

docker exec -i gobjectservicelib_devel /bin/bash -c "pre-commit install"
docker exec -i gobjectservicelib_devel /bin/bash -c "pre-commit run --all-files"

You need to have the container running, see above. Or alternatively use the docker run syntax but using the running container is faster:

docker run --rm -v `pwd`":/app" gobjectservicelib:devel_shell -c "pre-commit run --all-files"

Test suite

You can use the devel shell to run py.test when doing development, for CI use the “test” target in the Dockerfile:

docker build --ssh default --target test -t gobjectservicelib:test .
docker run --rm -it -v `pwd`":/app" `echo $DOCKER_SSHAGENT` gobjectservicelib:test

Local Development

TLDR:

  • Check dockerfile for system dependencies and adapt according to your env

  • Create and activate a Python 3.7 virtualenv (assuming virtualenvwrapper):

    mkvirtualenv -p `which python3.7` my_virtualenv
  • change to a branch:

    git checkout -b my_branch
  • install Poetry: https://python-poetry.org/docs/#installation

  • Install project deps and pre-commit hooks:

    poetry install
    pre-commit install
    pre-commit run --all-files
  • Ready to go.

Remember to activate your virtualenv whenever working on the repo, this is needed because pylint and mypy pre-commit hooks use the “system” python for now (because reasons).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gobjectservicelib-1.2.0.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

gobjectservicelib-1.2.0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file gobjectservicelib-1.2.0.tar.gz.

File metadata

  • Download URL: gobjectservicelib-1.2.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for gobjectservicelib-1.2.0.tar.gz
Algorithm Hash digest
SHA256 6a06c49ebd4550606a8ca89dc35ef0775eea547b9d99ef9a78bbe24b4d35b8c0
MD5 fba600f435374ad6863a58e271f77de6
BLAKE2b-256 36e902fa417329d3b87c34f724d791419e2b270c9bebc8daac33d6d535128203

See more details on using hashes here.

File details

Details for the file gobjectservicelib-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: gobjectservicelib-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for gobjectservicelib-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3a2d23af7ba8c62ff178635efd81704cf1c9b80e7050fe2e1bf0dacd8c5fa0df
MD5 6cc16e6c2850415d08bf9af2ee6bdc48
BLAKE2b-256 430ba4310ee17552da74baf3a950efe5bbf8941cf24d5f0c497436aa6e207c78

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page