{ "info": { "author": "Jose Salgado", "author_email": "jose.salgado.wrk@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha" ], "description": ".. You should enable this project on travis-ci.org and coveralls.io to make\r\n these badges work. The necessary Travis and Coverage config files have been\r\n generated for you.\r\n\r\n.. image:: https://travis-ci.org/josesalgado1024/ckanext-needupdate.svg?branch=master\r\n :target: https://travis-ci.org/josesalgado1024/ckanext-needupdate\r\n\r\n.. image:: https://coveralls.io/repos/josesalgado1024/ckanext-needupdate/badge.svg\r\n :target: https://coveralls.io/r/josesalgado1024/ckanext-needupdate\r\n\r\n.. image:: https://pypip.in/download/ckanext-needupdate/badge.svg\r\n :target: https://pypi.python.org/pypi//ckanext-needupdate/\r\n :alt: Downloads\r\n\r\n.. image:: https://pypip.in/version/ckanext-needupdate/badge.svg\r\n :target: https://pypi.python.org/pypi/ckanext-needupdate/\r\n :alt: Latest Version\r\n\r\n.. image:: https://pypip.in/py_versions/ckanext-needupdate/badge.svg\r\n :target: https://pypi.python.org/pypi/ckanext-needupdate/\r\n :alt: Supported Python versions\r\n\r\n.. image:: https://pypip.in/status/ckanext-needupdate/badge.svg\r\n :target: https://pypi.python.org/pypi/ckanext-needupdate/\r\n :alt: Development Status\r\n\r\n.. image:: https://pypip.in/license/ckanext-needupdate/badge.svg\r\n :target: https://pypi.python.org/pypi/ckanext-needupdate/\r\n :alt: License\r\n\r\n=============\r\nckanext-needupdate\r\n=============\r\n\r\n.. Put a description of your extension here:\r\n What does it do? What features does it have?\r\n Consider including some screenshots or embedding a video!\r\n\r\n\r\n------------\r\nRequirements\r\n------------\r\n\r\nFor example, you might want to mention here which versions of CKAN this\r\nextension works with.\r\n\r\n\r\n------------\r\nInstallation\r\n------------\r\n\r\n.. Add any additional install steps to the list below.\r\n For example installing any non-Python dependencies or adding any required\r\n config settings.\r\n\r\nTo install ckanext-needupdate:\r\n\r\n1. Activate your CKAN virtual environment, for example::\r\n\r\n . /usr/lib/ckan/default/bin/activate\r\n\r\n2. Install the ckanext-needupdate Python package into your virtual environment::\r\n\r\n pip install ckanext-needupdate\r\n\r\n3. Add ``needupdate`` to the ``ckan.plugins`` setting in your CKAN\r\n config file (by default the config file is located at\r\n ``/etc/ckan/default/production.ini``).\r\n\r\n4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::\r\n\r\n sudo service apache2 reload\r\n\r\n\r\n---------------\r\nConfig Settings\r\n---------------\r\n\r\nDocument any optional config settings here. For example::\r\n\r\n # The minimum number of hours to wait before re-checking a resource\r\n # (optional, default: 24).\r\n ckanext.needupdate.some_setting = some_default_value\r\n\r\n\r\n------------------------\r\nDevelopment Installation\r\n------------------------\r\n\r\nTo install ckanext-needupdate for development, activate your CKAN virtualenv and\r\ndo::\r\n\r\n git clone https://github.com/josesalgado1024/ckanext-needupdate.git\r\n cd ckanext-needupdate\r\n python setup.py develop\r\n pip install -r dev-requirements.txt\r\n\r\n\r\n-----------------\r\nRunning the Tests\r\n-----------------\r\n\r\nTo run the tests, do::\r\n\r\n nosetests --nologcapture --with-pylons=test.ini\r\n\r\nTo run the tests and produce a coverage report, first make sure you have\r\ncoverage installed in your virtualenv (``pip install coverage``) then run::\r\n\r\n nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.needupdate --cover-inclusive --cover-erase --cover-tests\r\n\r\n\r\n---------------------------------\r\nRegistering ckanext-needupdate on PyPI\r\n---------------------------------\r\n\r\nckanext-needupdate should be availabe on PyPI as\r\nhttps://pypi.python.org/pypi/ckanext-needupdate. If that link doesn't work, then\r\nyou can register the project on PyPI for the first time by following these\r\nsteps:\r\n\r\n1. Create a source distribution of the project::\r\n\r\n python setup.py sdist\r\n\r\n2. Register the project::\r\n\r\n python setup.py register\r\n\r\n3. Upload the source distribution to PyPI::\r\n\r\n python setup.py sdist upload\r\n\r\n4. Tag the first release of the project on GitHub with the version number from\r\n the ``setup.py`` file. For example if the version number in ``setup.py`` is\r\n 0.0.1 then do::\r\n\r\n git tag 0.0.1\r\n git push --tags\r\n\r\n\r\n----------------------------------------\r\nReleasing a New Version of ckanext-needupdate\r\n----------------------------------------\r\n\r\nckanext-needupdate is availabe on PyPI as https://pypi.python.org/pypi/ckanext-needupdate.\r\nTo publish a new version to PyPI follow these steps:\r\n\r\n1. Update the version number in the ``setup.py`` file.\r\n See `PEP 440 `_\r\n for how to choose version numbers.\r\n\r\n2. Create a source distribution of the new version::\r\n\r\n python setup.py sdist\r\n\r\n3. Upload the source distribution to PyPI::\r\n\r\n python setup.py sdist upload\r\n\r\n4. Tag the new release of the project on GitHub with the version number from\r\n the ``setup.py`` file. For example if the version number in ``setup.py`` is\r\n 0.0.2 then do::\r\n\r\n git tag 0.0.2\r\n git push --tags", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/JoseSalgado1024/ckanext-needupdate/archive/rc0.0.1.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/josesalgado1024/ckanext-needupdate", "keywords": "CKAN", "license": "MIT", "maintainer": "Jose A. Salgado", "maintainer_email": "jose.salgado.wrk@gmail.com", "name": "ckanext-needupdate", "package_url": "https://pypi.org/project/ckanext-needupdate/", "platform": "LINUX", "project_url": "https://pypi.org/project/ckanext-needupdate/", "project_urls": { "Download": "https://github.com/JoseSalgado1024/ckanext-needupdate/archive/rc0.0.1.zip", "Homepage": "https://github.com/josesalgado1024/ckanext-needupdate" }, "release_url": "https://pypi.org/project/ckanext-needupdate/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.0.1" }, "last_serial": 2837286, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2f08ed0589385535929b3c44d279399a", "sha256": "38b195539e80556f71e5ad162529d3b6c84033fb62c6bbc04ab612668e8c58b4" }, "downloads": -1, "filename": "ckanext_needupdate-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2f08ed0589385535929b3c44d279399a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10774, "upload_time": "2017-04-28T14:19:03", "url": "https://files.pythonhosted.org/packages/09/2b/503fb8567b5c82000f6d666627a0b19e844cc31fcfb04f8721ee36af29bf/ckanext_needupdate-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac14dad228a9a97d83cb565796b951c2", "sha256": "4e54a23f262e21285ac84c6e761ab53e2573ecbdb15596abe8890fb4e5969daa" }, "downloads": -1, "filename": "ckanext-needupdate-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ac14dad228a9a97d83cb565796b951c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7725, "upload_time": "2017-04-28T14:19:05", "url": "https://files.pythonhosted.org/packages/30/13/3c56d8be6fa5310cd0f112d921c7836afab3db03e3dda2ae55a16ad8fdde/ckanext-needupdate-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f08ed0589385535929b3c44d279399a", "sha256": "38b195539e80556f71e5ad162529d3b6c84033fb62c6bbc04ab612668e8c58b4" }, "downloads": -1, "filename": "ckanext_needupdate-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2f08ed0589385535929b3c44d279399a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10774, "upload_time": "2017-04-28T14:19:03", "url": "https://files.pythonhosted.org/packages/09/2b/503fb8567b5c82000f6d666627a0b19e844cc31fcfb04f8721ee36af29bf/ckanext_needupdate-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac14dad228a9a97d83cb565796b951c2", "sha256": "4e54a23f262e21285ac84c6e761ab53e2573ecbdb15596abe8890fb4e5969daa" }, "downloads": -1, "filename": "ckanext-needupdate-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ac14dad228a9a97d83cb565796b951c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7725, "upload_time": "2017-04-28T14:19:05", "url": "https://files.pythonhosted.org/packages/30/13/3c56d8be6fa5310cd0f112d921c7836afab3db03e3dda2ae55a16ad8fdde/ckanext-needupdate-0.0.1.tar.gz" } ] }