katsdpservices


Namekatsdpservices JSON
Version 1.3 PyPI version JSON
download
home_pagehttps://github.com/ska-sa/katsdpservices
SummaryCommon code used by services that make up the MeerKAT Science Data Processor, such as a common logging setup
upload_time2024-02-19 09:23:05
maintainer
docs_urlNone
authorMeerKAT SDP Team
requires_python>=3.5
licenseModified BSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Common code for MeerKAT Science Data Processor services

This contains common code used by services that make up the Science Data Processor
subsystem of the MeerKAT radio telescope. It includes

- A common logging setup, which examines environment variables to configure
  some logging options and specify a server to receive logs in Graylog
  format.
- An extension to `argparse` to receive command-line options via
  [katsdptelstate](https://github.com/ska-sa/katsdptelstate).
- Signal handlers to restart the process and adjust log levels.
- Utilities to simplify integration with
  [aiomonitor](https://github.com/aio-libs/aiomonitor).
- A simple wrapper around [netifaces](https://github.com/al45tair/netifaces) to
  get the IP address of a network interface.

## Changelog

### 1.3

- Packaging modernisation (#34)
- Drop some old Python 2 workarounds (#34)
- Switch testing to pytest (#34)
- Fix flake8 for pre-commit
- Add `--aiomonitor-webui-port` command-line option (#35)

### 1.2

- Resolve logging destination at startup (#33)

### 1.1

- Add `telstate_endpoint` attribute to argparse result (#29)
- Add a custom log field with timestamp in microsecond precision (#21)
- Add pre-commit hooks

### 1.0

First public release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ska-sa/katsdpservices",
    "name": "katsdpservices",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "MeerKAT SDP Team",
    "author_email": "sdpdev+katsdpservices@sarao.ac.za",
    "download_url": "https://files.pythonhosted.org/packages/71/d6/89abefe33a21b7fdba8c1bf6fa57f1c8cc373df4e8b1666872cdae97bb24/katsdpservices-1.3.tar.gz",
    "platform": null,
    "description": "# Common code for MeerKAT Science Data Processor services\n\nThis contains common code used by services that make up the Science Data Processor\nsubsystem of the MeerKAT radio telescope. It includes\n\n- A common logging setup, which examines environment variables to configure\n  some logging options and specify a server to receive logs in Graylog\n  format.\n- An extension to `argparse` to receive command-line options via\n  [katsdptelstate](https://github.com/ska-sa/katsdptelstate).\n- Signal handlers to restart the process and adjust log levels.\n- Utilities to simplify integration with\n  [aiomonitor](https://github.com/aio-libs/aiomonitor).\n- A simple wrapper around [netifaces](https://github.com/al45tair/netifaces) to\n  get the IP address of a network interface.\n\n## Changelog\n\n### 1.3\n\n- Packaging modernisation (#34)\n- Drop some old Python 2 workarounds (#34)\n- Switch testing to pytest (#34)\n- Fix flake8 for pre-commit\n- Add `--aiomonitor-webui-port` command-line option (#35)\n\n### 1.2\n\n- Resolve logging destination at startup (#33)\n\n### 1.1\n\n- Add `telstate_endpoint` attribute to argparse result (#29)\n- Add a custom log field with timestamp in microsecond precision (#21)\n- Add pre-commit hooks\n\n### 1.0\n\nFirst public release.\n",
    "bugtrack_url": null,
    "license": "Modified BSD",
    "summary": "Common code used by services that make up the MeerKAT Science Data Processor, such as a common logging setup",
    "version": "1.3",
    "project_urls": {
        "Homepage": "https://github.com/ska-sa/katsdpservices"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8000202a6a59d486f576f3b635cad162b280ba30a2d7ec720029ba9e57f2a8dd",
                "md5": "b34dbe1245f38a3f37594de0651e3cfc",
                "sha256": "1b50d1b9e43ff172136b5509b22a0c7daa80192c9afdba62fa45a71d8369dcf6"
            },
            "downloads": -1,
            "filename": "katsdpservices-1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b34dbe1245f38a3f37594de0651e3cfc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 14162,
            "upload_time": "2024-02-19T09:23:04",
            "upload_time_iso_8601": "2024-02-19T09:23:04.167821Z",
            "url": "https://files.pythonhosted.org/packages/80/00/202a6a59d486f576f3b635cad162b280ba30a2d7ec720029ba9e57f2a8dd/katsdpservices-1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71d689abefe33a21b7fdba8c1bf6fa57f1c8cc373df4e8b1666872cdae97bb24",
                "md5": "88b21bf0a04db300877819187851b9f8",
                "sha256": "86b361eba9a21d15e8bd044aa259a5ca340070ec4bc9b53055f8cb3180cab8f5"
            },
            "downloads": -1,
            "filename": "katsdpservices-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "88b21bf0a04db300877819187851b9f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 16084,
            "upload_time": "2024-02-19T09:23:05",
            "upload_time_iso_8601": "2024-02-19T09:23:05.770975Z",
            "url": "https://files.pythonhosted.org/packages/71/d6/89abefe33a21b7fdba8c1bf6fa57f1c8cc373df4e8b1666872cdae97bb24/katsdpservices-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 09:23:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ska-sa",
    "github_project": "katsdpservices",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "katsdpservices"
}
        
Elapsed time: 0.18408s