Name | cubicweb JSON |
Version |
4.9.1
JSON |
| download |
home_page | https://www.cubicweb.org |
Summary | a repository of entities / relations for knowledge management |
upload_time | 2025-02-12 14:23:11 |
maintainer | None |
docs_url | None |
author | Logilab |
requires_python | >=3.7 |
license | LGPL |
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/14/7f/7cb1cc3d690c62064001b8e10439307db8005c29cbcc38efbc23ec6a4e07/cubicweb-4.9.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.9.1",
"project_urls": {
"Homepage": "https://www.cubicweb.org"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d8093089dce6ecfff9a4c4709e6bb1bab7f99e8586f6799ec2a4907cc966efce",
"md5": "a410c0310d5a9b0c11dace012ac445ef",
"sha256": "985898c9bf97fb81da106fae4dcec400857ae615a049a4d13ace253c42680f77"
},
"downloads": -1,
"filename": "cubicweb-4.9.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a410c0310d5a9b0c11dace012ac445ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 1314336,
"upload_time": "2025-02-12T14:23:05",
"upload_time_iso_8601": "2025-02-12T14:23:05.980147Z",
"url": "https://files.pythonhosted.org/packages/d8/09/3089dce6ecfff9a4c4709e6bb1bab7f99e8586f6799ec2a4907cc966efce/cubicweb-4.9.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "147f7cb1cc3d690c62064001b8e10439307db8005c29cbcc38efbc23ec6a4e07",
"md5": "2c8a203303eea569d858e3eac374ffe1",
"sha256": "4791acd02c0ff3e985f159e61f952ed2e6fbc065c0e2b3da718a4202b66530cd"
},
"downloads": -1,
"filename": "cubicweb-4.9.1.tar.gz",
"has_sig": false,
"md5_digest": "2c8a203303eea569d858e3eac374ffe1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 6853976,
"upload_time": "2025-02-12T14:23:11",
"upload_time_iso_8601": "2025-02-12T14:23:11.334095Z",
"url": "https://files.pythonhosted.org/packages/14/7f/7cb1cc3d690c62064001b8e10439307db8005c29cbcc38efbc23ec6a4e07/cubicweb-4.9.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-12 14:23:11",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cubicweb"
}