{ "info": { "author": "Ignatius Ukwuoma, Dominic Motuka", "author_email": "dominic.motuka@gmail.com , ignatius.ukwuoma@andela.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 2.7" ], "description": "DataViewAnalytics CKAN Extension\n=========================\n\nThis extension displays analytics on resources by analysing the country and occupation of visitors to every resource/data.\nThis extension is presently on development and is not officially released for use yet. You should only install if you are a developer and want to contribute to the project.\n\nTo install and set up CKAN, visit [CKAN Documentation](http://docs.ckan.org/en/latest/maintaining/installing/index.html)\n\nThen follow the steps below to install the DataViewAnalytics extension:\n\nStep 1:\n\n* Activate your virtual environment; use the path to your virtual environment. On Mac OSX, you may have to use `/usr/local/lib/ckan/default/bin/activate`. You can copy the code as is below, including the preceeding dot.\n\n```bash\n. /usr/lib/ckan/default/bin/activate\n```\n\nStep 2:\n\n* Install the extension\n\n\n>You can download the source code and install the extension manually. To do so, execute the following command:\n> ```bash\n> pip install -e git+https://github.com/shemogumbe/ckanext-dataviewanalytics.git#egg=ckanext-dataviewanalytics\n> ```\n> **Alternatively**: You can clone this repo (preferably into the /src directory where you installed CKAN), cd into ckanext-dataviewanalytics and run\n>```bash\n> python setup.py develop\n> ```\n> Install necessary requirements\n>```bash\n> pip install -r requirements.txt\n> ```\n\nStep 3:\n\n* Modify your configuration file (generally in `/etc/ckan/default/production.ini`) and add `dataviewanalytics` to the `ckan.plugins` property.\n\n```bash\nckan.plugins = dataviewanalytics \n```\n\nStep 4:\n\n* Restart your server:\n\n```bash\npaster serve /etc/ckan/default/production.ini\n```\n\nOR\n\n```bash\npaster serve --reload /etc/ckan/default/production.ini\n```\n\nWith `--reload`, your server is restarted automatically whenever you make changes to your source code.\n\n\n\nSupport\n-------\n\nIf you've found a bug/issue in the extension, please open a new issue [here](https://github.com/shemogumbe/ckanext-dataviewanalytics/issues/new) (try\nsearching first to see if there's already an [issue](https://github.com/shemogumbe/ckanext-dataviewanalytics/issues) for your bug).\n\n\n\nContributing to DataViewAnalytics CKAN Extension\n---------------------------------------------\n\nIf you have interest in contributing to the development of DataViewAnalytics extension, you are welcome. A good starting point\nwill be reading the CKAN general [Contributing guide](http://docs.ckan.org/en/ckan-2.7.0/contributing/index.html). Then you can check out \nexisting [issues](https://github.com/shemogumbe/ckanext-dataviewanalytics/issues) that are open for contribution; new features and issues are welcome.\nTo work on any issue, comment on the issue to indicate your interest and the issue will be assigned to you. It is always a good idea to seek\nfor clarification (where necessary) on any issue before you work on it.\n\n**It is important that changes that require some form of configuration be documented in the README.**\n\nCopying and License\n--------------------\n\nThis project is copyright (c) 2017 Andela.\n\nIt is open and licensed under the GNU Affero General Public License (AGPL) v2.0\n\nFind the full text here, http://www.gnu.org/licenses/gpl-2.0.html.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/daumie/ckanext-dataviewanalytics", "keywords": "CKAN data viewership analytics", "license": "AGPL", "maintainer": "", "maintainer_email": "", "name": "ckanext-dataviewanalytics", "package_url": "https://pypi.org/project/ckanext-dataviewanalytics/", "platform": "", "project_url": "https://pypi.org/project/ckanext-dataviewanalytics/", "project_urls": { "Homepage": "https://github.com/daumie/ckanext-dataviewanalytics" }, "release_url": "https://pypi.org/project/ckanext-dataviewanalytics/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Provides analytics on data viewership", "version": "0.0.1" }, "last_serial": 3221698, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f3775347aa8ef1e22acedb92ba060873", "sha256": "313a9624cf7647fa2228ef07ec2bc2716fd89b6ce3795a8a2f18a77ddd46ce94" }, "downloads": -1, "filename": "ckanext-dataviewanalytics-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f3775347aa8ef1e22acedb92ba060873", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29713, "upload_time": "2017-10-03T11:34:01", "url": "https://files.pythonhosted.org/packages/7c/dd/86b6eb1c6eb42b90019b5b987f7b00634632f07ee73fb319c78da4ba0280/ckanext-dataviewanalytics-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3775347aa8ef1e22acedb92ba060873", "sha256": "313a9624cf7647fa2228ef07ec2bc2716fd89b6ce3795a8a2f18a77ddd46ce94" }, "downloads": -1, "filename": "ckanext-dataviewanalytics-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f3775347aa8ef1e22acedb92ba060873", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29713, "upload_time": "2017-10-03T11:34:01", "url": "https://files.pythonhosted.org/packages/7c/dd/86b6eb1c6eb42b90019b5b987f7b00634632f07ee73fb319c78da4ba0280/ckanext-dataviewanalytics-0.0.1.tar.gz" } ] }