Metadata-Version: 2.1
Name: petrodc
Version: 0.0.4
Summary: Petroleum Data Collector
Home-page: UNKNOWN
Author: Juan Camilo Gonzalez Angarita
Author-email: juan@prowellplan.com
License: LGPL v3
Description: ![](https://user-images.githubusercontent.com/52009346/69100304-2eb3e800-0a5d-11ea-9a3a-8e502af2120b.png)
        
        ## Introduction
        PetroDC is a LGPL licensed tool to get datasets from public sources. 
        New sources are added as they are tested; suggestions and contributions of 
        all kinds are very welcome.
        
        ## Getting Started
        
        These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
        
        ### Get petrodc
        
        * Users: Wheels for Python from [PyPI](https://pypi.python.org/pypi/petrodc/) 
            * `pip install petrodc`
        * Developers: Source code from [Github](https://github.com/pro-well-plan/petrodc)
            * `git clone https://github.com/pro-well-plan/petrodc`
        
        ## Quick Use
        
        > import petrodc.npd as dc
        >
        > dataframe = dc.wellbore(3)
        
        * 3 is the dataset with lithostratigraphy, check [here](https://github.com/pro-well-plan/petrodc/blob/master/petrodc/npd/wellbore.py)
        to see the respective number for the different datasets.
        
        ## License
        
        This project is licensed under the GNU Lesser General Public License v3.0 - see the [LICENSE](LICENSE.md) file for details
        
        
        *for further information contact juan@prowellplan.com*
Keywords: petroleum data collector operations wellbore oil gas
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
