Metadata-Version: 2.1
Name: petrodc
Version: 0.2.0b0
Summary: Petroleum Data Collector
Home-page: UNKNOWN
Author: Juan Camilo Gonzalez Angarita
Author-email: juan@prowellplan.com
License: LGPL v3
Description: [![Cover](https://github.com/pro-well-plan/opensource_apps/raw/master/resources/pwp-bgd.gif)](https://prowellplan.com)
        
        
        [![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/pro-well-plan/pwptemp/blob/master/LICENSE.md)
        [![PyPI version](https://badge.fury.io/py/petrodc.svg)](https://badge.fury.io/py/petrodc)
        [![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
        [![Webapp](https://img.shields.io/badge/WebApp-On-green.svg)](https://share.streamlit.io/jcamiloangarita/opensource_apps/app.py)
        [![Documentation Status](https://readthedocs.org/projects/petrodc/badge/?version=latest)](http://petrodc.readthedocs.io/?badge=latest)
        [![Downloads](https://pepy.tech/badge/petrodc)](https://pepy.tech/project/petrodc)
        
        ## 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.
        
        ## Documentation
        
        Check here for the [complete petrodc package documentation](https://petrodc.readthedocs.io/en/latest/).
        
        ## 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*
        
        [![](https://user-images.githubusercontent.com/52009346/69100304-2eb3e800-0a5d-11ea-9a3a-8e502af2120b.png)](https://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
