hyputils


Namehyputils JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/tgbugs/hyputils
SummaryPython utilities for the Hypothes.is REST api and websocket interface
upload_time2022-12-23 06:26:27
maintainer
docs_urlNone
authorTom Gillespie
requires_python>=3.6
licenseMIT
keywords hypothesis hypothes.is web annotation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # hyputils
[![PyPI version](https://badge.fury.io/py/hyputils.svg)](https://pypi.org/project/hyputils/)
[![Build Status](https://travis-ci.org/tgbugs/hyputils.svg?branch=master)](https://travis-ci.org/tgbugs/hyputils)
[![Coverage Status](https://coveralls.io/repos/github/tgbugs/hyputils/badge.svg?branch=master)](https://coveralls.io/github/tgbugs/hyputils?branch=master)

python utilities for working with the hypothes.is api and websocket interface

## Config files
`zendeskinfo.yaml` should contain
```
zdesk_url: https://yoururl.zendesk.com
zdesk_email: your@email.com
zdesk_password: your_token_or_password
zdesk_token: True

```

## Usage
hyputils checks the following enviornment variables
1. `HYP_API_TOKEN` is your api token.
2. `HYP_USERNAME` is your username (not strictly required).
3. `HYP_GROUP` is the 8 char group identifier.

# Fun!
If you never modify your annotations, but instead
only add new replies to modify them you can view a
snapshot of the state of your annotation work and
understanding at time T by simply excluding all
anotations with updated > T!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tgbugs/hyputils",
    "name": "hyputils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "hypothesis hypothes.is web annotation",
    "author": "Tom Gillespie",
    "author_email": "tgbugs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/8a/b989dab0b3180bf75399c032c584f6dbdbad63abdeb0fa27cb5c5ada9afb/hyputils-0.0.9.tar.gz",
    "platform": null,
    "description": "# hyputils\n[![PyPI version](https://badge.fury.io/py/hyputils.svg)](https://pypi.org/project/hyputils/)\n[![Build Status](https://travis-ci.org/tgbugs/hyputils.svg?branch=master)](https://travis-ci.org/tgbugs/hyputils)\n[![Coverage Status](https://coveralls.io/repos/github/tgbugs/hyputils/badge.svg?branch=master)](https://coveralls.io/github/tgbugs/hyputils?branch=master)\n\npython utilities for working with the hypothes.is api and websocket interface\n\n## Config files\n`zendeskinfo.yaml` should contain\n```\nzdesk_url: https://yoururl.zendesk.com\nzdesk_email: your@email.com\nzdesk_password: your_token_or_password\nzdesk_token: True\n\n```\n\n## Usage\nhyputils checks the following enviornment variables\n1. `HYP_API_TOKEN` is your api token.\n2. `HYP_USERNAME` is your username (not strictly required).\n3. `HYP_GROUP` is the 8 char group identifier.\n\n# Fun!\nIf you never modify your annotations, but instead\nonly add new replies to modify them you can view a\nsnapshot of the state of your annotation work and\nunderstanding at time T by simply excluding all\nanotations with updated > T!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python utilities for the Hypothes.is REST api and websocket interface",
    "version": "0.0.9",
    "split_keywords": [
        "hypothesis",
        "hypothes.is",
        "web",
        "annotation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "3ebd85c17e4af6e2ece98a051489bfd0",
                "sha256": "bec45022b93c5f602ba610b5eb99b8e6777947e3b0e6921c61e004c4c6e5570e"
            },
            "downloads": -1,
            "filename": "hyputils-0.0.9-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ebd85c17e4af6e2ece98a051489bfd0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 61459,
            "upload_time": "2022-12-23T06:26:25",
            "upload_time_iso_8601": "2022-12-23T06:26:25.520928Z",
            "url": "https://files.pythonhosted.org/packages/9a/37/7bd104c13a9e93fb8f4e3be8fccff1106978ebd2f57978f792b73d010919/hyputils-0.0.9-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6e3d5cd3f9de862e4b9bff19fe719ba0",
                "sha256": "e5cfc5982391f2437a379399b78fe413528e6c78255061bfcbcfc212f8e68997"
            },
            "downloads": -1,
            "filename": "hyputils-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "6e3d5cd3f9de862e4b9bff19fe719ba0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 86873,
            "upload_time": "2022-12-23T06:26:27",
            "upload_time_iso_8601": "2022-12-23T06:26:27.291100Z",
            "url": "https://files.pythonhosted.org/packages/a2/8a/b989dab0b3180bf75399c032c584f6dbdbad63abdeb0fa27cb5c5ada9afb/hyputils-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-23 06:26:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tgbugs",
    "github_project": "hyputils",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hyputils"
}
        
Elapsed time: 0.02766s