bdocs


Namebdocs JSON
Version 0.0.0.2 PyPI version JSON
download
home_page
SummaryA library to provide modify methods and higher features to Cdocs.
upload_time2024-03-03 03:09:39
maintainer
docs_urlNone
authorDavid Kershaw
requires_python>=3.12,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bdocs

## Write, copy, delete, and higher functions for Cdocs

Cdocs is a contextual help framework. It is read-only. Bdocs is an overlay to Cdocs. It adds the ability to interact with Cdocs roots.

On top of that, Bdocs adds higher level features, including:
* Management of the Cdocs root within a local Git repo
* Searching Cdocs roots
* Rules that allow you to publish content with specificity
* The ability to make private Cdocs roots
* Transformations to be applied to docs as they are returned

Like Cdocs, Bdocs is intended to be a library, not an application. On its own it is not a content management system. However it is straightforward to use Bdocs within an API to create a more complete solution. And the Bdocs design contemplates swapping in custom implementations for individual functions. This flexibility should make it more practical to layer up an application around Bdocs.

Bdocs is on Pypi <a href='https://pypi.org/project/bdocs/'>here</a>.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bdocs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.12,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Kershaw",
    "author_email": "dk107dk@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/42/83/deba6c41fdd5dc5a031a98c2e39da48096db722e51ecadd1b32798d1d4b6/bdocs-0.0.0.2.tar.gz",
    "platform": null,
    "description": "# Bdocs\n\n## Write, copy, delete, and higher functions for Cdocs\n\nCdocs is a contextual help framework. It is read-only. Bdocs is an overlay to Cdocs. It adds the ability to interact with Cdocs roots.\n\nOn top of that, Bdocs adds higher level features, including:\n* Management of the Cdocs root within a local Git repo\n* Searching Cdocs roots\n* Rules that allow you to publish content with specificity\n* The ability to make private Cdocs roots\n* Transformations to be applied to docs as they are returned\n\nLike Cdocs, Bdocs is intended to be a library, not an application. On its own it is not a content management system. However it is straightforward to use Bdocs within an API to create a more complete solution. And the Bdocs design contemplates swapping in custom implementations for individual functions. This flexibility should make it more practical to layer up an application around Bdocs.\n\nBdocs is on Pypi <a href='https://pypi.org/project/bdocs/'>here</a>.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library to provide modify methods and higher features to Cdocs.",
    "version": "0.0.0.2",
    "project_urls": {
        "Github": "https://github.com/dk107dk/bdocs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78d7c054224abd5239376acdd5306966c145342638a6fef401926b7a7589f5bf",
                "md5": "7a8d8a68192ad78f48f3637c8894a65c",
                "sha256": "d9ba3addae9f71c382544ce18212538ec351e1d61beb9c90af3e6c28c7c22acf"
            },
            "downloads": -1,
            "filename": "bdocs-0.0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a8d8a68192ad78f48f3637c8894a65c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12,<4.0",
            "size": 37700,
            "upload_time": "2024-03-03T03:09:37",
            "upload_time_iso_8601": "2024-03-03T03:09:37.779368Z",
            "url": "https://files.pythonhosted.org/packages/78/d7/c054224abd5239376acdd5306966c145342638a6fef401926b7a7589f5bf/bdocs-0.0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4283deba6c41fdd5dc5a031a98c2e39da48096db722e51ecadd1b32798d1d4b6",
                "md5": "23e7f837eb63687a850c0ac8d2bebc89",
                "sha256": "ceae14b8e64538e9450b98e610aa2d38ba97b5e3cb08a4ab3aed53a5ffddcfa1"
            },
            "downloads": -1,
            "filename": "bdocs-0.0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "23e7f837eb63687a850c0ac8d2bebc89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12,<4.0",
            "size": 24454,
            "upload_time": "2024-03-03T03:09:39",
            "upload_time_iso_8601": "2024-03-03T03:09:39.707354Z",
            "url": "https://files.pythonhosted.org/packages/42/83/deba6c41fdd5dc5a031a98c2e39da48096db722e51ecadd1b32798d1d4b6/bdocs-0.0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 03:09:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dk107dk",
    "github_project": "bdocs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bdocs"
}
        
Elapsed time: 0.21958s