{ "info": { "author": "CMU MISM capstone 2015", "author_email": "cmu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "=============\nckanext-dictionary\n=============\n\n.. The extension adds the ability to include a data dictionary (metadata) for each dataset.\n Admins can create the data dictionary when adding the dataset, or create/modify it any other time.\n Users see the data dictionary as another tab for each dataset.\n Since this dictionary extension utilizes the DataStore extension, Data Dictionary information can\n be accessed via API.\n\nThe extension adds the ability to include a data dictionary (metadata) for each dataset.\nAdmins can create the data dictionary when adding the dataset, or create/modify it any other time.\nUsers see the data dictionary as another tab for each dataset.\nSince this dictionary extension utilizes the DataStore extension, Data Dictionary information can\nbe accessed via API.\n\n.. image:: https://github.com/cmuphillycapstone/ckanext-dictionary/blob/master/screenshots/admin-setup.png\n :alt: Additional stage added to dataset setup \n :height: 245px\n :width: 449px\n.. class:: center\n*Additional stage added to dataset setup*\n\n.. image:: https://github.com/cmuphillycapstone/ckanext-dictionary/blob/master/screenshots/admin-edit.png\n :alt: Editing data dictionary for a dataset\n :height: 280px\n :width: 450px\n.. class:: center\n*Editing data dictionary for a dataset*\n\n.. image:: https://github.com/cmuphillycapstone/ckanext-dictionary/blob/master/screenshots/user-view.png\n :alt: User view of the data dictionary\n :height: 197px\n :width: 450px\n.. class:: center\n*User view of the data dictionary*\n\n------------\nRequirements\n------------\n\nThe extension requires the DataStore extension to also be installed. \nAdditionally, it only works on CKAN versions that have two current stages in the 'add dataset' dialog.\n\n\n------------\nInstallation\n------------\n\n.. Add any additional install steps to the list below.\n For example installing any non-Python dependencies or adding any required\n config settings.\n\nTo install ckanext-dictionary:\n\n1. Activate your CKAN virtual environment, for example::\n\n . /usr/lib/ckan/default/bin/activate\n\n2. Install the ckanext-dictionary Python package into your virtual environment::\n\n pip install ckanext-dictionary\n\n3. Add ``dictionary`` to the ``ckan.plugins`` setting in your CKAN\n config file (by default the config file is located at\n ``/etc/ckan/default/production.ini``).\n\n4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::\n\n sudo service apache2 reload\n\n\n---------------\nConfig Settings\n---------------\n\nThis version includes no user config settings.\n\n\n------------------------\nDevelopment Installation\n------------------------\n\nTo install ckanext-dictionary for development, activate your CKAN virtualenv and\ndo::\n\n git clone https://github.com/cmuphillycapstone/ckanext-dictionary.git\n cd ckanext-dictionary\n python setup.py develop\n pip install -r dev-requirements.txt\n\n\n-----------------\nRunning the Tests\n-----------------\n\nThere are presently no tests included with the extension.\n\n\n----------------------------------------\nReleasing a New Version of ckanext-dictionary\n----------------------------------------\n\nckanext-dictionary is availabe on PyPI as https://pypi.python.org/pypi/ckanext-dictionary.\nTo publish a new version to PyPI follow these steps:\n\n1. Update the version number in the ``setup.py`` file.\n See `PEP 440 `_\n for how to choose version numbers.\n\n2. Create a source distribution of the new version::\n\n python setup.py sdist\n\n3. Upload the source distribution to PyPI::\n\n python setup.py sdist upload\n\n4. Tag the new release of the project on GitHub with the version number from\n the ``setup.py`` file. For example if the version number in ``setup.py`` is\n 0.0.2 then do::\n\n git tag 0.0.2\n git push --tags", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cmuphillycapstone/ckanext-dictionary.git", "keywords": "CKAN metadata data dictionary", "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "ckanext-dictionary", "package_url": "https://pypi.org/project/ckanext-dictionary/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ckanext-dictionary/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cmuphillycapstone/ckanext-dictionary.git" }, "release_url": "https://pypi.org/project/ckanext-dictionary/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A data dictionary (metadata) plugin for CKAN", "version": "0.0.2" }, "last_serial": 1874886, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "59a584f4f66c3131571dc5b16022a54b", "sha256": "3d95f973a932777468c00701225619877fe0c31ed881da57a1f4c8e4301ff4e5" }, "downloads": -1, "filename": "ckanext-dictionary-0.0.1.tar.gz", "has_sig": false, "md5_digest": "59a584f4f66c3131571dc5b16022a54b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14660, "upload_time": "2015-12-17T23:48:37", "url": "https://files.pythonhosted.org/packages/e1/27/566ac8701fa80df825f6f4538c3d0202ac583cbbd68db51c4d359e46f87f/ckanext-dictionary-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "36f4d485a3f8a834bcf441791a4b6a5e", "sha256": "5755e0e7b3f93dd1da9c32f4e0c0164a8ed92fba0413676b710c7322036caa52" }, "downloads": -1, "filename": "ckanext-dictionary-0.0.2.tar.gz", "has_sig": false, "md5_digest": "36f4d485a3f8a834bcf441791a4b6a5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14330, "upload_time": "2015-12-23T03:44:49", "url": "https://files.pythonhosted.org/packages/a8/19/1b89ea416e8e13889f5e13c829c63bd08d2e137a1b75dd99a5b93c294921/ckanext-dictionary-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36f4d485a3f8a834bcf441791a4b6a5e", "sha256": "5755e0e7b3f93dd1da9c32f4e0c0164a8ed92fba0413676b710c7322036caa52" }, "downloads": -1, "filename": "ckanext-dictionary-0.0.2.tar.gz", "has_sig": false, "md5_digest": "36f4d485a3f8a834bcf441791a4b6a5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14330, "upload_time": "2015-12-23T03:44:49", "url": "https://files.pythonhosted.org/packages/a8/19/1b89ea416e8e13889f5e13c829c63bd08d2e137a1b75dd99a5b93c294921/ckanext-dictionary-0.0.2.tar.gz" } ] }