{
"info": {
"author": "Jason Antman",
"author_email": "jason@jasonantman.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 7 - Inactive",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Documentation",
"Topic :: Office/Business"
],
"description": "jiveapi python package\n======================\n\n.. image:: https://secure.travis-ci.org/jantman/jiveapi.png?branch=master\n :target: http://travis-ci.org/jantman/jiveapi\n :alt: travis-ci for master branch\n\n.. image:: https://readthedocs.org/projects/jiveapi/badge/?version=latest\n :target: https://readthedocs.org/projects/jiveapi/?badge=latest\n :alt: sphinx documentation for latest release\n\n.. image:: https://www.repostatus.org/badges/latest/unsupported.svg\n :alt: Project Status: Unsupported \u2013 The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.\n :target: https://www.repostatus.org/#unsupported\n\nSimple and limited Python client for `Jive `_ collaboration software `ReST API v3 `_, along with utilities for massaging HTML to display better on Jive. Also comes pre-installed in a Docker image and a Sphinx theme and builder for Jive-optimized HTML output.\n\n**Note: Full documentation is hosted at:** `jiveapi.readthedocs.io `_. **This README is just a short introduction.**\n\nScope and Status\n----------------\n\n**This project is effectively abandoned/unsupported and needs a new maintainer!** My employer to longer uses Jive, so I'm no longer using this project and also have no way of testing it. If you are interested in taking over as maintainer, please open an issue!\n\nI'm writing this to be a working Python wrapper around a small portion of the Jive ReST API - specifically, uploading/publishing updating Documents, uploading embedded Images, and manipulating the input HTML to display better in Jive. I'm doing this in my personal time, but we'll be using the project at work for a very limited requirement: \"syndicating\" documentation that we publish on internal web servers (mostly Sphinx and Hugo static sites) to our corporate Jive instance. The main purpose for doing this is to reach a wider audience and for searchability, not to faithfully reproduce the layout and styling of the original HTML. I don't plan on adding support beyond what's required for that, but contributions are welcome.\n\nThis has been in use daily at my current employer for almost a year. It's stable for the particular way we use it, but some code paths may not have been fully exercised before.\n\nAlso be aware that Jive **heavily modifies** HTML, including stripping out and sometimes replacing ``id`` attributes, breaking any internal anchor links containing dashes, etc. The high-level methods in this package make a best effort to modify HTML to work in Jive, but nothing is guaranteed. Once again, this is focused on content not presentation.\n\nSupported Actions\n+++++++++++++++++\n\n* Low-level API (direct interface to Jive API calls)\n\n * Get information on currently-authenticated user\n * Get API version information\n * `Get Content `_, `Create Content `_, and `Update Content `_ (i.e. `Documents `_, `Posts `_, etc.) in Jive from Python dictionary equivalents of the native Jive API `types `_.\n * `Get binary Image data `_ and `Create `_ `Images `_ that can be embedded in Content (i.e. Documents and Posts).\n * Backdate Content items when creating or updating them.\n * List all Content in a `Place `_.\n\n* High-level wrapper API (provides assistance with generating parameters and massaging content):\n\n * Create and Update HTML Documents given HTML content and some parameters, including most of the common parameters such as the place to post in, visibility, published/draft status, and keywords.\n * *Not Yet Implemented:* Create and Update HTML Posts given HTML content and some parameters, including most of the common parameters such as the place to post in, visibility, published/draft status, and keywords.\n * Modify HTML formatting to use Jive UI conventions (\"jive-ize\" HTML).\n * Given a HTML string that contains image tags referring to local images and the filesystem path containing the images, upload each of them to Jive and modify the HTML to point to the images' Jive URLs. Return metadata about the content and images to the user for future updates. Use this metadata on future updates to prevent re-uploading the same image.\n * Option to modify HTML to insert Jive-style information/notice boxes as header and footer, such as information reminding users not to edit the document directly on Jive and giving links to the canonical source, commit, and build that last generated the content.\n * Option to add a Jive Table of Contents macro to the beginning of the content.\n\n* jiveapi also includes a basic `Sphinx `_ theme (called ``jiveapi``) and Builder (also called ``jiveapi``) optimized for building single-page HTML for uploading to Jive.\n\nRequirements\n------------\n\njiveapi is also available in a self-contained Docker image with all dependencies. See `https://hub.docker.com/r/jantman/jiveapi/ `_.\n\n* Python 3.5+. Yes, this package is *only* developed and tested against Python3, specifically 3.5 or later. It *should* work under 2.7 as well, but that is neither tested nor supported.\n* `requests `_\n* `premailer `_ (optional, only required for high-level JiveContent interface)\n* `lxml `_ (optional, only required for high-level JiveContent interface)\n\nUsage\n-----\n\n**See the full documentation at:** `http://jiveapi.readthedocs.io/ `_\n\nLicense\n-------\n\nThis software is licensed under the `Affero General Public License, version 3 or later `_. If you're not redistributing or modifying this software, compliance with the license is simple: make sure anyone interacting with it (even remotely over a network) is informed of where the source code can be downloaded (the project URL in the Python package, or the ``jiveapi.version.PROJECT_URL`` string constant). If you intend on modifying it, the user must have a way of retrieving the exact running source code. If you're intending on distributing it outside your company, please read the full license and consult your legal counsel or Open Source Compliance policy.\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/jantman/jiveapi",
"keywords": "jive collaboration client",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "jiveapi",
"package_url": "https://pypi.org/project/jiveapi/",
"platform": "",
"project_url": "https://pypi.org/project/jiveapi/",
"project_urls": {
"Homepage": "https://github.com/jantman/jiveapi"
},
"release_url": "https://pypi.org/project/jiveapi/1.0.0/",
"requires_dist": [
"requests (<3.0.0)",
"premailer (<4.0.0,>=3.0.0)",
"lxml (<5.0.0,>=4.0.0)"
],
"requires_python": "",
"summary": "Simple and limited Python client for Jive collaboration software ReST API v3.",
"version": "1.0.0"
},
"last_serial": 5967705,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "e9203303b24cd5cf444ac117cf02052e",
"sha256": "b06897219b54bf90b71fdcfaa4842362109b2090bed1baf90f62cd914a848099"
},
"downloads": -1,
"filename": "jiveapi-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e9203303b24cd5cf444ac117cf02052e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 56045,
"upload_time": "2018-04-08T18:46:50",
"url": "https://files.pythonhosted.org/packages/3c/ef/22f97df7635932f4b634b273af6eaebae81aecad521060262613e4876b10/jiveapi-0.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a04e5d3f0c6d3280a131a96447ce8a67",
"sha256": "2af5917e0cee7b5be7f571c80d201331ec5d999b091c5670f6d97d28a02ef9b9"
},
"downloads": -1,
"filename": "jiveapi-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a04e5d3f0c6d3280a131a96447ce8a67",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49370,
"upload_time": "2018-04-08T18:46:51",
"url": "https://files.pythonhosted.org/packages/fc/31/a46f48bebea98b6010f11e4f0eabd3bd838ecc31b59db710b8c1c491e55d/jiveapi-0.1.0.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "79964c66c4c23a0a9774e7ae5ad519e2",
"sha256": "da314de28ae13d5ccbbecb78acefb80ecb955d589b26dada1c5eb2eab1011c2d"
},
"downloads": -1,
"filename": "jiveapi-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "79964c66c4c23a0a9774e7ae5ad519e2",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 56933,
"upload_time": "2018-04-22T02:24:16",
"url": "https://files.pythonhosted.org/packages/01/11/c6f2da6ca9a8d4a77764a7fc50208fb5112c41e828aa91f6bab21d484724/jiveapi-0.2.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "912c14636b6edb0ba6e2a479735801cb",
"sha256": "69f2abda21f124ae2bdb83d740be0faab379af395a43a0200e5988f385edd4bb"
},
"downloads": -1,
"filename": "jiveapi-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "912c14636b6edb0ba6e2a479735801cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 50259,
"upload_time": "2018-04-22T02:24:18",
"url": "https://files.pythonhosted.org/packages/a5/0c/38787160f99f2985122b13e24f79f7f30a1c30ae5c9e75cc50d5392f75d8/jiveapi-0.2.0.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "f6a6ec2adce2c1eb370a7796f8e5ceae",
"sha256": "69ee76bd03bbd76a851b8c7f780e0e0e2e80e2a20e474ed6cdc7f9f650ec8eb8"
},
"downloads": -1,
"filename": "jiveapi-0.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "f6a6ec2adce2c1eb370a7796f8e5ceae",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 56967,
"upload_time": "2018-11-19T16:08:32",
"url": "https://files.pythonhosted.org/packages/bb/89/4225392ac5de81e56d4a6fb58a65fcf20e4c6ae70b2be8ce5ec484ee7890/jiveapi-0.3.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "d9b74491cea70b300a22080aa5420eb3",
"sha256": "e4f6e7db6a89fdab565ad9901d8d0f2baf33a3329480c084fd9d60d07033dcc6"
},
"downloads": -1,
"filename": "jiveapi-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "d9b74491cea70b300a22080aa5420eb3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 50376,
"upload_time": "2018-11-19T16:08:34",
"url": "https://files.pythonhosted.org/packages/5e/fb/5eb29eef4fe79fefaa54f8eb8637bdfccbd62e82a7b54e6fc7c5525cbcc4/jiveapi-0.3.0.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "b995a92129b0745e44a0270517ff92d3",
"sha256": "69753f958d16aae4d32e415c2eb17c8ac45e62e0f2a1d3708dba16ea69a9408f"
},
"downloads": -1,
"filename": "jiveapi-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b995a92129b0745e44a0270517ff92d3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 57014,
"upload_time": "2019-10-13T15:21:30",
"url": "https://files.pythonhosted.org/packages/e0/b5/8de02f7985d81df983e281919623d824730864b85a7937f1ab2f283c7fa0/jiveapi-1.0.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "2b93aa4cf75218cd89cd2243ce5c7ee1",
"sha256": "608c88fc47391d7570966c5950c4b10cb5a2abda93a838b259804f5cd93e4113"
},
"downloads": -1,
"filename": "jiveapi-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "2b93aa4cf75218cd89cd2243ce5c7ee1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 50570,
"upload_time": "2019-10-13T15:21:32",
"url": "https://files.pythonhosted.org/packages/97/cc/a30dfb0a189c4f62718546d77da4a41765649dae12f542edd7352c4a166e/jiveapi-1.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "b995a92129b0745e44a0270517ff92d3",
"sha256": "69753f958d16aae4d32e415c2eb17c8ac45e62e0f2a1d3708dba16ea69a9408f"
},
"downloads": -1,
"filename": "jiveapi-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b995a92129b0745e44a0270517ff92d3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 57014,
"upload_time": "2019-10-13T15:21:30",
"url": "https://files.pythonhosted.org/packages/e0/b5/8de02f7985d81df983e281919623d824730864b85a7937f1ab2f283c7fa0/jiveapi-1.0.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "2b93aa4cf75218cd89cd2243ce5c7ee1",
"sha256": "608c88fc47391d7570966c5950c4b10cb5a2abda93a838b259804f5cd93e4113"
},
"downloads": -1,
"filename": "jiveapi-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "2b93aa4cf75218cd89cd2243ce5c7ee1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 50570,
"upload_time": "2019-10-13T15:21:32",
"url": "https://files.pythonhosted.org/packages/97/cc/a30dfb0a189c4f62718546d77da4a41765649dae12f542edd7352c4a166e/jiveapi-1.0.0.tar.gz"
}
]
}