Metadata-Version: 1.1
Name: bovespaparser
Version: 0.3
Summary: Bovespa's historical series files parser.
Home-page: http://pypi.python.org/pypi/bovespaparser
Author: Roberto Haddock Lobo
Author-email: rhlobo+stockexperiments@gmail.com
License: MIT
Description: bovespaParser
        =============
        A Python parser for BM&amp;F Bovespa Historical Series Files
        
        
        ### Features:
        - Parses COTAHISTXXXX.TXT files
        - Parses data passed as string array
        - Configurable to retrieve specific data:
            * Contains market type filters (VISTA, OPCOES, ...)
            * Accepts configuration of desired data fields to be retrieved
            * Data fields order can be freely specified
        
        ### Installing:
            easy_install bovespaparser
        
        ### Links:
        - [BovespaParser Annoucment Blog Post](http://how.i.drycode.it/2012/09/python-bovespa-parser.html)
        - [BovespaParser Git Repository]( https://github.com/rhlobo/bovespaParser)
        - [Documentation](http://www.bmfbovespa.com.br/shared/iframe.aspx?idioma=pt-br&amp;url=http://www.bmfbovespa.com.br/pt-br/cotacoes-historicas/FormSeriesHistoricas.asp)
         (for Bovespa's Historical Series data files)
        
        ---------------------------------------
        ### Any feedback is always appreciated!
        - Write to the author:  <rhlobo+stockExperiments@gmail.com>
        
Keywords: bovespa,parser,historical,series,cotahist,stock
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Investment
