ckan


Nameckan JSON
Version 2.10.4 PyPI version JSON
download
home_pagehttp://ckan.org/
SummaryCKAN Software
upload_time2024-03-13 11:42:23
maintainer
docs_urlhttps://pythonhosted.org/ckan/
authorhttps://github.com/ckan/ckan/graphs/contributors
requires_python>=3.7
licenseAGPL
keywords data packaging component tool server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            CKAN: The Open Source Data Portal Software
==========================================

.. image:: https://img.shields.io/badge/license-AGPL-blue.svg?style=flat
    :target: https://opensource.org/licenses/AGPL-3.0
    :alt: License

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
    :target: http://docs.ckan.org
    :alt: Documentation
.. image:: https://img.shields.io/badge/support-StackOverflow-yellowgreen.svg?style=flat
    :target: https://stackoverflow.com/questions/tagged/ckan
    :alt: Support on StackOverflow

.. image:: https://circleci.com/gh/ckan/ckan.svg?style=shield
    :target: https://circleci.com/gh/ckan/ckan
    :alt: Build Status

.. image:: https://coveralls.io/repos/github/ckan/ckan/badge.svg?branch=master
    :target: https://coveralls.io/github/ckan/ckan?branch=master
    :alt: Coverage Status

.. image:: https://badges.gitter.im/gitterHQ/gitter.svg
    :target: https://gitter.im/ckan/chat
    :alt: Chat on Gitter

**CKAN is the world’s leading open-source data portal platform**.
CKAN makes it easy to publish, share and work with data. It's a data management
system that provides a powerful platform for cataloging, storing and accessing
datasets with a rich front-end, full API (for both data and catalog), visualization
tools and more. Read more at `ckan.org <http://ckan.org/>`_.


Installation
------------

See the `CKAN Documentation <http://docs.ckan.org>`_ for installation instructions.


Support
-------
If you need help with CKAN or want to ask a question, use either the
`ckan-dev`_ mailing list, the `CKAN chat on Gitter`_, or the `CKAN tag on Stack Overflow`_ (try
searching the Stack Overflow and ckan-dev `archives`_ for an answer to your
question first).

If you've found a bug in CKAN, open a new issue on CKAN's `GitHub Issues`_ (try
searching first to see if there's already an issue for your bug).

If you find a potential security vulnerability please email security@ckan.org,
rather than creating a public issue on GitHub.

.. _CKAN tag on Stack Overflow: http://stackoverflow.com/questions/tagged/ckan
.. _archives: https://groups.google.com/a/ckan.org/g/ckan-dev
.. _GitHub Issues: https://github.com/ckan/ckan/issues
.. _CKAN chat on Gitter: https://gitter.im/ckan/chat


Contributing to CKAN
--------------------

For contributing to CKAN or its documentation, see
`CONTRIBUTING <https://github.com/ckan/ckan/blob/master/CONTRIBUTING.md>`_.

Mailing List
~~~~~~~~~~~~

Subscribe to the `ckan-dev`_ mailing list to receive news about upcoming releases and
future plans as well as questions and discussions about CKAN development, deployment, etc.

Community Chat
~~~~~~~~~~~~~~

If you want to talk about CKAN development say hi to the CKAN developers and members of
the CKAN community on the public `CKAN chat on Gitter`_. Gitter is free and open-source;
you can sign in with your GitHub, GitLab, or Twitter account.

The logs for the old `#ckan`_ IRC channel (2014 to 2018) can be found here:
https://github.com/ckan/irc-logs.

Wiki
~~~~

If you've figured out how to do something with CKAN and want to document it for
others, make a new page on the `CKAN wiki`_ and tell us about it on the
ckan-dev mailing list or on Gitter.

.. _ckan-dev: https://groups.google.com/a/ckan.org/forum/#!forum/ckan-dev
.. _#ckan: http://webchat.freenode.net/?channels=ckan
.. _CKAN Wiki: https://github.com/ckan/ckan/wiki
.. _CKAN chat on Gitter: https://gitter.im/ckan/chat


Copying and License
-------------------

This material is copyright (c) 2006-2018 Open Knowledge Foundation and contributors.

It is open and licensed under the GNU Affero General Public License (AGPL) v3.0
whose full text may be found at:

http://www.fsf.org/licensing/licenses/agpl-3.0.html



            

Raw data

            {
    "_id": null,
    "home_page": "http://ckan.org/",
    "name": "ckan",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/ckan/",
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "data,packaging,component,tool,server",
    "author": "https://github.com/ckan/ckan/graphs/contributors",
    "author_email": "info@ckan.org",
    "download_url": "https://files.pythonhosted.org/packages/b2/e7/b768ecb9da63ad9c26cd168f04197e82b017b4741b1b0b3a3f03f09180b8/ckan-2.10.4.tar.gz",
    "platform": null,
    "description": "CKAN: The Open Source Data Portal Software\n==========================================\n\n.. image:: https://img.shields.io/badge/license-AGPL-blue.svg?style=flat\n    :target: https://opensource.org/licenses/AGPL-3.0\n    :alt: License\n\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat\n    :target: http://docs.ckan.org\n    :alt: Documentation\n.. image:: https://img.shields.io/badge/support-StackOverflow-yellowgreen.svg?style=flat\n    :target: https://stackoverflow.com/questions/tagged/ckan\n    :alt: Support on StackOverflow\n\n.. image:: https://circleci.com/gh/ckan/ckan.svg?style=shield\n    :target: https://circleci.com/gh/ckan/ckan\n    :alt: Build Status\n\n.. image:: https://coveralls.io/repos/github/ckan/ckan/badge.svg?branch=master\n    :target: https://coveralls.io/github/ckan/ckan?branch=master\n    :alt: Coverage Status\n\n.. image:: https://badges.gitter.im/gitterHQ/gitter.svg\n    :target: https://gitter.im/ckan/chat\n    :alt: Chat on Gitter\n\n**CKAN is the world\u2019s leading open-source data portal platform**.\nCKAN makes it easy to publish, share and work with data. It's a data management\nsystem that provides a powerful platform for cataloging, storing and accessing\ndatasets with a rich front-end, full API (for both data and catalog), visualization\ntools and more. Read more at `ckan.org <http://ckan.org/>`_.\n\n\nInstallation\n------------\n\nSee the `CKAN Documentation <http://docs.ckan.org>`_ for installation instructions.\n\n\nSupport\n-------\nIf you need help with CKAN or want to ask a question, use either the\n`ckan-dev`_ mailing list, the `CKAN chat on Gitter`_, or the `CKAN tag on Stack Overflow`_ (try\nsearching the Stack Overflow and ckan-dev `archives`_ for an answer to your\nquestion first).\n\nIf you've found a bug in CKAN, open a new issue on CKAN's `GitHub Issues`_ (try\nsearching first to see if there's already an issue for your bug).\n\nIf you find a potential security vulnerability please email security@ckan.org,\nrather than creating a public issue on GitHub.\n\n.. _CKAN tag on Stack Overflow: http://stackoverflow.com/questions/tagged/ckan\n.. _archives: https://groups.google.com/a/ckan.org/g/ckan-dev\n.. _GitHub Issues: https://github.com/ckan/ckan/issues\n.. _CKAN chat on Gitter: https://gitter.im/ckan/chat\n\n\nContributing to CKAN\n--------------------\n\nFor contributing to CKAN or its documentation, see\n`CONTRIBUTING <https://github.com/ckan/ckan/blob/master/CONTRIBUTING.md>`_.\n\nMailing List\n~~~~~~~~~~~~\n\nSubscribe to the `ckan-dev`_ mailing list to receive news about upcoming releases and\nfuture plans as well as questions and discussions about CKAN development, deployment, etc.\n\nCommunity Chat\n~~~~~~~~~~~~~~\n\nIf you want to talk about CKAN development say hi to the CKAN developers and members of\nthe CKAN community on the public `CKAN chat on Gitter`_. Gitter is free and open-source;\nyou can sign in with your GitHub, GitLab, or Twitter account.\n\nThe logs for the old `#ckan`_ IRC channel (2014 to 2018) can be found here:\nhttps://github.com/ckan/irc-logs.\n\nWiki\n~~~~\n\nIf you've figured out how to do something with CKAN and want to document it for\nothers, make a new page on the `CKAN wiki`_ and tell us about it on the\nckan-dev mailing list or on Gitter.\n\n.. _ckan-dev: https://groups.google.com/a/ckan.org/forum/#!forum/ckan-dev\n.. _#ckan: http://webchat.freenode.net/?channels=ckan\n.. _CKAN Wiki: https://github.com/ckan/ckan/wiki\n.. _CKAN chat on Gitter: https://gitter.im/ckan/chat\n\n\nCopying and License\n-------------------\n\nThis material is copyright (c) 2006-2018 Open Knowledge Foundation and contributors.\n\nIt is open and licensed under the GNU Affero General Public License (AGPL) v3.0\nwhose full text may be found at:\n\nhttp://www.fsf.org/licensing/licenses/agpl-3.0.html\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": "CKAN Software",
    "version": "2.10.4",
    "project_urls": {
        "Homepage": "http://ckan.org/"
    },
    "split_keywords": [
        "data",
        "packaging",
        "component",
        "tool",
        "server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2e7b768ecb9da63ad9c26cd168f04197e82b017b4741b1b0b3a3f03f09180b8",
                "md5": "f59b72343d1fd0ab5d83824c0ef6deb5",
                "sha256": "d379f782ad7519bebe046acdeac27361cd4cc6a1d38c2c6c5374a95e28020860"
            },
            "downloads": -1,
            "filename": "ckan-2.10.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f59b72343d1fd0ab5d83824c0ef6deb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8786903,
            "upload_time": "2024-03-13T11:42:23",
            "upload_time_iso_8601": "2024-03-13T11:42:23.417128Z",
            "url": "https://files.pythonhosted.org/packages/b2/e7/b768ecb9da63ad9c26cd168f04197e82b017b4741b1b0b3a3f03f09180b8/ckan-2.10.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 11:42:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ckan"
}
        
Elapsed time: 0.24026s