cubicweb


Namecubicweb JSON
Version 4.7.1 PyPI version JSON
download
home_pagehttps://www.cubicweb.org
Summarya repository of entities / relations for knowledge management
upload_time2024-04-19 09:52:01
maintainerNone
docs_urlNone
authorLogilab
requires_python>=3.7
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            CubicWeb semantic web framework
===============================

CubicWeb is a entities / relations based knowledge management system
developped at Logilab.

This package contains:

- a repository server
- a RQL command line client to the repository
- an adaptative modpython interface to the server
- a bunch of other management tools

|pipeline status| |pypi downloads| |pypi license| |docker pulls|

.. |pipeline status| image:: https://forge.extranet.logilab.fr/cubicweb/cubicweb/badges/branch/default/pipeline.svg
   :target: https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/commits/branch/default
.. |pypi downloads| image:: https://img.shields.io/pypi/dm/cubicweb
   :alt: PyPI - Downloads
   :target: https://pypi.org/project/cubicweb/
.. |pypi license| image:: https://img.shields.io/pypi/l/cubicweb
   :alt: PyPI - License
   :target: https://pypi.org/project/cubicweb/
.. |docker pulls| image:: https://img.shields.io/docker/pulls/logilab/cubicweb
   :alt: Docker Pulls
   :target: https://hub.docker.com/r/logilab/cubicweb

Intranet links to internal Sonarqube :  https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb

|Quality Gate Status| |Reliability Rating| |Security Rating| |Technical Debt| |Vulnerabilities|

.. |Quality Gate Status| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=alert_status
   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb
.. |Reliability Rating| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=reliability_rating
   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb
.. |Security Rating| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=security_rating
   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb
.. |Technical Debt| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=sqale_index
   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb
.. |Vulnerabilities| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=vulnerabilities
   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb

Install
-------

More details at https://cubicweb.readthedocs.io/en/latest/book/admin/setup

Getting started
---------------

Execute::

 python3 -m venv venv
 source venv/bin/activate
 pip install cubicweb cubicweb-blog
 cubicweb-ctl create blog myblog
 # read how to create your ~/etc/cubicweb.d/myblog/pyramid.ini file here:
 # https://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/#pyramid-settings-file
 # then start your instance:
 cubicweb-ctl start -D myblog
 sensible-browser http://localhost:8080/

Details at https://cubicweb.readthedocs.io/en/latest/tutorials/base/blog-in-five-minutes

You can also look at the latest builds on Logilab's forge:
https://forge.extranet.logilab.fr/cubicweb/cubicweb

Test
----

Simply run the `tox` command in the root folder of this repository:

    tox

How to install tox: https://tox.readthedocs.io/en/latest/install.html

Documentation
-------------

Look in the doc/ subdirectory or read https://cubicweb.readthedocs.io/en/latest/


CubicWeb includes the Entypo pictograms by Daniel Bruce — http://www.entypo.com

Contributing
------------

Patches can be submitted on Logilab's forge (https://forge.extranet.logilab.fr).
If you do not have a write-access, please contact us at contact@logilab.fr

If you have any questions you can also come on Logilab's public matrix room using
a matrix client: 
`#cubicweb:matrix.logilab.org <https://matrix.logilab.org/#/room/#cubicweb:matrix.logilab.org>`_ 


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cubicweb.org",
    "name": "cubicweb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Logilab",
    "author_email": "contact@logilab.fr",
    "download_url": "https://files.pythonhosted.org/packages/8d/eb/56544a78d3e5302b36f9d0813af638dfa15ec2ed883fce59c9a07145888b/cubicweb-4.7.1.tar.gz",
    "platform": null,
    "description": "CubicWeb semantic web framework\n===============================\n\nCubicWeb is a entities / relations based knowledge management system\ndevelopped at Logilab.\n\nThis package contains:\n\n- a repository server\n- a RQL command line client to the repository\n- an adaptative modpython interface to the server\n- a bunch of other management tools\n\n|pipeline status| |pypi downloads| |pypi license| |docker pulls|\n\n.. |pipeline status| image:: https://forge.extranet.logilab.fr/cubicweb/cubicweb/badges/branch/default/pipeline.svg\n   :target: https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/commits/branch/default\n.. |pypi downloads| image:: https://img.shields.io/pypi/dm/cubicweb\n   :alt: PyPI - Downloads\n   :target: https://pypi.org/project/cubicweb/\n.. |pypi license| image:: https://img.shields.io/pypi/l/cubicweb\n   :alt: PyPI - License\n   :target: https://pypi.org/project/cubicweb/\n.. |docker pulls| image:: https://img.shields.io/docker/pulls/logilab/cubicweb\n   :alt: Docker Pulls\n   :target: https://hub.docker.com/r/logilab/cubicweb\n\nIntranet links to internal Sonarqube :  https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb\n\n|Quality Gate Status| |Reliability Rating| |Security Rating| |Technical Debt| |Vulnerabilities|\n\n.. |Quality Gate Status| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=alert_status\n   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb\n.. |Reliability Rating| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=reliability_rating\n   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb\n.. |Security Rating| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=security_rating\n   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb\n.. |Technical Debt| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=sqale_index\n   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb\n.. |Vulnerabilities| image:: https://sonarqube.k.intra.logilab.fr/api/project_badges/measure?project=cubicweb-cubicweb&metric=vulnerabilities\n   :target: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb\n\nInstall\n-------\n\nMore details at https://cubicweb.readthedocs.io/en/latest/book/admin/setup\n\nGetting started\n---------------\n\nExecute::\n\n python3 -m venv venv\n source venv/bin/activate\n pip install cubicweb cubicweb-blog\n cubicweb-ctl create blog myblog\n # read how to create your ~/etc/cubicweb.d/myblog/pyramid.ini file here:\n # https://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/#pyramid-settings-file\n # then start your instance:\n cubicweb-ctl start -D myblog\n sensible-browser http://localhost:8080/\n\nDetails at https://cubicweb.readthedocs.io/en/latest/tutorials/base/blog-in-five-minutes\n\nYou can also look at the latest builds on Logilab's forge:\nhttps://forge.extranet.logilab.fr/cubicweb/cubicweb\n\nTest\n----\n\nSimply run the `tox` command in the root folder of this repository:\n\n    tox\n\nHow to install tox: https://tox.readthedocs.io/en/latest/install.html\n\nDocumentation\n-------------\n\nLook in the doc/ subdirectory or read https://cubicweb.readthedocs.io/en/latest/\n\n\nCubicWeb includes the Entypo pictograms by Daniel Bruce \u2014 http://www.entypo.com\n\nContributing\n------------\n\nPatches can be submitted on Logilab's forge (https://forge.extranet.logilab.fr).\nIf you do not have a write-access, please contact us at contact@logilab.fr\n\nIf you have any questions you can also come on Logilab's public matrix room using\na matrix client: \n`#cubicweb:matrix.logilab.org <https://matrix.logilab.org/#/room/#cubicweb:matrix.logilab.org>`_ \n\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "a repository of entities / relations for knowledge management",
    "version": "4.7.1",
    "project_urls": {
        "Homepage": "https://www.cubicweb.org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d9ae759bd562d1291a04802f1c84396946c5ae8bb9d255edda75a24c58965c2",
                "md5": "ad4a25225546ce737b1e34453b63b375",
                "sha256": "0a23cbe7effb4a1875f3a99591d579d22acd4b0d0e4e333f877325204a7c20e0"
            },
            "downloads": -1,
            "filename": "cubicweb-4.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad4a25225546ce737b1e34453b63b375",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1312899,
            "upload_time": "2024-04-19T09:51:57",
            "upload_time_iso_8601": "2024-04-19T09:51:57.184035Z",
            "url": "https://files.pythonhosted.org/packages/1d/9a/e759bd562d1291a04802f1c84396946c5ae8bb9d255edda75a24c58965c2/cubicweb-4.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8deb56544a78d3e5302b36f9d0813af638dfa15ec2ed883fce59c9a07145888b",
                "md5": "76ff5ea7f169b7f3c3f05d867ee25b53",
                "sha256": "d687f4bf3131018365ed85249f550c90e69afa80b0fb039ad2a15ac5b1d44678"
            },
            "downloads": -1,
            "filename": "cubicweb-4.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "76ff5ea7f169b7f3c3f05d867ee25b53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6836511,
            "upload_time": "2024-04-19T09:52:01",
            "upload_time_iso_8601": "2024-04-19T09:52:01.806391Z",
            "url": "https://files.pythonhosted.org/packages/8d/eb/56544a78d3e5302b36f9d0813af638dfa15ec2ed883fce59c9a07145888b/cubicweb-4.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 09:52:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cubicweb"
}
        
Elapsed time: 0.27176s