firecrawl 1.11.0__py3-none-any.whl → 1.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of firecrawl might be problematic. Click here for more details.
- firecrawl/__init__.py +1 -1
- firecrawl/firecrawl.py +3 -0
- {firecrawl-1.11.0.dist-info → firecrawl-1.12.0.dist-info}/METADATA +3 -3
- firecrawl-1.12.0.dist-info/RECORD +11 -0
- firecrawl-1.11.0.dist-info/RECORD +0 -11
- {firecrawl-1.11.0.dist-info → firecrawl-1.12.0.dist-info}/LICENSE +0 -0
- {firecrawl-1.11.0.dist-info → firecrawl-1.12.0.dist-info}/WHEEL +0 -0
- {firecrawl-1.11.0.dist-info → firecrawl-1.12.0.dist-info}/top_level.txt +0 -0
firecrawl/__init__.py
CHANGED
firecrawl/firecrawl.py
CHANGED
|
@@ -54,6 +54,8 @@ class FirecrawlApp:
|
|
|
54
54
|
enable_web_search: Optional[bool] = False
|
|
55
55
|
# Just for backwards compatibility
|
|
56
56
|
enableWebSearch: Optional[bool] = False
|
|
57
|
+
show_sources: Optional[bool] = False
|
|
58
|
+
|
|
57
59
|
|
|
58
60
|
|
|
59
61
|
|
|
@@ -631,6 +633,7 @@ class FirecrawlApp:
|
|
|
631
633
|
**jsonData,
|
|
632
634
|
'allowExternalLinks': params.get('allow_external_links', params.get('allowExternalLinks', False)),
|
|
633
635
|
'enableWebSearch': params.get('enable_web_search', params.get('enableWebSearch', False)),
|
|
636
|
+
'showSources': params.get('show_sources', params.get('showSources', False)),
|
|
634
637
|
'schema': schema,
|
|
635
638
|
'origin': 'api-sdk'
|
|
636
639
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: firecrawl
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.12.0
|
|
4
4
|
Summary: Python SDK for Firecrawl API
|
|
5
5
|
Home-page: https://github.com/mendableai/firecrawl
|
|
6
6
|
Author: Mendable.ai
|
|
7
7
|
Author-email: "Mendable.ai" <nick@mendable.ai>
|
|
8
8
|
Maintainer-email: "Mendable.ai" <nick@mendable.ai>
|
|
9
|
-
License:
|
|
9
|
+
License: MIT License
|
|
10
10
|
Project-URL: Documentation, https://docs.firecrawl.dev
|
|
11
11
|
Project-URL: Source, https://github.com/mendableai/firecrawl
|
|
12
12
|
Project-URL: Tracker, https://github.com/mendableai/firecrawl/issues
|
|
@@ -14,7 +14,7 @@ Keywords: SDK,API,firecrawl
|
|
|
14
14
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
15
|
Classifier: Environment :: Web Environment
|
|
16
16
|
Classifier: Intended Audience :: Developers
|
|
17
|
-
Classifier: License :: OSI Approved ::
|
|
17
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
18
18
|
Classifier: Natural Language :: English
|
|
19
19
|
Classifier: Operating System :: OS Independent
|
|
20
20
|
Classifier: Programming Language :: Python
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
firecrawl/__init__.py,sha256=aBmlOwFbTn9Wj2nS_RE2WlsEwddPMSLMCuT44y4ox6Q,2544
|
|
2
|
+
firecrawl/firecrawl.py,sha256=kBu9hbW_fBHPnYHw4PSDQP3MdxE6BVUhlCUkwD2VMI4,40940
|
|
3
|
+
firecrawl/__tests__/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
firecrawl/__tests__/e2e_withAuth/test.py,sha256=6OawnVF4IPeGyXg_Izi3t8U7MyT90roaJBJIG5UfllM,7935
|
|
5
|
+
firecrawl/__tests__/v1/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
firecrawl/__tests__/v1/e2e_withAuth/test.py,sha256=tL5kJJ4el37Wc-Z2TRSuSWwWG2M40h3VPxHYuWijD00,19888
|
|
7
|
+
firecrawl-1.12.0.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
|
|
8
|
+
firecrawl-1.12.0.dist-info/METADATA,sha256=pzMzEpSjoIt4IEyZ9_8Cp6xTng8d3xShHBKwDrd6ULI,10572
|
|
9
|
+
firecrawl-1.12.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
10
|
+
firecrawl-1.12.0.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
|
|
11
|
+
firecrawl-1.12.0.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
firecrawl/__init__.py,sha256=GCcrH_DQcA4s3v9TTKJT1VwwaZq79aTIYw4xPFtHOvs,2544
|
|
2
|
-
firecrawl/firecrawl.py,sha256=E-sYjWXZUknznsf_zga-0-_kXteN1mLmDyWukxkJLdo,40805
|
|
3
|
-
firecrawl/__tests__/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
firecrawl/__tests__/e2e_withAuth/test.py,sha256=6OawnVF4IPeGyXg_Izi3t8U7MyT90roaJBJIG5UfllM,7935
|
|
5
|
-
firecrawl/__tests__/v1/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
firecrawl/__tests__/v1/e2e_withAuth/test.py,sha256=tL5kJJ4el37Wc-Z2TRSuSWwWG2M40h3VPxHYuWijD00,19888
|
|
7
|
-
firecrawl-1.11.0.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
|
|
8
|
-
firecrawl-1.11.0.dist-info/METADATA,sha256=9pTZzq_lTViPYLVtXl2mHuBFs1WuBm8AJzBtoODoJQc,10632
|
|
9
|
-
firecrawl-1.11.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
10
|
-
firecrawl-1.11.0.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
|
|
11
|
-
firecrawl-1.11.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|