Metadata-Version: 1.1
Name: postilion
Version: 0.0.1
Summary: A wrapper around the postiliion api
Home-page: https://github.com/terranblake/postilion
Author: Terran Blake
Author-email: terranblake@gmail.com
License: MIT
Download-URL: https://github.com/terranblake/pypostilion/releases/download/0.0.1/postilion-0.1.tar.gz
Description: # Postilion
        
        #### postilion is a wrapper around the publicly available postilion api
        
        ## Installation
        
        Use the package manager [pip]() to install postilion.
        
        ```bash
        pip install postilion
        ```
        
        ## Usage
        
        1. Import postilion
        ```python
        import postilion as pst
        ```
        
        2. Have fun
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Keywords: financial,modeling,postilion,python,api,wrapper,financial-modeling,clean,spicy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
