beangrow

View on PyPIReverse Dependencies (0)

1.0.1 beangrow-1.0.1-py3-none-any.whl

Wheel Details

Project: beangrow
Version: 1.0.1
Filename: beangrow-1.0.1-py3-none-any.whl
Download: [link]
Size: 28844
MD5: 5918857d7f4d21af8bab51d6d8f8a73a
SHA256: fe97967515ce70f9b7d80db8d2cedba2a23d9d50a5ebcf9d12d5e3fe9403a941
Uploaded: 2025-01-26 20:22:48 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: beangrow
Version: 1.0.1
Summary: Returns calculations on portfolios in Beancount Resources
Author-Email: Martin Blais <blais[at]furius.ca>
Maintainer-Email: Martin Blais <blais[at]furius.ca>
Keywords: accounting,ledger,beancount,returns,investments
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: SQL
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Python: >=3.10
Requires-Dist: numpy (>=1.26.4)
Requires-Dist: pandas (>=2.2.2)
Requires-Dist: matplotlib (>=3.9.0)
Requires-Dist: beancount (>=2.3.6)
Requires-Dist: scipy (>=1.13.1)
Requires-Dist: beanprice (>=1.2.1)
Requires-Dist: pandas-stubs (>=2.2.2.240514)
Requires-Dist: matplotlib-stubs (>=0.2.0)
Requires-Dist: protobuf (>=5.29.3)
Description-Content-Type: text/markdown
[Description omitted; length: 1154 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
beangrow/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
beangrow/compute_returns.py sha256=DHR9xdJXUfP-xUuU304_popHvbhn3wUy0YuRJ11s6sw 4043
beangrow/compute_returns_beam.py sha256=-3sUjNRn9nVoD-pVtwe0cWEEzACCQ9TuyHqu8jTgq5c 5414
beangrow/config.py sha256=4HhyJU0O7nHOL7A05ptOZeaXclHAbXcj92USu766XXc 2712
beangrow/config_pb2.py sha256=jO5iazEKtat1ITv1xpYDDNfj0NmyR9EYMcDoxXqngf8 2736
beangrow/configure.py sha256=p0Cv_f1waHM2H7YG55BycvYamcFqDjkISRbQ8DAOdoc 6758
beangrow/download_prices.py sha256=zFXEgibNeiQk6Ue0tYuvjq28p3LdXvpMBz8s0cPGgjg 2377
beangrow/download_prices_from_file.py sha256=Fg8GWEbBF9IJGENrLAXKLuYMPibNT1I_2R8JZ20KuQ8 1746
beangrow/investments.py sha256=K4E2tF9KpwhY6m-ezySnNn5Xo1leNycfJeTqnXm46BA 21314
beangrow/reports.py sha256=VGzFR5T7tukOi6oDzO0pT4gmHmIwQ9fAwSI6dmM9yM8 22568
beangrow/returns.py sha256=87LISX5_iqcw40Gz4ekWqyhAkga_e4_LLlFkCdNQ2Z4 12666
beangrow-1.0.1.dist-info/METADATA sha256=fXW_8Cm1eInD8GSZ-53R2pTulubrJD0thNegDO-IjMk 2228
beangrow-1.0.1.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
beangrow-1.0.1.dist-info/entry_points.txt sha256=DbOudIZNdizGhtGsabSWe6kVPdBsS_CNo1h_BVXxuQ8 178
beangrow-1.0.1.dist-info/top_level.txt sha256=OjCrXuHq0G_LiKLFs0lnSX18hftL9g7wHGpWZSyQtc8 9
beangrow-1.0.1.dist-info/RECORD

top_level.txt

beangrow

entry_points.txt

beangrow-prices = beangrow.download_prices:main
beangrow-prices-file = beangrow.download_prices_from_file:main
beangrow-returns = beangrow.compute_returns:main