Skip to content

Commit 2c06f14

Browse files
committed
Readme additions
1 parent b9b5fa0 commit 2c06f14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The currency and `clean_or_dirty` may be omitted (currency defaults to the argum
1414

1515
A file `my_bonds.yaml` in `~/.ppserve/` can be used to preconfigure bonds (e.g. if some of the data is not available from the price source).
1616
This is mostly useful for providing missing information needed for accrued interest computation.
17-
The format is as follows:
17+
The syntax is as follows:
1818

1919
```yaml
2020
...
@@ -26,6 +26,7 @@ The format is as follows:
2626
maturity: <date of maturity>
2727
...
2828
```
29+
Date and list formatting is standard YAML.
2930

3031
## Installation
3132

@@ -35,7 +36,7 @@ Check `ppserve -h` to see command line options.
3536

3637
## Dependencies
3738

38-
[`BeautifulSoup`](https://www.crummy.com/software/BeautifulSoup/) for scraping, [`bottle`](http://bottlepy.org/docs/dev/) for serving HTML, [`coloredlogs`](https://pypi.org/project/coloredlogs/) for fancy output, [`CurrencyConverter`](https://pypi.org/project/CurrencyConverter/) for currency conversion.
39+
[`BeautifulSoup`](https://www.crummy.com/software/BeautifulSoup/) for scraping, [`bottle`](http://bottlepy.org/docs/dev/) for serving HTML, [`coloredlogs`](https://pypi.org/project/coloredlogs/) for fancy output, [`CurrencyConverter`](https://pypi.org/project/CurrencyConverter/) for currency conversion, and [`PyYAML`](https://pyyaml.org/) for config file parsing.
3940

4041
## Disclaimer
4142

0 commit comments

Comments
 (0)