--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhNZETzSG7_7_xBX2xq2zaztFz6NrY9iA97mSWufLczY-g%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bean...@googlegroups.com.
I use bean-price / beancount.prices a lot (except the price sources) and interested in maintaining it. Though I'd rather maintain fork of the entire v2 codebase, because I don't see any reason to switch to v3.
On Monday, July 6, 2020 at 6:04:31 AM UTC+3, Martin Blais wrote:Hi,A per https://docs.google.com/document/d/1qPdNXaz5zuDQ8M9uoZFyyFis7hA0G55BEfhWhrVBsfc/, I just deleted:- bean-web (use Fava)- bean-bake (unfortunately no replacement)- bean-report (use bean-query or Fava)Checkout branch "v2" if you really must have those right now.Let me know if you care for those, at this stage I could easily fork a copy to a separate repository (for others to maintain).BTW, does anyone use "bean-price"?I suspect many (most?) uses have their own scripts to pull down price updates as directives.beancount.prices.* contains a few things:1. Some library functions to extract lists of commodities requiring a price at dates, from a Ledger;2. Code that defines a syntax for a price source, and some flags (e.g. whether to invert the price);3. A library of price sources / implementations. Currently supports Yahoo Finance, IEX, Quandl, Oanda, Coinbase;4. A binary that binds all these things together (bean-price).Here:I'm going to isolate (1) and move it and ensure it remains provided and tested by the Beancount v3 core.However, I'm contemplating forking out (2,3,4) to a separate "beanprice" repository within the org.It would make it easier for others to contribute and maintain more price sources.WDYT?Is anyone interested in adopting and maintaining bean-price?
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/86c0868f-82ff-46fc-bb06-08fea0af85fao%40googlegroups.com.
I'm also thinking about staying on v2. It covers all my needs, I love that it is written in python and it seems that v3 will bring too many breaking changes.
I don't use the parts which were removed, but I think it is important to provide at least some support for their users. The idea of splitting beancount v2 into several packages (core, bean-report, bean-web, price sources etc) seems reasonable. These packages can be maintained separately by those who use them, and in the ideal scenario, some of these packages will eventually become compatible with both v2 and v3.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/467ce8c7-19dc-46b5-8c3a-1a91ca7e14ddo%40googlegroups.com.
BTW, does anyone use "bean-price"?I suspect many (most?) uses have their own scripts to pull down price updates as directives.
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/585e931d-b160-4896-9dce-2f938cec5bado%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAFFHUgueJkQPHLLV3YA6jepcx1av3D3QrPMA6bnLNL0xwt5_aw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/fae48d95-cd12-4328-be55-444be54b5264o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAKXy0dHYLpHfTNhqbK%3DuaE%2BhQZOMUAgzHddut%2BPxuutJcfT7ow%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/f1bb1cbb-fbe9-4a8a-9bf3-e22762b987e4o%40googlegroups.com.
* Martin Blais <bl...@furius.ca> [2020-07-05 23:04]:
> I just deleted:
> - bean-report (use bean-query or Fava)
I'm not sure that's a great idea. While bean-report was a second
class citizen compared to bean-query, it has some functionality
missing from bean-query, e.g. bean-report print
bean-report holdings is also pretty nice.
Is someone planning on maintaining bean-report for v3?
--
Martin Michlmayr
https://www.cyrius.com/
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20200717071629.GN23829%40jirafa.cyrius.com.
Hello,I run currently a cron script with personalized sources.So having it integrated is not the best thing according me , you need to run fava and I don't run fava or there are a possibility to have a Cron script .Maybe just keep the tooling but remove the source ....
--Le ven. 17 juil. 2020 à 16:26, kuba jamro <kuba....@gmail.com> a écrit :A possible approach could be to get involved in replicating the missing functionality into fava rather than to maintaining it in bean-count?--
On Friday, 17 July 2020 08:16:39 UTC+1, Martin Michlmayr wrote:* Martin Blais <bl...@furius.ca> [2020-07-05 23:04]:
> I just deleted:
> - bean-report (use bean-query or Fava)
I'm not sure that's a great idea. While bean-report was a second
class citizen compared to bean-query, it has some functionality
missing from bean-query, e.g. bean-report print
bean-report holdings is also pretty nice.
Is someone planning on maintaining bean-report for v3?
--
Martin Michlmayr
https://www.cyrius.com/
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/f1bb1cbb-fbe9-4a8a-9bf3-e22762b987e4o%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CALUWbLfLXNwMHE%3DQv6WEhhfu7r%2BeMrjWfL_pGfRrKCbCT_8-Zw%40mail.gmail.com.