File: core.rst

package info (click to toggle)
python-envisage 7.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,880 kB
  • sloc: python: 8,696; makefile: 76; sh: 5
file content (17 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Core
====

The goal of the *Core* project is to provide a set of general-purpose tools
for building extensible, pluggable applications. Hopefully, these tools are
useful whether you are building an airline reservation system, a web server or
a game of tetris!

There are just 3 simple concepts at the heart of every Envisage application:

1) `Extension Points`_
2) Services_
3) Plugins_

.. _`Extension Points`: extension_points.html
.. _`Plugins`: plugins.html
.. _`Services`: services.html