File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Deprecation warning
2+ def deprecation_warning ():
3+ message = """
4+ ================================================================================
5+ DEPRECATION WARNING - 'proxycrawl'
6+ ================================================================================
7+
8+ 'proxycrawl' is deprecated and will not be maintained. Please switch to 'crawlbase'.
9+
10+ More details and migration guide: https://github.com/crawlbase-source/crawlbase-python
11+ ================================================================================
12+ """
13+ print (message )
14+
15+ deprecation_warning ()
16+
117from proxycrawl .proxycrawl_api import ProxyCrawlAPI # For < 3.0 compatibility
218from proxycrawl .crawling_api import CrawlingAPI
319from proxycrawl .scraper_api import ScraperAPI
Original file line number Diff line number Diff line change 1212setup (
1313 name = 'proxycrawl' ,
1414 license = 'Apache-2.0' ,
15- version = '3.2.1 ' ,
15+ version = '3.2.2 ' ,
1616 description = 'A Python class that acts as wrapper for ProxyCrawl scraping and crawling API' ,
1717 long_description = readme ,
1818 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments