Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uninett/zinolib
Python library for zino
https://github.com/uninett/zinolib
Last synced: about 1 month ago
JSON representation
Python library for zino
- Host: GitHub
- URL: https://github.com/uninett/zinolib
- Owner: Uninett
- License: apache-2.0
- Created: 2023-03-24T10:52:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T09:45:17.000Z (about 2 months ago)
- Last Synced: 2024-11-19T10:45:11.909Z (about 2 months ago)
- Language: Python
- Size: 296 KB
- Stars: 1
- Watchers: 9
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
Zinolib
=======Python library to connect to zino data and notification channel
This module implements almost every functionality that Zino exports via the data and notification channel.
Split from internal project PyRitz on 2023-03-23.
Testing
=======This library is testable with unittests,
When testing it starts a Zino emulator that reponds correctly to requests as the real server would do.Test with current python:
```python3 -m unittest discover -s tests/```
If you have all currently supported pythons in your path, you can test them
all, with an HTML coverage report placed in `htmlcov/`:```tox```
To test on a specific python other than current, run:
```tox -e py{version}```
where `version` is of the form "311" for Python 3.11.
Development
===========See the file `.git-blame-ignore-revs` for commits to ignore when running
`git blame`. Use it like so::git blame --ignore-revs-file .git-blame-ignore-revs FILE