Skip to main content

A plugin to create, run and manage a service for kiara functionality.

Project description

PyPI status PyPI version PyPI pyversions Build Status Coverage Status Code style

kiara plugin: (service)

A plugin to create, run and manage a service for kiara functionality.

Description

TODO

Development

Requirements

  • Python (version >= 3.8)
  • pip, virtualenv
  • git
  • make (on Linux / Mac OS X -- optional)

Prepare development environment

If you only want to work on the modules, and not the core Kiara codebase, follow the instructions below. Otherwise, please check the notes on how to setup a Kiara development environment under (TODO).

Linux & Mac OS X (using make)

For *NIX-like operating system, setting up a development environment is relatively easy:

git clone https://github.com/DHARPA-Project/kiara_plugin.service.git
cd kiara_plugin.service
python3 -m venv .venv
source .venv/bin/activate
make init

Windows (or manual pip install)

It's impossible to lay out all the ways Python can be installed on a machine, and virtual- (or conda-)envs can be created, so I'll assume you know how to do this. One simple way is to install the Anaconda (individual edition), then use the Anaconda navigator to create a new environment, install the 'git' package in it (if your system does not already have it), and use the 'Open Terminal' option of that environment to start up a terminal that has that virtual-/conda-environment activated.

Once that is done, cd into a directory where you want this project folder to live, and do:

# make sure your virtual env is activated!!!
git clone https://github.com/DHARPA-Project/kiara_plugin.service.git
cd kiara_plugin.service
pip install --extra-index-url https://pypi.fury.io/dharpa/ -U -e .[all_dev]

Try it out

After this is done, you should be able to run the included example module via:

kiara run service_example text_1="xxx" text_2="yyy"
...
...

Re-activate the development environment

The 'prepare' step from above only has to be done once. After that, to re-enable your virtual environment, you'll need to navigate to the directory again (wherever that is, in your case), and run the source command from before again:

cd path/to/kiara_plugin.service
source .venv/bin/activate  # if it isn't activated already, for example by the Anaconda navigator
kiara --help  # or whatever, point is, kiara should be available for you now,

make targets (Linux & Mac OS X)

  • init: init development project (install project & dev dependencies into virtualenv, as well as pre-commit git hook)
  • update-dependencies: update development dependencies (mainly the core kiara package from git)
  • flake: run flake8 tests
  • mypy: run mypy tests
  • test: run unit tests
  • docs: create static documentation pages (under build/site)
  • serve-docs: serve documentation pages (incl. auto-reload) for getting direct feedback when working on documentation
  • clean: clean build directories

For details (and other, minor targets), check the Makefile.

Running tests

> make test
# or
> make coverage

Copyright & license

This project is MPL v2.0 licensed, for the license text please check the LICENSE file in this repository.

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

kiara_plugin.service-0.4.7.tar.gz (84.0 kB view details)

Uploaded Source

Built Distribution

kiara_plugin.service-0.4.7-py3-none-any.whl (49.2 kB view details)

Uploaded Python 3

File details

Details for the file kiara_plugin.service-0.4.7.tar.gz.

File metadata

  • Download URL: kiara_plugin.service-0.4.7.tar.gz
  • Upload date:
  • Size: 84.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for kiara_plugin.service-0.4.7.tar.gz
Algorithm Hash digest
SHA256 5e11b58c6d23892c2621843ff46493c7844bdd4b6a5fe641d921a6fdb12b7106
MD5 c53b7cb13bafaf43b2a597436af34c0e
BLAKE2b-256 926e4dd4424df59902d959da2ae1d63285fe675c952a7acb975bd68dc5b2b720

See more details on using hashes here.

File details

Details for the file kiara_plugin.service-0.4.7-py3-none-any.whl.

File metadata

File hashes

Hashes for kiara_plugin.service-0.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4d8824eaedc7b3542f7e57463365ab8a6b75d74d378af17b8e9f81ef4ce236cd
MD5 36207a6f997eb56a7e487c9a57065ce3
BLAKE2b-256 a5e84d17b25cf6faf99c63c0def73b02c52c9f19b3c7c107714fda0153924562

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