ckan


Nameckan JSON
Version 2.11.2 PyPI version JSON
download
home_pagehttp://ckan.org/
SummaryCKAN Software
upload_time2025-02-05 12:05:35
maintainerNone
docs_urlhttps://pythonhosted.org/ckan/
authorhttps://github.com/ckan/ckan/graphs/contributors
requires_python>=3.9
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-2023 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": null,
    "docs_url": "https://pythonhosted.org/ckan/",
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "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/3e/b2/47ca4d1c20f62970a44b3c3205dba4252ccc79e22ce52b11f6c0385c4cde/ckan-2.11.2.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-2023 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",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": "CKAN Software",
    "version": "2.11.2",
    "project_urls": {
        "Homepage": "http://ckan.org/"
    },
    "split_keywords": [
        "data",
        " packaging",
        " component",
        " tool",
        " server"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "619066baefdb667b57ba8d637a814c043a0042a6678804f4d987598094334081",
                "md5": "aff0643c5486928fbd783bb821373559",
                "sha256": "f45ba4080709969b30568acab5aea235485e05a10f70eac734e9ba6c5d5202f2"
            },
            "downloads": -1,
            "filename": "ckan-2.11.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aff0643c5486928fbd783bb821373559",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7320330,
            "upload_time": "2025-02-05T12:05:32",
            "upload_time_iso_8601": "2025-02-05T12:05:32.747938Z",
            "url": "https://files.pythonhosted.org/packages/61/90/66baefdb667b57ba8d637a814c043a0042a6678804f4d987598094334081/ckan-2.11.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3eb247ca4d1c20f62970a44b3c3205dba4252ccc79e22ce52b11f6c0385c4cde",
                "md5": "be4b34990ca4a5a2fdaecea54d27fccc",
                "sha256": "fc2cd16f50d74222c5828c49b30a7d04257fb83b5da84c377111e3e7c95abec0"
            },
            "downloads": -1,
            "filename": "ckan-2.11.2.tar.gz",
            "has_sig": false,
            "md5_digest": "be4b34990ca4a5a2fdaecea54d27fccc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6599563,
            "upload_time": "2025-02-05T12:05:35",
            "upload_time_iso_8601": "2025-02-05T12:05:35.907765Z",
            "url": "https://files.pythonhosted.org/packages/3e/b2/47ca4d1c20f62970a44b3c3205dba4252ccc79e22ce52b11f6c0385c4cde/ckan-2.11.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-05 12:05:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ckan"
}
        
Elapsed time: 0.46630s