Metadata-Version: 1.2
Name: one-two-scrape
Version: 0.0.3
Summary: A lightweight scraping module. Well-designed for readability and reusability. Compatible with popular data science frameworks.
Home-page: https://github.com/SSripilaipong/otscrape
Author: SSripilaipong
Author-email: SHSnail@mail.com
License: MIT
Description: one-two-scrape
        ==============
        
        |PyPi Version| |Supported Python Versions| |License|
        
        A lightweight yet powerful scraping module. Well-designed for
        readability and reusability. Compatible with popular data science
        frameworks and modules (eg. pandas, Jupyter).
        
        .. |PyPi Version| image:: https://img.shields.io/pypi/v/one-two-scrape
           :target: https://pypi.org/project/one-two-scrape/
        .. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/one-two-scrape.svg
           :target: https://pypi.org/project/one-two-scrape/
        .. |License| image:: https://img.shields.io/github/license/ssripilaipong/otscrape
           :target: https://github.com/SSripilaipong/otscrape/blob/master/LICENSE.md
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
