jantman / jiveapi

ABANDONED - Simple and limited Python client for Jive collaboration software ReST API v3, along with utilities for massaging HTML to display better on Jive.
http://jiveapi.readthedocs.io/
GNU Affero General Public License v3.0
2 stars 1 forks source link
jive jive-sdk python python3

jiveapi python package

.. image:: https://secure.travis-ci.org/jantman/jiveapi.png?branch=master :target: http://travis-ci.org/jantman/jiveapi :alt: travis-ci for master branch

.. image:: https://readthedocs.org/projects/jiveapi/badge/?version=latest :target: https://readthedocs.org/projects/jiveapi/?badge=latest :alt: sphinx documentation for latest release

.. image:: https://www.repostatus.org/badges/latest/unsupported.svg :alt: Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. :target: https://www.repostatus.org/#unsupported

Simple and limited Python client for Jive <https://www.jivesoftware.com/> collaboration software ReST API v3 <https://developers.jivesoftware.com/api/v3/cloud/rest/index.html>, 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.

Note: Full documentation is hosted at: jiveapi.readthedocs.io <http://jiveapi.readthedocs.io/>_. This README is just a short introduction.

Scope and Status

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!

I'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.

This 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.

Also 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.

Supported Actions +++++++++++++++++

Requirements

jiveapi is also available in a self-contained Docker image with all dependencies. See https://hub.docker.com/r/jantman/jiveapi/ <https://hub.docker.com/r/jantman/jiveapi/>_.

Usage

See the full documentation at: http://jiveapi.readthedocs.io/ <http://jiveapi.readthedocs.io/>_

License

This software is licensed under the Affero General Public License, version 3 or later <https://www.gnu.org/licenses/agpl-3.0.en.html>_. 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.