ckanext-fpx


Nameckanext-fpx JSON
Version 0.6.4.post1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-17 14:25:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseAGPL
keywords ckan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # ckanext-fpx

CKAN adapter for FPX service

## Requirements

- Configured and running FPX

## Installation

To install ckanext-fpx:

1. Activate your CKAN virtual environment

1. Install the ckanext-fpx Python package:

		pip install ckanext-fpx

1. Add ``fpx`` to the ``ckan.plugins`` setting in your CKAN config file

1. Add ``fpx.client.secret`` and ``fpx.service.url`` config options

## Config settings

    # Client secret generated by FPX
    # (required).
	fpx.client.secret = 123abc

    # Name corresponding to the secret. Required only for file-streaming.
    # (optional).
	fpx.client.secret = client-name-for-123abc-secret


    # URL of the running FPX service
    # (required).
    fpx.service.url = http://0.0.0.0:8000

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ckanext-fpx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "DataShades <datashades@linkdigital.com.au>",
    "keywords": "CKAN",
    "author": null,
    "author_email": "DataShades <datashades@linkdigital.com.au>, Sergey Motornyuk <sergey.motornyuk@linkdigital.com.au>",
    "download_url": "https://files.pythonhosted.org/packages/90/7a/1607d48855c6e13fe414cc995a0f592cae61f41cad734fc546376584e4bc/ckanext_fpx-0.6.4.post1.tar.gz",
    "platform": null,
    "description": "# ckanext-fpx\n\nCKAN adapter for FPX service\n\n## Requirements\n\n- Configured and running FPX\n\n## Installation\n\nTo install ckanext-fpx:\n\n1. Activate your CKAN virtual environment\n\n1. Install the ckanext-fpx Python package:\n\n\t\tpip install ckanext-fpx\n\n1. Add ``fpx`` to the ``ckan.plugins`` setting in your CKAN config file\n\n1. Add ``fpx.client.secret`` and ``fpx.service.url`` config options\n\n## Config settings\n\n    # Client secret generated by FPX\n    # (required).\n\tfpx.client.secret = 123abc\n\n    # Name corresponding to the secret. Required only for file-streaming.\n    # (optional).\n\tfpx.client.secret = client-name-for-123abc-secret\n\n\n    # URL of the running FPX service\n    # (required).\n    fpx.service.url = http://0.0.0.0:8000\n",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": null,
    "version": "0.6.4.post1",
    "project_urls": {
        "Homepage": "https://github.com/DataShades/ckanext-fpx"
    },
    "split_keywords": [
        "ckan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84ca97425172d2ed6f5b2b52fd81f0f40a5eecdeccf4e9bb0e4962c606a5dcef",
                "md5": "f3a40a1600860d9b85025ebb1df5876d",
                "sha256": "3625ae86a84201e166f0a0c0faf2427f29837a339e35d30cf033a8c81a908c81"
            },
            "downloads": -1,
            "filename": "ckanext_fpx-0.6.4.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3a40a1600860d9b85025ebb1df5876d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 28327,
            "upload_time": "2024-10-17T14:25:38",
            "upload_time_iso_8601": "2024-10-17T14:25:38.503120Z",
            "url": "https://files.pythonhosted.org/packages/84/ca/97425172d2ed6f5b2b52fd81f0f40a5eecdeccf4e9bb0e4962c606a5dcef/ckanext_fpx-0.6.4.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "907a1607d48855c6e13fe414cc995a0f592cae61f41cad734fc546376584e4bc",
                "md5": "f733c37d925b62770b22a1b38877ded9",
                "sha256": "5f0c018b55070881fef51dc4b09382068fb7539d9001438df8d2b6a23be9b389"
            },
            "downloads": -1,
            "filename": "ckanext_fpx-0.6.4.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "f733c37d925b62770b22a1b38877ded9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 23320,
            "upload_time": "2024-10-17T14:25:39",
            "upload_time_iso_8601": "2024-10-17T14:25:39.938177Z",
            "url": "https://files.pythonhosted.org/packages/90/7a/1607d48855c6e13fe414cc995a0f592cae61f41cad734fc546376584e4bc/ckanext_fpx-0.6.4.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 14:25:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DataShades",
    "github_project": "ckanext-fpx",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "ckanext-fpx"
}
        
Elapsed time: 0.34702s