datamule 0.428__cp38-cp38-macosx_11_0_universal2.whl → 0.429__cp38-cp38-macosx_11_0_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.
datamule/portfolio.py CHANGED
@@ -46,6 +46,10 @@ class Portfolio:
46
46
 
47
47
  downloader.download_submissions(output_dir=self.path, cik=cik, ticker=ticker, submission_type=submission_type, filing_date=filing_date
48
48
  )
49
+
50
+ # Reload submissions after download
51
+ self.__init__(self.path)
52
+
49
53
  def __iter__(self):
50
54
  return iter(self.submissions)
51
55
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: datamule
3
- Version: 0.428
3
+ Version: 0.429
4
4
  Summary: Making it easier to use SEC filings.
5
5
  Home-page: https://github.com/john-friedman/datamule-python
6
6
  Author: John Friedman
@@ -16,11 +16,11 @@ Requires-Dist: selectolax
16
16
  Requires-Dist: pytz
17
17
  Requires-Dist: zstandard
18
18
  Provides-Extra: all
19
- Requires-Dist: openai; extra == "all"
20
- Requires-Dist: flask; extra == "all"
21
19
  Requires-Dist: pandas; extra == "all"
22
- Requires-Dist: psutil; extra == "all"
20
+ Requires-Dist: flask; extra == "all"
23
21
  Requires-Dist: google-generativeai; extra == "all"
22
+ Requires-Dist: openai; extra == "all"
23
+ Requires-Dist: psutil; extra == "all"
24
24
  Provides-Extra: dataset_builder
25
25
  Requires-Dist: pandas; extra == "dataset-builder"
26
26
  Requires-Dist: google-generativeai; extra == "dataset-builder"
@@ -4,7 +4,7 @@ datamule/document.py,sha256=GI2BbwSijRkzRp-qz94HzSkYTebGYKXXPwWMbqfepTM,5633
4
4
  datamule/helper.py,sha256=tr3AQWus9dHNZFKpLSglWjcb8zmm5qDXjOWACMhvMxQ,4594
5
5
  datamule/monitor.py,sha256=mRaM8v5NgcMF9DJ1s_YBzucjrbr-3yFwW422MVml-_Q,9114
6
6
  datamule/packageupdater.py,sha256=vEGqlTj6FudIeVHBVJltPh2eBDEqMG9HYmnyrRVKeSU,9595
7
- datamule/portfolio.py,sha256=Iq-MmOIMdV1VpOcPnOgh7xk1hqUzWWmHoy2iUziLjow,3116
7
+ datamule/portfolio.py,sha256=p0qkCisWcuMhJsXQU4OFYXFHnK404sHnrwBo1e_k6w0,3211
8
8
  datamule/submission.py,sha256=j-uIuwHIvRheXo5RcDf1GYVeYbdjq7yfoU1-GKTH2f8,2790
9
9
  datamule/data/company_former_names.csv,sha256=HE9cAv-_QKFX6jT-_-D0rHmaDyQuAzL4MJwank5O1U8,706380
10
10
  datamule/data/company_metadata.csv,sha256=yPovrCVjYwLWTU_hBUFJymp8iNO0NBYuq_QwOkRLoN8,3068599
@@ -47,8 +47,8 @@ datamule/parser/document_parsing/n_port_p_parser.py,sha256=GmmQFkCZt57WikUZ5Daht
47
47
  datamule/parser/document_parsing/sec_parser.py,sha256=AS8H4h1sfUAdWP2gotULcjbylsYN_nHgTfkeVRyENPo,2716
48
48
  datamule/parser/document_parsing/sgml_parser.py,sha256=tC1cL3cdVQPWbc9QtoRUYSo2wRuYNaglFaCmP57oEfA,3317
49
49
  datamule/parser/sgml_parsing/sgml_parser_cy.c,sha256=P36bPkmVEmEwIhxumwJTmPslHqCaFcNhVSKPTQBQAH0,840575
50
- datamule/parser/sgml_parsing/sgml_parser_cy.cpython-38-darwin.so,sha256=9cvciO24G17oMo_t0TUl8dlVkggvJK55l1xjcnVeLtU,396040
51
- datamule-0.428.dist-info/METADATA,sha256=dZsdHfD812cmsqTZawK-H52wnNoK3TlNY5QqBnBCoiY,1007
52
- datamule-0.428.dist-info/WHEEL,sha256=WUTEZpu92ja32G8K3yBxnUzq89QHiMkgfjPFN9CAw50,112
53
- datamule-0.428.dist-info/top_level.txt,sha256=iOfgmtSMFVyr7JGl_bYSTDry79JbmsG4p8zKq89ktKk,9
54
- datamule-0.428.dist-info/RECORD,,
50
+ datamule/parser/sgml_parsing/sgml_parser_cy.cpython-38-darwin.so,sha256=mPiA8dwA51zjErDt_lssHalr-tpQ0R3bVBhtkCVTWLM,396040
51
+ datamule-0.429.dist-info/METADATA,sha256=jy2oT7Z6dqiw6QQHN1j0vw_xHnnzSoyLYX9oVDHzOHs,1007
52
+ datamule-0.429.dist-info/WHEEL,sha256=WUTEZpu92ja32G8K3yBxnUzq89QHiMkgfjPFN9CAw50,112
53
+ datamule-0.429.dist-info/top_level.txt,sha256=iOfgmtSMFVyr7JGl_bYSTDry79JbmsG4p8zKq89ktKk,9
54
+ datamule-0.429.dist-info/RECORD,,