pandas-market-calendars 4.3.2__py3-none-any.whl → 4.3.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pandas_market_calendars/__init__.py +38 -38
- pandas_market_calendars/calendar_registry.py +53 -52
- pandas_market_calendars/calendar_utils.py +261 -261
- pandas_market_calendars/calendars/asx.py +66 -66
- pandas_market_calendars/calendars/bmf.py +206 -206
- pandas_market_calendars/calendars/bse.py +407 -407
- pandas_market_calendars/calendars/cboe.py +145 -145
- pandas_market_calendars/calendars/cme.py +402 -402
- pandas_market_calendars/calendars/cme_globex_agriculture.py +126 -127
- pandas_market_calendars/calendars/cme_globex_base.py +119 -119
- pandas_market_calendars/calendars/cme_globex_crypto.py +160 -147
- pandas_market_calendars/calendars/cme_globex_energy_and_metals.py +216 -216
- pandas_market_calendars/calendars/cme_globex_equities.py +123 -121
- pandas_market_calendars/calendars/cme_globex_fixed_income.py +136 -134
- pandas_market_calendars/calendars/cme_globex_fx.py +101 -92
- pandas_market_calendars/calendars/eurex.py +139 -139
- pandas_market_calendars/calendars/eurex_fixed_income.py +98 -0
- pandas_market_calendars/calendars/hkex.py +426 -426
- pandas_market_calendars/calendars/ice.py +81 -81
- pandas_market_calendars/calendars/iex.py +112 -111
- pandas_market_calendars/calendars/jpx.py +109 -109
- pandas_market_calendars/calendars/lse.py +114 -114
- pandas_market_calendars/calendars/mirror.py +130 -129
- pandas_market_calendars/calendars/nyse.py +1324 -1324
- pandas_market_calendars/calendars/ose.py +116 -116
- pandas_market_calendars/calendars/sifma.py +350 -335
- pandas_market_calendars/calendars/six.py +132 -132
- pandas_market_calendars/calendars/sse.py +311 -311
- pandas_market_calendars/calendars/tase.py +197 -195
- pandas_market_calendars/calendars/tsx.py +181 -181
- pandas_market_calendars/holidays/cme.py +385 -372
- pandas_market_calendars/holidays/cme_globex.py +214 -223
- pandas_market_calendars/holidays/cn.py +1455 -1455
- pandas_market_calendars/holidays/jp.py +398 -394
- pandas_market_calendars/holidays/nyse.py +1531 -1539
- pandas_market_calendars/holidays/oz.py +63 -65
- pandas_market_calendars/holidays/sifma.py +338 -350
- pandas_market_calendars/holidays/us.py +376 -377
- pandas_market_calendars/market_calendar.py +895 -895
- {pandas_market_calendars-4.3.2.dist-info → pandas_market_calendars-4.3.3.dist-info}/METADATA +3 -3
- pandas_market_calendars-4.3.3.dist-info/RECORD +50 -0
- pandas_market_calendars-4.3.2.dist-info/RECORD +0 -49
- {pandas_market_calendars-4.3.2.dist-info → pandas_market_calendars-4.3.3.dist-info}/LICENSE +0 -0
- {pandas_market_calendars-4.3.2.dist-info → pandas_market_calendars-4.3.3.dist-info}/NOTICE +0 -0
- {pandas_market_calendars-4.3.2.dist-info → pandas_market_calendars-4.3.3.dist-info}/WHEEL +0 -0
- {pandas_market_calendars-4.3.2.dist-info → pandas_market_calendars-4.3.3.dist-info}/top_level.txt +0 -0
{pandas_market_calendars-4.3.2.dist-info → pandas_market_calendars-4.3.3.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
|
-
Name:
|
3
|
-
Version: 4.3.
|
2
|
+
Name: pandas_market_calendars
|
3
|
+
Version: 4.3.3
|
4
4
|
Summary: Market and exchange trading calendars for pandas
|
5
5
|
Author-email: Ryan Sheftel <rsheftel@alumni.upenn.edu>
|
6
6
|
License: MIT
|
@@ -22,7 +22,7 @@ Requires-Python: >=3.8
|
|
22
22
|
Description-Content-Type: text/x-rst
|
23
23
|
License-File: LICENSE
|
24
24
|
License-File: NOTICE
|
25
|
-
Requires-Dist: pandas
|
25
|
+
Requires-Dist: pandas <2.0,>=1.1
|
26
26
|
Requires-Dist: pytz
|
27
27
|
Requires-Dist: python-dateutil
|
28
28
|
Requires-Dist: exchange-calendars >=3.3
|
@@ -0,0 +1,50 @@
|
|
1
|
+
pandas_market_calendars/__init__.py,sha256=Mv4FiG78VDgnFxB9HF66tEP0T9a567NaDPZvaDdjYKQ,1361
|
2
|
+
pandas_market_calendars/calendar_registry.py,sha256=h-GWQ-jFETVin-QW0XqunX8j8tHxr8wBZmos6fTVfNs,2451
|
3
|
+
pandas_market_calendars/calendar_utils.py,sha256=mmpamL4LIOpWb-gPOnEU82L5dfHYwMryCYC05mWiuck,11997
|
4
|
+
pandas_market_calendars/class_registry.py,sha256=lpRSp1E_1vcY73a--daCIOsJpoxpJVuhlurRGDVUqlc,3868
|
5
|
+
pandas_market_calendars/market_calendar.py,sha256=pb4JFEeGgLvTJWyb9jKfus9Mj_6-_Ql-fXILvIaj5WA,34050
|
6
|
+
pandas_market_calendars/calendars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
pandas_market_calendars/calendars/asx.py,sha256=zMva21MfmbIHEk4p66CrY17GPhtPDOHoRlrvOHsyaYQ,1855
|
8
|
+
pandas_market_calendars/calendars/bmf.py,sha256=LrxgKSL4jptjzKQL9GBXTMmTHnay-3gSTBRFSq4mQSk,5561
|
9
|
+
pandas_market_calendars/calendars/bse.py,sha256=9FMotyaIafV7-0WYDi2soRkzQCG1rhPLzgaly2dBGFo,16485
|
10
|
+
pandas_market_calendars/calendars/cboe.py,sha256=NYHXwMm5B6ynNyWEOqXnOEhzWWqbBPRWFW5v7c4Ul8Q,3910
|
11
|
+
pandas_market_calendars/calendars/cme.py,sha256=wxHo-za9Pz61aUALuab5luKlAB_jmztxDVaF2njDCbs,10739
|
12
|
+
pandas_market_calendars/calendars/cme_globex_agriculture.py,sha256=zBfdlWeMxW-2peOdnTrDVBGDO_yeqGShsKz_y8jZKok,3364
|
13
|
+
pandas_market_calendars/calendars/cme_globex_base.py,sha256=M8nIv0ZqJ_8ePrNaCZx3patXp8DW6sS-wLCEStl9Mxs,3181
|
14
|
+
pandas_market_calendars/calendars/cme_globex_crypto.py,sha256=oORJKcqbM30upCDz-9PLgc1dnOj2y4CwTbulqsTu7OI,5623
|
15
|
+
pandas_market_calendars/calendars/cme_globex_energy_and_metals.py,sha256=XsN0u6aubf5CMVUB41H64DcnZgiCgAfOxMS9xAhjDm4,6836
|
16
|
+
pandas_market_calendars/calendars/cme_globex_equities.py,sha256=vti4rHb6uVtzHkrHFqLkCKuVnJUDGgq7zgEdBH-n28A,3762
|
17
|
+
pandas_market_calendars/calendars/cme_globex_fixed_income.py,sha256=xWKkqZPlAEB_75boIKnGIBGjYshLGzBdJRKg715WY6c,4423
|
18
|
+
pandas_market_calendars/calendars/cme_globex_fx.py,sha256=hYqU6s-BorE4x4drCGJ9RBTysg54WKpFPpw8nPVYYOI,3307
|
19
|
+
pandas_market_calendars/calendars/eurex.py,sha256=xpMUjMss6MXeqZaENs9FGFo3_GmAUjfjhRPgnJ3kiPA,3059
|
20
|
+
pandas_market_calendars/calendars/eurex_fixed_income.py,sha256=cGeO6DtVB_RvEW725igBDBzsJTpDamP4jRNYlk_QkPA,2230
|
21
|
+
pandas_market_calendars/calendars/hkex.py,sha256=cteQ2TYhdWg00QC6Wq5NO4NiW5w3lNlXLvqxmAkbkzw,14248
|
22
|
+
pandas_market_calendars/calendars/ice.py,sha256=YWxxfgtZJFt8B4A5TLlpwd3E1RqTMzJ9xxgLn7bYEk8,2240
|
23
|
+
pandas_market_calendars/calendars/iex.py,sha256=IqA5-9H6qZxWikXdyjGOy7SIgr5rp_lhOcFucGA6aXE,3139
|
24
|
+
pandas_market_calendars/calendars/jpx.py,sha256=6tJvGS4L4OM02ee-UzZQsObFjLuYJpU9v-lxGKMZ6mw,3704
|
25
|
+
pandas_market_calendars/calendars/lse.py,sha256=PmDS-f3DaIKvU5D4n9z603dHvajuqa-bPNuQ4baPmbU,3228
|
26
|
+
pandas_market_calendars/calendars/mirror.py,sha256=vyp18NNje9pKeVXGL8V-d7yVJfbvZLmkCt01hIpIp6Y,4068
|
27
|
+
pandas_market_calendars/calendars/nyse.py,sha256=V9X-NRAQsK0UIU3Asv9kmcFak7rsdQhcP_xx6sqLF6A,61617
|
28
|
+
pandas_market_calendars/calendars/ose.py,sha256=8bTjdV-FFRrCTFrpyAh7MVyB5BhXl63Q9NteVVMhelc,3054
|
29
|
+
pandas_market_calendars/calendars/sifma.py,sha256=m7U13TS_cLLC3uWb9DAUtrhmY9GVtgsYeto3d7s2x1I,10182
|
30
|
+
pandas_market_calendars/calendars/six.py,sha256=G5IbzC3mq4lQet7m0PQsDa2HQGa_91br_RkEU6U7y88,2742
|
31
|
+
pandas_market_calendars/calendars/sse.py,sha256=i2xhnAIeuV37MKcHOhlmw2dl04VwPJFcjbStc0YZZVg,11218
|
32
|
+
pandas_market_calendars/calendars/tase.py,sha256=Zv8hNJdrPp5GAaHNzPEklxDvMx4D2bxCItkpplCtCp8,8033
|
33
|
+
pandas_market_calendars/calendars/tsx.py,sha256=VYT_Qm8flncguf_AtYhMgqmF8fhfclnUhyxCRROGTcQ,4195
|
34
|
+
pandas_market_calendars/holidays/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
|
+
pandas_market_calendars/holidays/cme.py,sha256=NWI37dnwc8ThGr1NDnTOw6eAKMicnt4nq50DgjYE7gk,9474
|
36
|
+
pandas_market_calendars/holidays/cme_globex.py,sha256=lN5AV9b1J4vDUhoMsr1YXTFNE8siseZJGKvX5qL9si0,5304
|
37
|
+
pandas_market_calendars/holidays/cn.py,sha256=kifIYhH34HOtMbcOpeYJXfZRSnDJiHcYm6kgZuemo8o,48195
|
38
|
+
pandas_market_calendars/holidays/jp.py,sha256=9XYrKDb05O8UghXSxjfjCV833hQNua2b_q68fhFWzL0,9601
|
39
|
+
pandas_market_calendars/holidays/jpx_equinox.py,sha256=bEg0Dr3S6z28sG1dn2s_bU60Pf9gcwwsg7l4cWLdgQY,8069
|
40
|
+
pandas_market_calendars/holidays/nyse.py,sha256=Fi9FlsJOrM6x3aiH6EHJ7s5K6u5IAnvVjYA9zBl2dDc,41288
|
41
|
+
pandas_market_calendars/holidays/oz.py,sha256=dHPD2t4ffcC8083g05dT5HJbFTzLqC2ZCAvq8UPeKMo,1105
|
42
|
+
pandas_market_calendars/holidays/sifma.py,sha256=mx1WPC2VxSndcJqr3uINOFJc9PkXv9IkCwSwctYdt4M,8759
|
43
|
+
pandas_market_calendars/holidays/uk.py,sha256=dt5TNONlDMXPw8wjyyPBYNnLO5Yz6Mht8VrPUrNqy-M,4719
|
44
|
+
pandas_market_calendars/holidays/us.py,sha256=Lk4LjyP4QKG3MIFQnvd4NykPDId1FhqBxfO9khivCNU,11891
|
45
|
+
pandas_market_calendars-4.3.3.dist-info/LICENSE,sha256=qW51_A-I7YutlB-s8VSKeOP-aL83T-Lb8LqqU1x1ilw,1065
|
46
|
+
pandas_market_calendars-4.3.3.dist-info/METADATA,sha256=tIgyEeJhg4e_jyQ750YbYKA6DJSSvcGmwl5QW1-qHE8,9024
|
47
|
+
pandas_market_calendars-4.3.3.dist-info/NOTICE,sha256=mmH7c9aF5FsELh1OHXloXw1TajLD_mWDKO4dsVf43_E,11693
|
48
|
+
pandas_market_calendars-4.3.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
49
|
+
pandas_market_calendars-4.3.3.dist-info/top_level.txt,sha256=_4cUEFr07SuEAzZMT-5p0lJGXxO9imVbEK9_5oqcopQ,24
|
50
|
+
pandas_market_calendars-4.3.3.dist-info/RECORD,,
|
@@ -1,49 +0,0 @@
|
|
1
|
-
pandas_market_calendars/__init__.py,sha256=prBpkD2f2mShZjZePVa0L3_Cf-Tv48r6q-J_mFNFFuY,1323
|
2
|
-
pandas_market_calendars/calendar_registry.py,sha256=IMkB8GfA3vfh2U_fTs3vASHuulUZn2VAHJ0WBx6_lBg,2331
|
3
|
-
pandas_market_calendars/calendar_utils.py,sha256=q-bqZD2aEcaJAThgydFNnvDKZpz33aaJqoB9FTydi-0,11631
|
4
|
-
pandas_market_calendars/class_registry.py,sha256=lpRSp1E_1vcY73a--daCIOsJpoxpJVuhlurRGDVUqlc,3868
|
5
|
-
pandas_market_calendars/market_calendar.py,sha256=xDyAHgRc7dPJVNwBlPWnBkZ1GnpH_q4L6RyvWM-yAjM,33155
|
6
|
-
pandas_market_calendars/calendars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
pandas_market_calendars/calendars/asx.py,sha256=tocL_VXzbPNx89mmtXmSw7FKHy2Hzlj5HxcYjfJSn6w,1789
|
8
|
-
pandas_market_calendars/calendars/bmf.py,sha256=VHc7VaGixkOLDVMhEWVpwZdVwVdEanLt8-kytQRVwVo,5355
|
9
|
-
pandas_market_calendars/calendars/bse.py,sha256=9zBA46O8Jni4dRr-i3x5s_jtLKsUGu69qTHgVQ3sTgs,16137
|
10
|
-
pandas_market_calendars/calendars/cboe.py,sha256=BhoUJ6ipE1zg3GbdTT6oNQ5lpwKLIrZFrHmRT3laINE,3765
|
11
|
-
pandas_market_calendars/calendars/cme.py,sha256=lsYQT9bjnvqzms7Xvz2CmJmMBOXgasY62WDsvNXoH5s,10337
|
12
|
-
pandas_market_calendars/calendars/cme_globex_agriculture.py,sha256=sw5EZw5qmXMPK3dOCzqeRzaeaVRAF6QmnAu5V8ZEpOI,3239
|
13
|
-
pandas_market_calendars/calendars/cme_globex_base.py,sha256=0mvilo9TY5O5EVHNQVNcI8TGycKM5-ymsIcZ4a-ANhU,3062
|
14
|
-
pandas_market_calendars/calendars/cme_globex_crypto.py,sha256=UVgdfXKbmnY3h9KZ7YbnbLdb2MgmU8jJWNllJFXgfeA,5105
|
15
|
-
pandas_market_calendars/calendars/cme_globex_energy_and_metals.py,sha256=0sI6Q9pR0gRS7SvGlj1dz8G_i0DKdRautNS69ycgYLM,6620
|
16
|
-
pandas_market_calendars/calendars/cme_globex_equities.py,sha256=R6Tl49hnFM8KaGhnbrzWomPIJbL1TgqneJg2XW-ef1M,3579
|
17
|
-
pandas_market_calendars/calendars/cme_globex_fixed_income.py,sha256=zud6An3FENrRJfqoyQIVd59kkrRO28rKQ91G812ihM4,4227
|
18
|
-
pandas_market_calendars/calendars/cme_globex_fx.py,sha256=E8e-ap02hHnI3bzCx1K_yrP0_RcKL9xfn-i5xfqAh1w,3014
|
19
|
-
pandas_market_calendars/calendars/eurex.py,sha256=nEQCg7aHb2UPbkt9oESIbprQ6GES3TwI7vKjYJnIHXg,2920
|
20
|
-
pandas_market_calendars/calendars/hkex.py,sha256=x55d8S0mAAO6HVwasmngZFgxOZLQjidu9hBwSv-Cgwk,13822
|
21
|
-
pandas_market_calendars/calendars/ice.py,sha256=CnlbD3g7L6goukKZtSm-deuCdlB4ZcILTkYbol43TPQ,2159
|
22
|
-
pandas_market_calendars/calendars/iex.py,sha256=Z7mpIE0fjBp46QTjpLeDHEL1HuOGaXF_qJahh6EdbQQ,3026
|
23
|
-
pandas_market_calendars/calendars/jpx.py,sha256=RZYf2ksYPe3Wc0qCjGhVGT2see8FpuLcgWTubCIVm1E,3587
|
24
|
-
pandas_market_calendars/calendars/lse.py,sha256=qltdB1TdQ3F8jqx4oykzy_cZvqHlHwnsrpRXzBsovVc,3114
|
25
|
-
pandas_market_calendars/calendars/mirror.py,sha256=Wtwwek72UgicbJTHzRN7-TlvDjS7KVyUGVr1rdktZok,3937
|
26
|
-
pandas_market_calendars/calendars/nyse.py,sha256=QtIltvSiANIAtkr3b1KQqRsZ5aT847WvxHwC0rbhgNc,60293
|
27
|
-
pandas_market_calendars/calendars/ose.py,sha256=AfF11QxKYwozaaEc2PvuP3IPvVj5D70mIl0zyp5OogE,2938
|
28
|
-
pandas_market_calendars/calendars/sifma.py,sha256=GmnNb_rdvvXLY0VLbO9NKgXJgyrAbuBdk5wvGyRdh9Q,9068
|
29
|
-
pandas_market_calendars/calendars/six.py,sha256=RYShBBuHg6O5QrMnTmdboInh0Wy5bBNRC9dR-QH9PO8,2610
|
30
|
-
pandas_market_calendars/calendars/sse.py,sha256=Bb7UF5LxTcAuBxNetnivrdz6XuEKza-TmzfGssDSh1o,10907
|
31
|
-
pandas_market_calendars/calendars/tase.py,sha256=fv66QDel7lixog4BDMpMFy9yVwY7jFoQs8bWdjsj-1g,7834
|
32
|
-
pandas_market_calendars/calendars/tsx.py,sha256=srHa3Dq1xsdpXkEUb_T8k04Es1cp08ZwcB7Sowh4gI8,4014
|
33
|
-
pandas_market_calendars/holidays/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
|
-
pandas_market_calendars/holidays/cme.py,sha256=i-wicEbxB8ISlweuugxlOWOgjPPOnVuLNphlDGyh30w,8807
|
35
|
-
pandas_market_calendars/holidays/cme_globex.py,sha256=STQkLipSAcAEf2USLBYtBjfyhOZHu08M9hVsvtt-O70,5222
|
36
|
-
pandas_market_calendars/holidays/cn.py,sha256=dCOFL98Cl7SL86qvuEnDuPiRND9iAdnR-Xr4WHj5QXs,46740
|
37
|
-
pandas_market_calendars/holidays/jp.py,sha256=GwZeVxIF6v-80bOLKavTt4FdHh43ludVdbtUJLnc2lg,9191
|
38
|
-
pandas_market_calendars/holidays/jpx_equinox.py,sha256=bEg0Dr3S6z28sG1dn2s_bU60Pf9gcwwsg7l4cWLdgQY,8069
|
39
|
-
pandas_market_calendars/holidays/nyse.py,sha256=Jb7AE1IGXAP_GNO9BXnJEzlqURw5hujV4EqUEU2_cVM,39787
|
40
|
-
pandas_market_calendars/holidays/oz.py,sha256=Rer78r_k9f1IaKaPI9DTW1G68CWn1VXYglt0yZORF9c,1044
|
41
|
-
pandas_market_calendars/holidays/sifma.py,sha256=CEgIiRFH4vxyTPucX8D_lzQcoLDSd0jvfZ1Jh6BFt-Y,8487
|
42
|
-
pandas_market_calendars/holidays/uk.py,sha256=dt5TNONlDMXPw8wjyyPBYNnLO5Yz6Mht8VrPUrNqy-M,4719
|
43
|
-
pandas_market_calendars/holidays/us.py,sha256=Myooe1WJuI7WtOL-FlX0hZdiCzUTvWwip74DQ00otpA,11520
|
44
|
-
pandas_market_calendars-4.3.2.dist-info/LICENSE,sha256=qW51_A-I7YutlB-s8VSKeOP-aL83T-Lb8LqqU1x1ilw,1065
|
45
|
-
pandas_market_calendars-4.3.2.dist-info/METADATA,sha256=AeHpbvcvBmhdFFlAdPSptq6pAolPznvDyZL1WZ8eCD4,9019
|
46
|
-
pandas_market_calendars-4.3.2.dist-info/NOTICE,sha256=mmH7c9aF5FsELh1OHXloXw1TajLD_mWDKO4dsVf43_E,11693
|
47
|
-
pandas_market_calendars-4.3.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
48
|
-
pandas_market_calendars-4.3.2.dist-info/top_level.txt,sha256=_4cUEFr07SuEAzZMT-5p0lJGXxO9imVbEK9_5oqcopQ,24
|
49
|
-
pandas_market_calendars-4.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{pandas_market_calendars-4.3.2.dist-info → pandas_market_calendars-4.3.3.dist-info}/top_level.txt
RENAMED
File without changes
|