Metadata-Version: 1.1
Name: descartes-bi
Version: 2.0.rc1
Summary: Free Open Source web based business intelligence software.
Home-page: https://github.com/rosarior/descartes_bi
Author: Roberto Rosario
Author-email: roberto.rosario.gonzalez@gmail.com
License:    Copyright 2011 Roberto Rosario

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Description: |PyPI badge| |Installs badge| |License badge| |Wheel badge|
        
        |Logo|
        
        Descartes BI
        ------------
        
        Free Open Source web based business intelligence software
        
        License
        -------
        
        This project is open sourced under `Apache 2.0 License`_.
        
        
        Installation
        ------------
        
        To install **Descartes BI**, simply do:
        
        .. code-block:: bash
        
            $ virtualenv venv
            $ source venv/bin/activate
            $ pip install descartes-bi==2.0rc1
            $ descartes-bi.py initialsetup
            $ descartes-bi.py runserver
        
        Point your browser to 127.0.0.1:8000 and use the automatically created admin
        account.
        
        Contribute
        ----------
        
        - Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
        - Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).
        - Write a test which shows that the bug was fixed or that the feature works as expected.
        - Make sure to add yourself to the `contributors file`_.
        - Send a pull request
        
        
        Author
        ------
        
        Roberto Rosario - **Twitter** http://twitter.com/siloraptor **E-mail** roberto.rosario.gonzalez at gmail
        
        
        .. _Apache 2.0 License: https://www.apache.org/licenses/LICENSE-2.0.txt
        .. _`the repository`: http://github.com/rosarior/descartes-bi
        .. _`contributors file`: https://github.com/rosarior/descartes-bi/blob/master/docs/contributors.rst
        .. |Installs badge| image:: http://img.shields.io/pypi/dm/descartes-bi.svg?style=flat
           :target: https://crate.io/packages/descartes-bi/
        .. |PyPI badge| image:: http://img.shields.io/pypi/v/descartes-bi.svg?style=flat
           :target: http://badge.fury.io/py/descartes-bi
        .. |Wheel badge| image:: http://img.shields.io/badge/wheel-yes-green.svg?style=flat
        .. |License badge| image:: http://img.shields.io/badge/license-Apache%202.0-green.svg?style=flat
        .. |Logo| image:: https://github.com/rosarior/descartes-bi/raw/master/descartes_bi/apps/core/static/core/images/logo_black.png
        
        
        2.0 (2014-08-??)
        ================
        
        - Updated to use Django 1.6.5
        - Code cleanups
        - Conversion of view to class based views
        - Capitalization of string
        - Improve project files layout
        - Improve coding conventions
        - Removal of included 3rd party modules
        - Update of required modules and libraries versions
        - Removal of obsolete code
        - Removal of obsolete scripts and instructions
        - License change, Descartes BI in now licensed under the Apache 2.0 License
        - PyPI package, Django Bi in now available on PyPI: https://pypi.python.org/pypi/descartes-bi/
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
