mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:10:00 +00:00
docs: include README in lib.rs and update package metadata in Cargo.toml
This commit is contained in:
parent
188039bc35
commit
b04a67c1d2
@ -1,7 +1,12 @@
|
||||
[package]
|
||||
name = "msyrs"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
version = "0.0.1"
|
||||
readme = "README.md"
|
||||
|
||||
[package.metadata.docs]
|
||||
rustdoc = ["--cfg", "doc"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
|
||||
|
12
README.md
12
README.md
@ -4,29 +4,19 @@ A Rust implementation of the [Macrosynergy Python Package](https://github.com/ma
|
||||
|
||||
## Status
|
||||
|
||||
- Docs
|
||||
- [x] Building
|
||||
- [ ] written?
|
||||
|
||||
- Download
|
||||
- [x] OAuth workflow
|
||||
- [x] Heartbeat
|
||||
- [x] Get Catalogue
|
||||
- [x] Get Generic DQ Time Series
|
||||
- [x] Get JPMaQS Indicators (formatted as array)
|
||||
- [x] Get JPMaQS Indicators as Polars DataFrame
|
||||
- [x] Add QDF option
|
||||
- [ ] Save to disk functionality
|
||||
- [x] Hacky iterative method
|
||||
- [ ] Non-hacky way to save to disk
|
||||
|
||||
- Utils
|
||||
- [ ] Reduce DF
|
||||
- [ ] Reduce DF by ticker
|
||||
- [ ] Apply Blacklist
|
||||
- [ ] Get Blacklist
|
||||
- [ ] Apply Slip
|
||||
|
||||
- [ ] Update DF
|
||||
|
||||
- Panel
|
||||
- [ ] Historic Volatility
|
||||
|
@ -1 +1,3 @@
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
||||
pub mod download;
|
||||
|
Loading…
x
Reference in New Issue
Block a user