datamule 0.414__cp310-cp310-macosx_10_9_universal2.whl → 0.416__cp310-cp310-macosx_10_9_universal2.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 datamule might be problematic. Click here for more details.

@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.1
2
+ Name: datamule
3
+ Version: 0.416
4
+ Summary: Making it easier to use SEC filings.
5
+ Home-page: https://github.com/john-friedman/datamule-python
6
+ Author: John Friedman
7
+ Requires-Dist: aiohttp
8
+ Requires-Dist: aiolimiter
9
+ Requires-Dist: tqdm
10
+ Requires-Dist: requests
11
+ Requires-Dist: nest-asyncio
12
+ Requires-Dist: aiofiles
13
+ Requires-Dist: polars
14
+ Requires-Dist: setuptools
15
+ Requires-Dist: selectolax
16
+ Requires-Dist: pytz
17
+ Requires-Dist: zstandard
18
+ Provides-Extra: all
19
+ Requires-Dist: pandas; extra == "all"
20
+ Requires-Dist: openai; extra == "all"
21
+ Requires-Dist: google-generativeai; extra == "all"
22
+ Requires-Dist: psutil; extra == "all"
23
+ Requires-Dist: flask; extra == "all"
24
+ Provides-Extra: dataset_builder
25
+ Requires-Dist: pandas; extra == "dataset-builder"
26
+ Requires-Dist: google-generativeai; extra == "dataset-builder"
27
+ Requires-Dist: psutil; extra == "dataset-builder"
28
+ Provides-Extra: mulebot
29
+ Requires-Dist: openai; extra == "mulebot"
30
+ Provides-Extra: mulebot_server
31
+ Requires-Dist: flask; extra == "mulebot-server"
32
+
@@ -30,8 +30,8 @@ datamule/mulebot/mulebot_server/static/scripts/tableArtifacts.js,sha256=UtkUpLvE
30
30
  datamule/mulebot/mulebot_server/static/scripts/utils.js,sha256=oGPMtyT9dvuqHqrfZj33t4vLZiF8UJrMXB1hpPXRNu4,1255
31
31
  datamule/mulebot/mulebot_server/templates/chat-minimalist.html,sha256=MsTbgpnLD0JCQiKKP3XeeNJRNsRqKsRa1j_XXW7nBKw,6975
32
32
  datamule/parser/sgml_parsing/sgml_parser_cy.c,sha256=UwXSuLGSBLKfO5bM7xTzjFLnGDV3-NNnCjgUCPAY1gk,796689
33
- datamule/parser/sgml_parsing/sgml_parser_cy.cpython-310-darwin.so,sha256=wG2qEmHr8-jL8rJFJ78Gk9v00GvgB7EJAjlY_LJZu7s,362232
34
- datamule-0.414.dist-info/METADATA,sha256=9C9bcln3budx_Z370z7yPYHPwqpOScypBC-opKrJpYY,2343
35
- datamule-0.414.dist-info/WHEEL,sha256=Sooupui5EnBW-HNXjQU0OJoerPN0TT-a4xxlvmpUy2g,115
36
- datamule-0.414.dist-info/top_level.txt,sha256=iOfgmtSMFVyr7JGl_bYSTDry79JbmsG4p8zKq89ktKk,9
37
- datamule-0.414.dist-info/RECORD,,
33
+ datamule/parser/sgml_parsing/sgml_parser_cy.cpython-310-darwin.so,sha256=Zs-4Wm-pN-4ddHLBniegMkO2WbCsiJF09hIMcLZbSQU,362232
34
+ datamule-0.416.dist-info/METADATA,sha256=BLgydCvASmb5OR6jlTOoTH06YFx3LH7ygfaZCK7UH2Y,1007
35
+ datamule-0.416.dist-info/WHEEL,sha256=Sooupui5EnBW-HNXjQU0OJoerPN0TT-a4xxlvmpUy2g,115
36
+ datamule-0.416.dist-info/top_level.txt,sha256=iOfgmtSMFVyr7JGl_bYSTDry79JbmsG4p8zKq89ktKk,9
37
+ datamule-0.416.dist-info/RECORD,,
@@ -1,59 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: datamule
3
- Version: 0.414
4
- Summary: Making it easier to use SEC filings.
5
- Home-page: https://github.com/john-friedman/datamule-python
6
- Author: John Friedman
7
- License: MIT License
8
-
9
- Copyright (c) 2024 John Friedman
10
-
11
- Permission is hereby granted, free of charge, to any person obtaining a copy
12
- of this software and associated documentation files (the "Software"), to deal
13
- in the Software without restriction, including without limitation the rights
14
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- copies of the Software, and to permit persons to whom the Software is
16
- furnished to do so, subject to the following conditions:
17
-
18
- The above copyright notice and this permission notice shall be included in all
19
- copies or substantial portions of the Software.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- SOFTWARE.
28
-
29
- Description-Content-Type: text/x-rst
30
- Requires-Dist: aiohttp
31
- Requires-Dist: aiolimiter
32
- Requires-Dist: tqdm
33
- Requires-Dist: requests
34
- Requires-Dist: nest-asyncio
35
- Requires-Dist: aiofiles
36
- Requires-Dist: polars
37
- Requires-Dist: setuptools
38
- Requires-Dist: selectolax
39
- Requires-Dist: pytz
40
- Requires-Dist: zstandard
41
- Provides-Extra: all
42
- Requires-Dist: pandas; extra == "all"
43
- Requires-Dist: google-generativeai; extra == "all"
44
- Requires-Dist: openai; extra == "all"
45
- Requires-Dist: psutil; extra == "all"
46
- Requires-Dist: flask; extra == "all"
47
- Provides-Extra: dataset_builder
48
- Requires-Dist: pandas; extra == "dataset-builder"
49
- Requires-Dist: google-generativeai; extra == "dataset-builder"
50
- Requires-Dist: psutil; extra == "dataset-builder"
51
- Provides-Extra: mulebot
52
- Requires-Dist: openai; extra == "mulebot"
53
- Provides-Extra: mulebot_server
54
- Requires-Dist: flask; extra == "mulebot-server"
55
-
56
- Datamule
57
- ========
58
-
59
- Making it easy to use SEC data.