Metadata-Version: 2.0
Name: cubicweb
Version: 3.26.7
Summary: a repository of entities / relations for knowledge management
Home-page: https://www.cubicweb.org
Author: Logilab
Author-email: contact@logilab.fr
License: LGPL
Platform: UNKNOWN
Provides-Extra: zmq
Provides-Extra: rdf
Provides-Extra: etwist
Provides-Extra: pyramid
Provides-Extra: crypto
Provides-Extra: ical
Provides-Extra: captcha
Provides-Extra: sparql
Provides-Extra: ext
Requires-Dist: Markdown
Requires-Dist: logilab-common (>=1.4.0)
Requires-Dist: logilab-database (>=1.15.0)
Requires-Dist: logilab-mtconverter (>=0.8.0)
Requires-Dist: lxml
Requires-Dist: passlib
Requires-Dist: pytz
Requires-Dist: rql (>=0.34.0)
Requires-Dist: six (>=1.4.0)
Requires-Dist: unittest2 (>=0.7.0)
Requires-Dist: yams (>=0.45.0)
Provides-Extra: captcha
Requires-Dist: Pillow; extra == 'captcha'
Provides-Extra: crypto
Requires-Dist: pycrypto; extra == 'crypto'
Provides-Extra: etwist
Requires-Dist: Twisted (<16.0.0); extra == 'etwist'
Provides-Extra: ext
Requires-Dist: docutils (>=0.6); extra == 'ext'
Provides-Extra: ical
Requires-Dist: vobject (>=0.6.0); extra == 'ical'
Provides-Extra: pyramid
Requires-Dist: pyramid (>=1.5.0); extra == 'pyramid'
Requires-Dist: pyramid-multiauth; extra == 'pyramid'
Requires-Dist: repoze.lru; extra == 'pyramid'
Requires-Dist: waitress (>=0.8.9); extra == 'pyramid'
Requires-Dist: wsgicors (>=0.3); extra == 'pyramid'
Provides-Extra: rdf
Requires-Dist: rdflib; extra == 'rdf'
Provides-Extra: sparql
Requires-Dist: fyzz (>=0.1.0); extra == 'sparql'
Provides-Extra: zmq
Requires-Dist: pyzmq; extra == 'zmq'

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

Install
-------

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

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

Execute::

 apt-get install cubicweb cubicweb-dev cubicweb-blog
 cubicweb-ctl create blog myblog
 cubicweb-ctl start -D myblog
 sensible-browser http://localhost:8080/

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

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

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


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

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

Patches should be submitted by email at the cubicweb-devel@lists.cubicweb.org
mailing list in order to get reviewed by project integrators or any community
member.
The simplest way of send patches is to use the ``hg email`` command available
through the *patchbomb* extension of Mercurial. Preferably, patches should be
*in the message body* of emails. When submitting a revised version of a patch
series, a prefix indicating the iteration number ``<n>`` of the series should
be added to email subject prefixes; this can be achieved by specifying a
``--flag v<n>`` option to ``hg email`` command.


