Metadata-Version: 2.1
Name: ami2py
Version: 0.2.1
Summary: Python Package for reading a amibroker database
Home-page: https://github.com/F2011B/ami2py
Author: Dark Ligt alias FB2011B
License: MIT
Description: # ami2py
        [![Build Status](https://travis-ci.org/F2011B/ami2py.svg?branch=master)](https://travis-ci.org/F2011B/ami2py)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![PyPi version](https://pypip.in/v/ami2py/badge.png)](https://crate.io/packages/ami2py/)
        [![PyPi downloads](https://pypip.in/d/ami2py/badge.png)](https://crate.io/packages/ami2py/)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        Python Package for reading and writing from and to an amibroker database.<br/>
        This package is using construct for defining the binary structures used to access the amibroker database, 
        see [Construct documentation](https://construct.readthedocs.io/en/latest/). <br/>
        The specification of the binary structure was taken from the official amibroker C++ sdk api documentation.
        
        However, this is not an official amibroker database api. <br/> 
        Therefore, no warranty is given and handle with care. <br/>
        Improvement requests are always welcome.<br/>
        
        
        
        
        
        
Keywords: amibroker database pandas
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Environment :: Web Environment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
