ckanext-fpx


Nameckanext-fpx JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/DataShades/ckanext-fpx
SummaryNone
upload_time2024-04-24 12:50:05
maintainerNone
docs_urlNone
authorSergey Motornyuk
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": "https://github.com/DataShades/ckanext-fpx",
    "name": "ckanext-fpx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "CKAN",
    "author": "Sergey Motornyuk",
    "author_email": "sergey.motornyuk@linkdigital.com.au",
    "download_url": "https://files.pythonhosted.org/packages/9d/e3/f1d5bc387d28cb43281f02b5e00118cb696ea59b7b4cacee9e4bc9633afd/ckanext_fpx-0.6.3.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.3",
    "project_urls": {
        "Homepage": "https://github.com/DataShades/ckanext-fpx"
    },
    "split_keywords": [
        "ckan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0b96341c6e5603a6e1fe38f597425682ec6dcf5170c0d86bf11ccfe3bd741ea",
                "md5": "8dc17b3ac23d8319b2aade451b1545ac",
                "sha256": "3706745691aefd76190f66a7ecbce8cff55dd04238f2764c0a48bf050b9661b4"
            },
            "downloads": -1,
            "filename": "ckanext_fpx-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8dc17b3ac23d8319b2aade451b1545ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 28560,
            "upload_time": "2024-04-24T12:50:01",
            "upload_time_iso_8601": "2024-04-24T12:50:01.928851Z",
            "url": "https://files.pythonhosted.org/packages/a0/b9/6341c6e5603a6e1fe38f597425682ec6dcf5170c0d86bf11ccfe3bd741ea/ckanext_fpx-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9de3f1d5bc387d28cb43281f02b5e00118cb696ea59b7b4cacee9e4bc9633afd",
                "md5": "0119e10d8bcbecfcd1e9ac31df3c2905",
                "sha256": "d4b5b856db1b7be6a7cc08e158d30c1dfdeec079df6f5c78d75e5dd8d0194c46"
            },
            "downloads": -1,
            "filename": "ckanext_fpx-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0119e10d8bcbecfcd1e9ac31df3c2905",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 23181,
            "upload_time": "2024-04-24T12:50:05",
            "upload_time_iso_8601": "2024-04-24T12:50:05.818969Z",
            "url": "https://files.pythonhosted.org/packages/9d/e3/f1d5bc387d28cb43281f02b5e00118cb696ea59b7b4cacee9e4bc9633afd/ckanext_fpx-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 12:50:05",
    "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.34262s