Metadata-Version: 2.1
Name: npd-data
Version: 0.1.4
Summary: Wraper NCS data from NPD
Home-page: UNKNOWN
Author: Merouane Hamdani
Author-email: merouaneh@yahoo.fr
License: UNKNOWN
Description: ![NPD](https://github.com/miroine/npd_data/blob/master/docs/image/fasadelogo%20NPD.jpg)
        
        ## Introduction
        npd_data is a module that extract petroleum data from the NPD website using API's
        It does also extract shape files for map plotting and further posptocessing 
        Detailed documentations and examples located on the notebookes: [npd wraper *docs* ](https://github.com/miroine/npd_data/tree/master/docs/notebooks)
        
        Suggestions are welcome
        
        ## Feature summary: 
         * Python 3.6+ support 
         * Focus on high speed with API serving
         * Output mainly based on pandas and geopandas 
         * could be combined with shape files for better data insights
        ## Supported in both Linux, Windows and Mac OS (might be some issues with VPN activated)
        
        These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
        
        ## Installation 
        ```
        pip install -i https://test.pypi.org/simple/ npd-data
        ```
        ## Quick Use
        ```
        > from npd_data.npd_wraper import fi``eld
        >
        >df =field.get_field_production_yearly()
        >
        ```
        ## License
        
        Using [MIT license](https://github.com/miroine/npd_data/blob/master/LICENSE)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
