Metadata-Version: 2.1
Name: objetive
Version: 0.5
Summary: A mini-crawler that aims to grab some text parts from some website or ip that responds http* 
Home-page: https://github.com/jul10l1r4/objetive
Author: Julio Lira
Author-email: jul10l1r4@disroot.org
License: UNKNOWN
Description: # Objetive
        This library is a mini-crawler that aims to grab some text parts from some website or ip that responds http*
        
        # Utility
        This tool can be used in others projects that depend of specifics informations.
        
        # Example
        ```python
        import objetive
        print(objetive.listed('https://jul10l1r4.github.io'))
        # [...]
        ```
        
        # Install
        ```bash
        pip3 install objetive --user
        ```
        
        # Filosofy
        This software follow the filosofiy KISS (Keep it simple, stupid!) and belive in simplicity.
        We are free software and respect the you privacity :stuck_out_tongue_closed_eyes:
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
