Metadata-Version: 2.1
Name: pymbdata
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/gamirou/pymbdata
Author: George Sima
License: UNKNOWN
Description: # Pymbdata
        
        A toy library that includes some complex data types seen in mathematics, engineering and statistics.
        
        ## Getting Started
        
        These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
        
        ### Prerequisites
        
        Numpy is used in the matrix, but it will be automatically installed when you install pymbdata.
        
        ### Installing
        
        To install the library you need to have PIP installed
        
        Installing the library
        
        ```
        pip install pymbdata
        ```
        
        To import it in a python script
        
        ```
        import pymb
        ```
        
        End with an example of getting some data out of the system or using it for a little demo
        
        ## Running the tests
        
        No tests are present yet
        
        
        ## Authors
        
        * **George Sima** - *Initial work* - [Gamirou](https://github.com/gamirou)
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgments
        
        * Hat tip to numpy
        * Hat tip to myself :))
        * Inspiration
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
