File: __init__.py

package info (click to toggle)
pytables 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,624 kB
  • sloc: python: 55,641; xml: 15,737; ansic: 5,805; sh: 460; makefile: 234
file content (13 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
Utility scripts for PyTables
============================

:Author:   Francesc Alted
:Contact:  faltet@pytables.org
:Created:  2008-03-05
:License:  BSD
:Revision: $Id: __init__.py 3698 2008-09-09 12:54:51Z faltet $

This package contains some modules which provide a ``main()`` function
(with no arguments), so that they can be used as scripts.
"""