cointracking-imports: Generate CSV & XLSX files for importing into CoinTracking.

[ bsd3, finance, library, web ] [ Propose Tags ]

cointracking-imports is a library for generating CSV & XLSX files to use with CoinTracking's Import feature. You construct a list of CTImportData, then feed those to our CSV/XLSX generating functions.

E.g., if you generate a list of your BNB staking rewards, you can use this library build a CSV file to import those rewards into CoinTracking.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log CHANGELOG.md
Dependencies base (>=4.3 && <5), base-compat-batteries, bytestring (<1), cassava (<1), filepath (>=1 && <2), lens (>=3.0.4 && <6), scientific (<1), text (<2), time (<2), xlsx (<2) [details]
License BSD-3-Clause
Copyright 2021 Pavan Rikhi
Author Pavan Rikhi
Maintainer pavan.rikhi@gmail.com
Revised Revision 1 made by lysergia at 2022-03-22T23:48:24Z
Category Web, Finance
Home page https://github.com/prikhi/cointracking-imports#readme
Bug tracker https://github.com/prikhi/cointracking-imports/issues
Source repo head: git clone https://github.com/prikhi/cointracking-imports
Uploaded by lysergia at 2021-08-10T04:59:32Z
Distributions LTSHaskell:0.1.0.2, NixOS:0.1.0.2, Stackage:0.1.0.2
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 474 total (21 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-10 [all 1 reports]

Readme for cointracking-imports-0.1.0.1

[back to package description]

cointracking-imports

cointracking-imports Build Status

A Haskell library for generating CSV & XLSX files for importing into CoinTracking. Build a [CTImportData] & write to a file with writeImportDataToFile.

Requires stack.

Build

You can build the project with stack:

stack build

For development, you can enable fast builds with file-watching, documentation-building, & test-running:

stack test --haddock --fast --file-watch --pedantic

To build & open the documentation, run:

stack haddock --open cointracking-imports

LICENSE

BSD-3