summaryrefslogtreecommitdiff
path: root/devel/py-coil/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-coil/pkg-descr')
-rw-r--r--devel/py-coil/pkg-descr22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/py-coil/pkg-descr b/devel/py-coil/pkg-descr
deleted file mode 100644
index 9464997f5e88..000000000000
--- a/devel/py-coil/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-[ description from README.txt ]
-
-Coil: A Configuration Library.
-
-Introduction
-============
- Coil is a configuration file format that is parsed into a tree of
- dict like Struct objects. The format supports inheritance, allowing
- complicated configurations to be as compact as possible.
-
-Design Goals
-============
- General design/implementation goals, some have been met, others are
- still in progress.
-
- - Support Twisted and non-Twisted reactor driven Python programs.
- - Scalable to complex configurations, easily avoiding duplication.
- - Orthogonal to code; code should not be required to know about the
- config system used, it should be regular Python or Twisted code.
- - Minimal boilerplate.
-
-WWW: http://code.google.com/p/coil/