No project description provided
Project description
Finance core
Financial indicators implemented in Rust with a Python interface.
Install
pip install finance_core
Example usage
import finance_core as fc
max_three_days = fc.Maximum(3)
print(max_three_days.next(1)) # >> 1
print(max_three_days.next(4)) # >> 4
print(max_three_days.next(2)) # >> 4
print(max_three_days.next(5)) # >> 5
min_three_days = fc.Minimum(3)
print(min_three_days.next(1)) # >> 1
print(min_three_days.next(4)) # >> 1
print(min_three_days.next(2)) # >> 1
print(min_three_days.next(5)) # >> 2
sma_three_days = fc.SimpleMovingAverage(3)
print(sma_three_days.next(1)) # >> 1
print(sma_three_days.next(4)) # >> 2.5
print(sma_three_days.next(2)) # >> 2.33
print(sma_three_days.next(5)) # >> 3.66
Indicators
- Averge true range (ATR)
- Exponential moving average (EMA)
- Maximum
- Minimum
- Moving average convergence/divergence (MACD)
- Rate of change (ROC)
- Relative strength index (RSI)
- Sharpe ratio (SR)
- Simple moving average (SMA)
- Standard deviation, population (SD)
- True range (TR)
Data classes
- Bar (open, high, low, close, volume)
Contribute
Install Docker and open this repo in DevContainer.
# create virtual environment
python -m venv .venv
# activate virtual environment
source .venv/bin/activate
# install dependencies
pip install -r requirements.txt
Useful commands:
make build-devto build the package during developmentmake build-prodto perform an optimised build for benchmarking
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file finance_core-0.1.7.tar.gz.
File metadata
- Download URL: finance_core-0.1.7.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fbf1f4074796c21107a1e49372f1370366f22983d639291f0d5b46da7086e2d
|
|
| MD5 |
e9ce5494dbc1e7dcfebd77bf27a3c54f
|
|
| BLAKE2b-256 |
1ae327bf33bebe9aabbe76ee8ed290b13ed97867a897a85281a1638c1e8a4600
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 466.7 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3960c3843c56d8446d66b7b69b64115a6ce513d394b566b3024223d3226049bd
|
|
| MD5 |
59141a308635dbd6b421f779a0aad64f
|
|
| BLAKE2b-256 |
b34a123d6adc3f507bdd1406cec36203d81b77daa857cc2aa42b53b9de4e7bbb
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 493.8 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b04ee277ea5278ef6940ee6480eb2bb5ada2e8b904c19cfb271d45bc1b5398b
|
|
| MD5 |
14430d250d35c65034d622a02eb04aae
|
|
| BLAKE2b-256 |
7e49cb438307761922fc14d1fe1043768ad50c700ebbeb9173c8f9900e34cc8b
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.6 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9084e79e9fc1139d744eaca266e1382c6f12dc580f739c9aa1072d335f0d7bcb
|
|
| MD5 |
554657846330a2e1cc6406c9d5484f59
|
|
| BLAKE2b-256 |
f2721a8458889053456893774d51c94c0131f52c12e6645586208da4383c9b0e
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 473.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3c6b5525dc8108b8f59c7da15a59d83808ae6a9306f3b2c6d8eb39c89ea56f9
|
|
| MD5 |
d5b952cdca65c25e04d7ef52462de32a
|
|
| BLAKE2b-256 |
7c6933f27b6bdf5f5b77a8e9e5088383b46be338971f9e5c19f392b87e26d57b
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 295.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8713b10c4d0d93305f6805b18595035606d21d76e2273c622b5b005ac163de4c
|
|
| MD5 |
2165209b4e6f16097eb204d9bd746720
|
|
| BLAKE2b-256 |
cffb795176b4308e5c380219ded4cfef6159b9113ab0cec83b9a96919ad619a6
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 333.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2488618dcfccaafadbe9abd1e45c8ddcd4f09294e10f022de42e51b1f1e51fe
|
|
| MD5 |
bbd0d3e8e1d9137f36e8b27270f066e2
|
|
| BLAKE2b-256 |
40dfc412880c7e7c45043f4bb9fc18ec386d2c5f98bd7425cb90c7935db3aecb
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 354.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c55063bd618e62ff727e8b3cd38a6e074eeb16cc46bb03ff693d498f6fd96219
|
|
| MD5 |
5ac37e2b24fa88891c9e2bd00cfd8012
|
|
| BLAKE2b-256 |
db0a573e9d2f8c1e93bf7a9b1ac425c59def51d46978a646d19ec4e3e7976f52
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 302.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8dc36bddc09eef0582bdb21ef8c76528d393497ec4e05edac3fcc362e75cda1
|
|
| MD5 |
22573ded047e7ff6d8c20b416e205bb0
|
|
| BLAKE2b-256 |
a8860ac3917d531fe428adeb924033ff68140480e855c8b3a7ee2a543b6d8e46
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e383fc3fd85e5548d910d4f0e379af37d3ffa2c85c12fedc8173fb68c87634d3
|
|
| MD5 |
7ff1fa566506bf0f60fe0ebb437eb23e
|
|
| BLAKE2b-256 |
ca5c563b8de93381f4eca24b3125016b373196ac69e3f5e2b793596f8d288da1
|
File details
Details for the file finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 314.6 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44532f4e6ff395ad7922e0ce745224bbfe02433593d3e5c1423b3fffad583968
|
|
| MD5 |
093cfcc4460ea4440ae42d3eac26d82f
|
|
| BLAKE2b-256 |
7ec444cc17d99cc172f18c1200f03df1aab9ddbaf7153537f3c9a70edfade26d
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 466.4 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbcb20b1d1db363d5a133b55338573b145615e0cd15a4ba875a79a506899c5bb
|
|
| MD5 |
a390c8ca5d0fceb0227a3a809b7c5d33
|
|
| BLAKE2b-256 |
9dec949c030dabe154afb0786a40b0cb73012be75602ec41ef1da2c31b21a01d
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 493.6 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cbdb04c80e512f9457f367fc45accefb26a98b7e9fb0773c9b4aacb1e0a75e0
|
|
| MD5 |
c355dd129fc20e72a900f70f021eb5a4
|
|
| BLAKE2b-256 |
fc6ddece3d3c8bafd3287736b0966e17c2ba3232ecc9397b3e1a96f3b3849d07
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.3 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3e941cdb1fbf58d5a95b7ef7d40950dd213265fa1f0ff43c91870d2b6a68c05
|
|
| MD5 |
df3e18e5c19b362ddcd4c6e772f3fef0
|
|
| BLAKE2b-256 |
f4080c00a9f3ba27f9a008bb1e316d0bf1842e80fa4a12b3c79354b269dddb33
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 473.0 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a7172499dd3f2d907faec42e0a55101171546e17cb5dea7c6fed02ee1ccff38
|
|
| MD5 |
8b10cf4805a0ad31ce80c265e453d794
|
|
| BLAKE2b-256 |
2b0cd06b99d3ab1e4704f408060a72f9d39c312fce098034c2d48517886d875e
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 334.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efba49cefb8539d88fae5ec28cdf4fc489ce826eab295c12d100f607fb4f9954
|
|
| MD5 |
f7e1bed985fb2c3ed2322954a13d01a5
|
|
| BLAKE2b-256 |
3165c260f8198cdcc71dc759bc99088fbc1c230e5165a0f93c0c51d5885cb828
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 353.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b4bccb3f4732662e0b8a65aae645d4a604328f22c85480386a634dcca6e69bd
|
|
| MD5 |
5dd55ee917753108db4ad1dc6c81b8a1
|
|
| BLAKE2b-256 |
335451f6bd0517bf26dcc01e1000b7f80f59cb1e06944a38845f97d31c02d086
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 302.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beb34fff971a0f31a8f044509ff4b060f49631852bded5a6cfdcf789a3c92756
|
|
| MD5 |
444ca7297bb0c24217bfc6d35c227613
|
|
| BLAKE2b-256 |
2e1a022ae157c7b6b325501b3986a9ddd2a9d9e6acb0622cd72f547530f9ba01
|
File details
Details for the file finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 294.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d339dc569a6dce0a6e6fbcded7309299a6433d881fb44d911fe458c5dedd33f
|
|
| MD5 |
2f53f54579dfacf998598209885b3c67
|
|
| BLAKE2b-256 |
7f07f95de90bc04d221df64781f3b247de44704aa7f6a8a6d249d905f9bc82c8
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 465.2 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66b0bc239ad9b814313672c30135138280ab88f3b1a672992edcc7a2f3a2200b
|
|
| MD5 |
2fb405bbedb40307df0ecf3372ee0d4f
|
|
| BLAKE2b-256 |
f669ce00eb296729d362b2180a99b8525c17d5b6529be9cebe356fd813b24975
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 491.6 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9de13bbc5f6588318cc6dcae05787e03a5015704246febd79ba8769b3fa59a5
|
|
| MD5 |
99abe17c1d49127cd0fdecec547f6b47
|
|
| BLAKE2b-256 |
6797f90f5d7092577f7558ddf5b925f16a64040e000ad55ca3eb822112bd9132
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 562.9 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79316ee9fee9acf5ae1956abf4ff2fa7cd2754310ea5fa804459df8634800b1f
|
|
| MD5 |
b74ba9ca5a85b842e73bab08487d8910
|
|
| BLAKE2b-256 |
342afddda3a5878bd4d4d25d9bd2748a418db8c0db7407407e2228ba5f2578f2
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 471.9 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f501665a0e824332c17e64512de7e6862b6e172edf0a8325be32194ca8b6786
|
|
| MD5 |
d91af88b6440d4975bfd9fe4264cba41
|
|
| BLAKE2b-256 |
862b488203bae35a4b6ccef0669f0a0060fa4e202349ae11075e002cf2f4c9d2
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 330.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ab3c16b689f85921131885f811808de4a5b61cc5ee8522b473b03b6711b05f
|
|
| MD5 |
a5413bc18c2c9370e1bdb66ca3de30cb
|
|
| BLAKE2b-256 |
eec822fae84d6b1d2a5467c6f962cac031c8702c5a1f7dd2bbf83993fe3f0262
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 352.8 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bec957aadc93917db655ba60df2d23e6e52c8ff7b928c1c3b60f6aebbbf0e5a
|
|
| MD5 |
f823533d4f7edadad5a41619260cbfb5
|
|
| BLAKE2b-256 |
a985e1aba1f71f443e8d4c40eabecd80dbf11c66306af8c0fed4636821696a1a
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 301.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98045ea8a41e9c4b45ab0690a498c454959fcb24fe1310eeb6195163805bdab6
|
|
| MD5 |
ab9e9923ddc1dbe8ea01bdf31e97cedc
|
|
| BLAKE2b-256 |
f672ec3e82f7d9bec8c0cf5f34bcf59701213187c8bdb2efa5e33fa74bc09624
|
File details
Details for the file finance_core-0.1.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 293.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
756971151697bb782f210b2e9c0007a29770bc3e6bd6369eba110765370494d9
|
|
| MD5 |
e96ba5e5de23a85822b9587fbaea0c36
|
|
| BLAKE2b-256 |
6cb323e68903e9543e3102071414787625f6a9561df02316c21f0d7809b3f0ea
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 154.6 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06a941fdb18843b1ab6bff3a143e0686163d00969983da0812e3fcdbf1859260
|
|
| MD5 |
0ba4fdad2752f2459ee9efd2049ea250
|
|
| BLAKE2b-256 |
dff862d199288e19b0cb20ede588d87b772fce17a869d53096dcc111b0e5d847
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-win32.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-win32.whl
- Upload date:
- Size: 145.3 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
912d0e372276c88182efac106eec59af6ec9dbb4a70b6ed299310ce3927d9726
|
|
| MD5 |
38fc2214b4cf83bb351b52c191fe82b9
|
|
| BLAKE2b-256 |
801d1a28116cca4482134718513982df0de832325d4f12de9aab66148514e9fe
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 465.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba66fde0d38c2fa07f730ccb4e9bc7d3b193c1dfc36998f55a9e810f63fa953b
|
|
| MD5 |
a3457ea77fef6299b4d4af835a64d3e0
|
|
| BLAKE2b-256 |
9cccc72991afe87a43bbc0637a73629bec242a6bd4449f76799f2af3c9a12a92
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 492.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e32f2b01a09768607d3b2eafa4f3db7f08cce3d90227965fd8c8a2330331c25
|
|
| MD5 |
e3d7dc6e1b015f0516d35486ae83a4bb
|
|
| BLAKE2b-256 |
e0fd592834c4b337b09c2b2d7d2edc047d5d8a62d662879d105f2ca4bd0e23de
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.3 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0a3edd8f6b0b30fa2ddd901937659f8c4317b5ca74d5e0c41ee4a8ff1276891
|
|
| MD5 |
acba1b8e1dc2905790b9ae2543d82a55
|
|
| BLAKE2b-256 |
906d9b0f5969bf6f7eb9513ecdf7ebc357428b2a4d7dff78ec7704b0fcb3e06b
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 472.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7c9a1bd747ed38e459a138ea12eb512ad172b2238e18bc1db397e78d55435a0
|
|
| MD5 |
a05229cb5893e703cee1534f7d3b00b2
|
|
| BLAKE2b-256 |
ad29dff07a50fee5c3d83fee6253971dad68c7f6a9fa8526a4c9faf082f966a2
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 294.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
495bc4cdb7e6695773ba10ff0adb149d0a8ae2920c103c1d404ef5da447343a5
|
|
| MD5 |
994daff3e0e3e11597718c11ebef5566
|
|
| BLAKE2b-256 |
9b9fbe29eb7320997c7c47202ff3f3a0c2abc8aaddc32d679eea467a73b0edc1
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 332.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfe9484c849ad5aba1a4ccf8ce56bc591005f6faf1874befaab15c330d9957c4
|
|
| MD5 |
b60b79f79cd3d13b72a1c5b50ff53110
|
|
| BLAKE2b-256 |
195055a8cffff0e4f61ecd5dfefbed6ae37cd21a2fa098f8168bac225815664e
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 352.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81b9ee6223954030e602769238f068d27fa62daf49c5457133d0cefb12f0b531
|
|
| MD5 |
faa0bf3a773b9be49dd6b824ebe19e89
|
|
| BLAKE2b-256 |
f0b91128662ddb98cb93158ba7bb2d8d82431a2f665c9b0a75d473d795f9ed2f
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 301.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d53e200e2cb80803e8cb6ff662117e02e6279b8ebe114a4af1ccc68db566e88
|
|
| MD5 |
8ff30521aef0b76259d60274bbecd028
|
|
| BLAKE2b-256 |
8b0a4c7d0488f9e7b7f3e09a1832a0cac4f55015ee8e70346b7066085c776a5a
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 294.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32bbb94bf97ac32b61feb392c5643881510cfbefe5f3aaf56baef2d4b1ba3981
|
|
| MD5 |
2314e4123b71d5df6ccab208efe09036
|
|
| BLAKE2b-256 |
c5bde1bda89951b6957c864237b0f5f9be1f95d81b0135c21da9f5e35f9eee86
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 314.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0a2af37e69191da3d0f6f74cc02e7bdecd1614ec445c5e6f4ba277fe9203816
|
|
| MD5 |
2f6590f28dd59c725b1114446f71e34b
|
|
| BLAKE2b-256 |
b6fb484d0ce990a42141c2d2c761f5f080b3ced7446f8013a184f5de2679a42c
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 258.0 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3021704b7d8a2865b4c62b72f6a1c05f1237d948d033084509972b6745fbbccb
|
|
| MD5 |
bf6fa1aed9c9038b2ac53b257c3b3dac
|
|
| BLAKE2b-256 |
97de681a53fa2ecd774f2482dd7e2d0a269d300a8855804671eabc5a37b5c62c
|
File details
Details for the file finance_core-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 265.8 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82e333d598a1a7b3539c4583539903be99e52b4f6251aea861532d987bbb40e7
|
|
| MD5 |
bcf06a0254a1474fe4668089fc956e26
|
|
| BLAKE2b-256 |
69cf4cdc8bc3ec9040e967eee56c275e4ac4119fe52df778fc6d624ef19afa92
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 154.6 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4585ed3e60966810a2b04b1d6d5fdd4551d97049b4963f71f625f34026b512
|
|
| MD5 |
0d1441debc7b29e04a7f0ac2a6e7561d
|
|
| BLAKE2b-256 |
b4c622c3f023f9c35812b71672a37b5e3bdcfa0ef5ae32e8f35d0f08e400f868
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-win32.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-win32.whl
- Upload date:
- Size: 145.3 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03b262dd0d47bbba6f749e83b9e5be543c3c9a2ac23604542f68db436f648e85
|
|
| MD5 |
ce6507e71733ec8213de78e77f2143d5
|
|
| BLAKE2b-256 |
01e222c74632c8a57841fddd92de15115437a315352c59b83dcf3ac1f21d9a47
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 465.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e9f64b6d99e107f15120a81ca5003260b14c39cf715edaa7950b96ec1ef643f
|
|
| MD5 |
404ce7d092c543eb8f602394e9c271dc
|
|
| BLAKE2b-256 |
c7e79ff4eb3148fb34724ef12f24b5684e7aae9ffb5d9af46fbe6a72ac33ef4b
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 493.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbb9af00ad9cb2791304ec3cd22de6385683015e6b5b102758f5cce167c77b37
|
|
| MD5 |
5d1c904dddb3b94c93f424c14a32e3f1
|
|
| BLAKE2b-256 |
b893402821dd7a18ff82e09c6d0d8f5e6923da011d5ee6cf7ddd6d3ff102c40c
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.3 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21b3843988e9823376dd58beeceba18b4eea819608400c678841da710ce36d3c
|
|
| MD5 |
dfee7785cfa555ad52ff7b2775ca357e
|
|
| BLAKE2b-256 |
db01dd69dd7b207c077c8e8b28cc1359f66607293fd26ec23d09235d90519a4e
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 472.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b52d3f71ac0c2b8f7974b11517c0d2e2ed11ac6cccf20f0fe9416679746e4d1
|
|
| MD5 |
d9ba250fb6ab893bebc1253e2da466c7
|
|
| BLAKE2b-256 |
4320726c6924ff12aa27fea5619ba8decf259418e4b79f85be67287f40b8f7c7
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 294.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
309f4f48128ad8758f1997a7560d0c8879123cccb3e34782650cab64a593ac6e
|
|
| MD5 |
7dea5859caa7737fa05057fc3ad66dc5
|
|
| BLAKE2b-256 |
d28274032a04e1efbe2cb2ef1e2a43b4230bb78edfef4ab816ad4431f52f78a5
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 332.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2337759391609ef38b613f7468a1e95a31f94dbeaa9c4d89eef5815272ff6ef6
|
|
| MD5 |
85bdb09bdc20958c95123a3aed76db89
|
|
| BLAKE2b-256 |
725285370b3acc7cce0b9a3d69c5e1305932dac605b8cb18bb4eae67ca68e4f3
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 352.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ef0abf406ef7bafb85c18b926fd42a7e8132188622dcdcf8fb25c40fccf53a3
|
|
| MD5 |
d4fc87ba37c643fd67006ebda87ad07a
|
|
| BLAKE2b-256 |
26c69497accc3d9ba835e4fa93f40ef6b8adcc9000f1701b20a7005f4456ef6a
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 302.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
941a78607f37efc76353ecf45de559eddf4ca0bca3598472c47f0706db3e77d0
|
|
| MD5 |
f927fb645837e0ba9df7bf395ae7d609
|
|
| BLAKE2b-256 |
06925808840c91d481d0f3fe47270657122ecc7870fab57f94e2131fb4cf3ce6
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
154c96df0172720ca1e4643d56d968ccbc9ee9e1d2294169872327fe2271f313
|
|
| MD5 |
939df39d56e0cfa0e0eb7c315e75fb97
|
|
| BLAKE2b-256 |
5efaf69313e3efbdfc255df8aae60b1f797baa8b1c8767012bdc023d3fb7c9b8
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 314.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ff568e1a9ea9ea4a60fec5df12f0d4cd9adc5e17ab93f18e7bfeac5d4b1cdcb
|
|
| MD5 |
fe495fff80a1723fa1840c955b262777
|
|
| BLAKE2b-256 |
a3f66f30a6282c7f139054841ab3731246079a518d5ab6fe6850084b46cf36d6
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 258.3 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca7b6d42f830e685471fddbca57354a724cdc0eb67c349033be94e8941a4131
|
|
| MD5 |
757edbe7d1aa6f2aac44b8a11d1e02c3
|
|
| BLAKE2b-256 |
9bbb6fd9ca4148cc2b920012ba82ec4eb30ea9a70ea75fc3c25632da810f90c6
|
File details
Details for the file finance_core-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 265.6 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d9faa4318cf19071671eaac3d1e520161a7084244582b1867cfbc0d0d7d3550
|
|
| MD5 |
19fb5dc2ae2c17ebbaec93193f985a33
|
|
| BLAKE2b-256 |
1416932d197a532360f6154b8381454e7f8001f37bbd4500ea79549d22f41bfd
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 155.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d47ab4fcf977f679dfd400196189cc85a37d947dfac777e428ce7f09f8dcee69
|
|
| MD5 |
24b80b9e149f5e23070bf37d9af06b61
|
|
| BLAKE2b-256 |
da34ef1792cf7f1cb14ebe643dbe84afaf44041207e77c9de4ab3b33e989ac46
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-win32.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-win32.whl
- Upload date:
- Size: 146.2 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c720d03bf252461c3d0ed81c4abd8d745c67812058964feabd89ce0a4136da07
|
|
| MD5 |
b473da86c2176b03fc9fe816cfad788c
|
|
| BLAKE2b-256 |
8ead2b417c80856d9858c6ecc85badaa12c12dd0d6158c48fc02cae958140aa0
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 466.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1cf4aaa82a0467800c71db0e2500a5e0ff0c2d8bfbfd47810bcca78e8cf24fa
|
|
| MD5 |
e3bdddde35a49cc4a6e65d53a5b5d29c
|
|
| BLAKE2b-256 |
81e63bb25fd4bd9daa6f9d8744a6c27faf78ad614808e045de28ff5a47f5a0a2
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 493.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fb502260c2a165a80b92aff2371475447a7624c991475bb8fceddf2dad4fec2
|
|
| MD5 |
fe521e6b71b4304f209b4facab718ff6
|
|
| BLAKE2b-256 |
e90970c7b2bc7884adedc1d0171e138024bc6fd3183d2742ce8bc25fbc91b1f7
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55681b01d6688a0644ef9e5e88b48c8e1b8471aac8546ee20ba429530b90fd66
|
|
| MD5 |
e2d37c981d9dd4c135212282f1da285e
|
|
| BLAKE2b-256 |
e0301c9bd71361e7b8e306cf5336671c03f7610f2d03c33b5eb19d81a16d9908
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 473.0 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0978ac9652736130b98a5929b4094487065047b2856c33abf7f927f904bff40
|
|
| MD5 |
f490f6ba07eb5f7f99de0fdfa072080e
|
|
| BLAKE2b-256 |
03198c7c067e6aabf8efc296144d324281a21cfbe3266f86ef5677591319f59e
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 295.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a90d53d9ce8310fa1786712347735ec8fc633227049be2fb110821bcd0a63b1
|
|
| MD5 |
2f65dbc568f5984c587c158a67425762
|
|
| BLAKE2b-256 |
d35086a63a0626630d62dd7a17cb7be6743c4972b46a59feddf0b45757ed9fb7
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 333.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36ce4a0923e7a24b0a77acd4c4afa24713223636130faa17a8bfd746f1d0e656
|
|
| MD5 |
08c9c8484adb94a1928a53ed52a07819
|
|
| BLAKE2b-256 |
ec9a7f72eccc6d1ef2597d3e3d2acdb2bea5410acb4dbe84a437ba6c666f4e39
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 354.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8647698776d2757020b756acc4ac2d9619c1949e79a3d5c1aa8682319aa6d99
|
|
| MD5 |
0f8b68b28e6b976955aa0b9d9b6fbdb9
|
|
| BLAKE2b-256 |
2d48cbcab6ffb04705b906cb20f7de355a2bacd5cb7edab0c64a6b8853437e57
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 302.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9f54176cac1fbab87f99769b3348fcaea101a234550f2201f5b035132e417b3
|
|
| MD5 |
2c685fc4b77e313c4da83037693a0e17
|
|
| BLAKE2b-256 |
3e92de2346d488fdb48d8518b45a29ba9e493124e685f23a16d96be0d174938c
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 294.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
762d866d1add3ed58dee84c928e1589f5fc88734945798ed323a1c39a80407ec
|
|
| MD5 |
9acc3623f78e0755242d2c421fb4d218
|
|
| BLAKE2b-256 |
9596c868e5edb23ed20337eb3674cab91f9e46caf41526db49f026b71a907fa0
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 314.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
575ac8381807404109fb80501cb1290ef642b236e4deb7586d886ab058e4aced
|
|
| MD5 |
1d67b41875d16195bfdb3042b66581aa
|
|
| BLAKE2b-256 |
d79119272da71f6845d890d934cc07cee846ae765531cf0f9313e6c74ab21982
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 261.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa7ff851952f3be798de9a1e4d282a41cac74a7167c7a98ed36905eb155ba275
|
|
| MD5 |
a2544d1b159454f5c12d9eb1cd40bb1e
|
|
| BLAKE2b-256 |
fd305099b05d9529435251478e0a6c714ee7068b93dbaa483c9da99173784aac
|
File details
Details for the file finance_core-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 269.9 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a4570d3e71ef7163a1c3300e5306352f1aaeba780a52d95e8006f922dfeb7a9
|
|
| MD5 |
e2da3b4c79b1d86b2d3cf68fe2bb07ff
|
|
| BLAKE2b-256 |
71ffbdffa3df8638c740930d7ad98b913583aa88dd75bb5e20336402961b6eff
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 155.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea48ebc56990248889a93e2a9bb30d765561faff3eb2bfe9826376397919a990
|
|
| MD5 |
ce6992d147cafccb8542559a4d7238c2
|
|
| BLAKE2b-256 |
250777df858385deda1b8751583f0cb89963b17a13e7cbe683e24dc08e96bb60
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-win32.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-win32.whl
- Upload date:
- Size: 146.2 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
087af0d203f050ac0b43aaff2dffed22d0af1bf723c3b8e2d1e1f8e351c15c3a
|
|
| MD5 |
d48c3c6e9b4e13608ded0a480441d63d
|
|
| BLAKE2b-256 |
10a94f6c6f5662e196472b45336e253ffba95b57635c20880e6fa881bfdc3193
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 466.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4dbb159a0b0f4885bc9674a06c9ae8fda29432e2dbc78192174b2bc3ac6ab9d
|
|
| MD5 |
6468ec9e070e86bce6abcdce2517a320
|
|
| BLAKE2b-256 |
b1dd68a11dd8a2cc66de92558cc566a9ac8461ae3fb122da4748a529b4645e99
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 493.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e88a9509832248816f21278291cac0d9c07bebb5c79dcf87e47bff42be5ba25a
|
|
| MD5 |
48dc054e91eaddbbb8a0008af886cacd
|
|
| BLAKE2b-256 |
e605be108d679ebce5209c19e5d799364425e343518862f1f1be8e97c45eee28
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.2 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc17fd3819b3dee5802c9c7b9724f234bfbd06143103c2e82b843c256440ed4f
|
|
| MD5 |
61233e2aac7539dbcaf850d43c508449
|
|
| BLAKE2b-256 |
8115b9006ece07dffdf0dcab2d9e335ccd8522c01bfd345773f6ed605c583324
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 473.0 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e1aa09f3f07d765a2cc926ca86efe648610fac661a2b418af493ff74eee4f28
|
|
| MD5 |
7b75a1eab5649db70b9866a08985b928
|
|
| BLAKE2b-256 |
bc94f54551b4b3ccf940d0f3e4a905c794d4cfe9912ab0c0a46e37a68e5a3f13
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 295.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c616f35a0d7dabc156a66f5f1a3c306fcc4d5fc2b2324eb0a02ea60c174f5333
|
|
| MD5 |
949efd50b585241d355e4dc1b34f0e98
|
|
| BLAKE2b-256 |
4315877b3a293eafd44b06ee5f4ba8676dfb52ec8c62300844bd346832c4737b
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 334.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d2292397dde9e187362fe2e6139c00fba8c2217b1e324dc8dbad5c3829e5d5c
|
|
| MD5 |
93300107d3f5230939c627909a53e265
|
|
| BLAKE2b-256 |
09a2a98ffce761023e604b2c91cb8e340b7aa745b7efd0fcee24729d9b5b4027
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 353.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
209c99734c76318b2e9a4ba4d4f95d2ec7c4f5d3c83fd76d7c6227aa0b48d52b
|
|
| MD5 |
ac2f5a361bbaacdfc883b861d32d6a8c
|
|
| BLAKE2b-256 |
85d0e060b2d3d964af5931cf51204c9dd45bf0fb2eaab0a502cacc2f0a2b520e
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 302.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11c9b549b28b3608862bb00c83b0eff7c8ab87b134689c41a2fb9541730e5658
|
|
| MD5 |
3554348f432d204764c93f4357d862b4
|
|
| BLAKE2b-256 |
fa4c424e7806a15bad3547bd29faacafd791ee720358d08a7ec393e8b1ba47ed
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 294.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e72c7f9754149090697e826da42d54fa3ed95d385475446f51365fc50dd4ccd5
|
|
| MD5 |
64e328e0238b36203d168ace1cfaed61
|
|
| BLAKE2b-256 |
e0ad6f958cd44512ffd106ab19c777263fb0d807bcf79f15cb798a2ce6e57bcc
|
File details
Details for the file finance_core-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 314.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d60e84811d2e583c36b6c5bb705a1ae58198e6b8a6ee2c620e1efadc13363a9d
|
|
| MD5 |
c4ad2a9045deceb1118fd78f6c970c58
|
|
| BLAKE2b-256 |
b32738156cc0790bb63405ca8b205c214285cb542af592c706a66225046b4a3b
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 155.4 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f8471dfdc1173ba2fe1b412fec10306a1018ecd32f2c811da7cf56889476a7c
|
|
| MD5 |
9837dc92f8b46ab6cc550584183d6678
|
|
| BLAKE2b-256 |
ada5c45e4a04e7fef139b9e3b74895ea0d0c8043c4c4c28b97595d28b3fd7b96
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-win32.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-win32.whl
- Upload date:
- Size: 146.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4ad51f4de930182f3aefc48497f385f8c26aa16f7dafe653dd8708c3215905e
|
|
| MD5 |
17dbc390cbd93d458a30d33f6242c88d
|
|
| BLAKE2b-256 |
1f038c4f6543fe9d44f6ad9e3649967b6870bd042e252d9876c63d746ee253b0
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 466.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
111fa90a6a0d1838402e18f98e3ff948d038785c91833db493125c6e0e517086
|
|
| MD5 |
c053de69ebec94d125b053ed0b843d53
|
|
| BLAKE2b-256 |
4e3f8e76fe3bfc11dd47c0a7f30e60d176737280a497cca46cf36f28126b2288
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 493.4 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea22f3df1f2d95b959e7e12ca4e59e349944d94a6c3230363d457bf6c526a276
|
|
| MD5 |
252b8c3c0871f01ee4d28bee731ef250
|
|
| BLAKE2b-256 |
12b8612b768919416b6c0058929f56f6d7abde8a2860bd44bab1f12d32d51c94
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.6 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c06407cc9a8b374b545a2323d0f96e383f3e5a88a85d3a1432baffe5a8a6a35
|
|
| MD5 |
69728c02e8fc381f7791d91403e61925
|
|
| BLAKE2b-256 |
612230f15cece7d6c30c3fd732e5d0e7153750e0922cb25a5b94cf5bd070340b
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 473.1 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58fc01ea44da1b30ea7908c1033586b9e528ac3737a271b19d2eb1478398168a
|
|
| MD5 |
639950139fb4087ddd2e6b8d3dc1f060
|
|
| BLAKE2b-256 |
e8e4d9cf6bd6602364b2d1d3d4d0876aa29dd476943fd6529dc17df56dd2c70d
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 295.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ac92bcb1b25b86b8560c1bc708a89c8691680d695b8cdd9ae0f5119c8cb26c3
|
|
| MD5 |
b9535221f8c27b35fcec7178ed2dfb04
|
|
| BLAKE2b-256 |
c397f74a46ed21591162c31c7514f147dcd5516fae9a2b4844ff92649cf7f3d7
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 334.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7082d1fb71efc8c207dbb03839a6e4ce0fa8fc3b20ff8117269a46dc0740fe19
|
|
| MD5 |
cf4e311d745f46e8836585d10e1021fd
|
|
| BLAKE2b-256 |
63dc3d031490fe5ff64e5d734d6b1f778549e828b48360758561ae4f98802e40
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 353.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d653147cf354ce307cc5f3c6227a79fb23c45209ea5a3502c54179a0dd24d20d
|
|
| MD5 |
4fdfb5601d529188ee4484c74ccc5692
|
|
| BLAKE2b-256 |
bc305be17a9202ecbc42f8abb98eb9bbe1d5184d5e61c59b254ff4b638d34d2b
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 302.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c45f5fcc25d1ab6feb3625945046c67edd8308dc1ac17a1df791ddc75a07398
|
|
| MD5 |
b8621b035d6b6672fd7efe53cba70714
|
|
| BLAKE2b-256 |
bfc19cae87613c2ed3e21ae25efa5c3f6b1694d80ed77f9e08b9b61a79488d55
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63b885a65ce7fff43b2b9029972eeb6b7d887d45481aa457795ccdb8725177a7
|
|
| MD5 |
340c922c4953960de1544a0b89d0c962
|
|
| BLAKE2b-256 |
dbfe2da20eb1d19ad8ed096e1069e9498c9c62fb53fd5c67c28cd928261c4a6f
|
File details
Details for the file finance_core-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 314.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be4ca651db18d0c869e6716f9a16a79f3bc62174f4e1d2f3326c32358870a8b3
|
|
| MD5 |
b8b40d4b3cf37fbcf1b908dceaa15679
|
|
| BLAKE2b-256 |
ccb9762f9838e956982335f1d3ae64fe8c6b4cd955079ded31400ad51c7d9bb4
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 155.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05adb699ae16dafe9ee3a37b6e5f58864cc4f0c6af81175e29d6f830b7dfaf55
|
|
| MD5 |
5ea70366c257d666a7259936b6e011c0
|
|
| BLAKE2b-256 |
b169628f0b086be627e2f8b80fef33599fd39b2110f8f0e23b3bb7d6cb7804c7
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-win32.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-win32.whl
- Upload date:
- Size: 146.4 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3026bfc77b1a01c1dfcf50f2a42418d5bc134c933be024777847a17024806b4
|
|
| MD5 |
59c57aca3aa196a0a4224aba79372823
|
|
| BLAKE2b-256 |
42d4212e2592d5e7c42a226a243ec569e9e27be026a0198ff070642ad7b86b98
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 466.4 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
086243a0465e56b98d89263d8403275d45f3a5b5aec08e4c4a9f9cbfede2d36b
|
|
| MD5 |
d82b430db44dd6498d746876a50b88e0
|
|
| BLAKE2b-256 |
66622e0f97b0fb927b36f9edad02b5a74fce0eab8e2b0694b928f3cfd7c190bd
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 493.9 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e363d9fbaa62ac985bf35c162b96844e6634f5a067f03e79d67bb0a15e5c7722
|
|
| MD5 |
9a93ac06706165a79b73afb68d60abda
|
|
| BLAKE2b-256 |
57c8c3a5bef074bf44691bc5dbc6b27e7be563d08f1e995c952dc7dd9ddbe94f
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 564.7 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6a75e41cdfb99f0e47ea78d4cbc10c98bc195130428af71a1f70ac812a676a0
|
|
| MD5 |
c7e8e85b964a9d6065a2ca57c75ccd86
|
|
| BLAKE2b-256 |
d134cabf685335a1d7212e0e4fb15524b988315146b4c8e78c9ae9a4af5985b2
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 473.3 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0ce4d75d78badaae0f0c2a5688fadce6bd30b0b3cef52ee9ae38e34f1591ddd
|
|
| MD5 |
5ff6571e9fb47506ad064bc4783f0ece
|
|
| BLAKE2b-256 |
fbaa0dd96b66cc2b1638fc166d728fee80bf9937e31d981d361ddd419acf23a5
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 295.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
106a9ab280bae7b5fc5386d1408a2478bcff1fa88ac47c4f05b08993fb5aac08
|
|
| MD5 |
0b86b178b881e34c25431e6e462246f4
|
|
| BLAKE2b-256 |
e44aea922259f7b649ef974f83ec3bedd632dde6e6c499c4a86bfbffca5a2e09
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 333.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbd6c8d80fe7ecbce068a7a8eebf311377c3a519a99027cad85e1807c11e057f
|
|
| MD5 |
c95848af0c5eca88dfabe92abcef5e02
|
|
| BLAKE2b-256 |
572c89e9f8616c87d006e69ff87ca972512207a247cee249b30ecc59d8926263
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 353.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf18d64c5252c59f71d4c1cc5b9043316a9b5b766a7a0eca6bfa30bbd08fd3a2
|
|
| MD5 |
76768f97c7ed50de55c04ac5a87607a5
|
|
| BLAKE2b-256 |
bf31fb920757bb052becc79aa2232482cc004a243e71c7a4866cfa9747383002
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 302.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cae29e424ec46004a1b28e797afefdd3dcbe0fed6105667048c2b84dd3f4ada1
|
|
| MD5 |
675970dd2217889575829d3164cfd14b
|
|
| BLAKE2b-256 |
e98ccb6f2c4354076e3da1c7ea7f1669afc566acd7e6f9ab0f221c6fea731303
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df6a44f15e92c1d0d10ddea539e59e892d6099e7f8fc2f67f44060ac93a68b57
|
|
| MD5 |
2d3aef054e12cb58776fd564886536cd
|
|
| BLAKE2b-256 |
858cf3a715fcbde7fd8df08333360455b1cb1ab0d3d23e82bccd93edb6e39a6d
|
File details
Details for the file finance_core-0.1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: finance_core-0.1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 314.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2870d68e3da1e259c0e176649d8996cd860c6c7cef9eb3078c540cff2c64836c
|
|
| MD5 |
bad97c326c8967015b69451b846070b7
|
|
| BLAKE2b-256 |
f09ee4f060b7efa306cb655cf7719c210abcc104deb8052337b2920d8966ba19
|