Metadata-Version: 2.1
Name: McScrp
Version: 0.1
Summary: Scraping Library
Home-page: https://github.com/Medpy/McScrp
Author: CHAHBOUN Mohammed
Author-email: simomega42@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

Two methods:\n*get_tags for get tags exsiste in html page\n*scrp for scraping scrp(src,tag) have Two result:\n  -the first result scrp['txt'] = text exsiste between tags,\n  -the second result scrp['tag'] = the src (tags and text) exsiste between tags


