Metadata-Version: 1.1
Name: dark
Version: 0.5.0
Summary: Data Analysis and Reporting Kit (DARK)
Home-page: http://bitbucket.org/neithere/dark/
Author: Andrey Mikhailenko
Author-email: andy@neithere.net
License: GNU Lesser General Public License (LGPL), Version 3
Download-URL: http://bitbucket.org/neithere/dark/src/
Description: Dark
        ====
        
        `Dark` is an acronym for "Data Analysis and Reporting Kit". It helps find
        patterns in a set of irregular (mixed) data, sort various documents and pile
        them in stacks by certain properties, define schemata for existing data, build
        pivot tables and calculate various aggregates. Great for CSV, JSON, etc.
        
        Moreover, it has cookies.
        
        Installation
        ------------
        
            $ pip install dark
        
        Documentation
        -------------
        
        See the `complete documentation`_ for details.
        
        .. _complete documentation: http://packages.python.org/dark
        
        Author
        ------
        
        Initially written by Andrey Mikhailenko in 2009 with invaluable feedback from
        Ilya Musabirov. See the file AUTHORS for a complete authors list of this
        application.
        
        Please feel free to submit patches, report bugs or request features:
        
            http://bitbucket.org/neithere/dark/
        
        Licensing
        ---------
        
        Dark is free software; you can redistribute it and/or modify it under the terms
        of the GNU Lesser General Public License as published by the Free Software
        Foundation; either version 3 of the License, or (at your option) any later
        version.
        
        Dark is distributed in the hope that it will be useful, but WITHOUT ANY
        WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
        
        
        You should have received a copy of the GNU Lesser General Public License along
        with this program; see the file COPYING.LESSER.
        If not, see <http://www.gnu.org/licenses/>.
        
Keywords: data analysis mining reporting pivot query database
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: python (>= 2.5)
Requires: docu (>= 0.20)
Provides: dark
Obsoletes: datashaping
