Metadata-Version: 1.1
Name: McScrp
Version: 0.3
Summary: Simple Scrapping Library
Home-page: https://github.com/Medpy/McScraping
Author: CHAHBOUN Mohammed
Author-email: simomega42@gmail.com
License: UNKNOWN
Description: Three methods:
        *get_tags for get tags exsiste in html page
        *scrp for scraping scrp(src,tag) have Two result:
              -the first result scrp['txt'] = text exsiste between tags,
              -the second result scrp['tag'] = the src (tags and text) exsiste between tags
        *get_attr for get attr like href,class,id ...
        
        Contact me:
        Github:https://github.com/Medpy/McScraping
        Youtube:https://www.youtube.com/channel/UCCiBkOPPs1iTCOyEeL7zWQg
        Page Facebook:https://www.facebook.com/ZakatKnowledge
        personnel facebook:https://www.facebook.com/profile.php?id=100023082630505
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
