Metadata-Version: 2.1
Name: captool2
Version: 0.0.3
Summary: Core library for crawling and web scraping
Home-page: https://rescala.jp
Author: rv
Author-email: yo-maruya@rescala.jp
License: MIT
Project-URL: Bug Reports, https://github.com/rv-rescala/catsrequest/issues
Project-URL: Source, https://github.com/rv-rescala/catsrequest
Keywords: python crawler scraping
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: lark-parser
Requires-Dist: catswalk2
Requires-Dist: regoogle

# This is a sample Python script.

# Press ⌃R to execute it or replace it with your code.
# Press Double ⇧ to search everywhere for classes, files, tool windows, actions, and settings.


def print_hi(name):
    # Use a breakpoint in the code line below to debug your script.
    print(f'Hi, {name}')  # Press ⌘F8 to toggle the breakpoint.


# Press the green button in the gutter to run the script.
if __name__ == '__main__':
    print_hi('PyCharm')

# See PyCharm help at https://www.jetbrains.com/help/pycharm/


