Better README
This commit is contained in:
parent
8147f64b4b
commit
59bab52160
12
README.md
12
README.md
@ -13,18 +13,18 @@ Meuro's worth is equivalent to that of the euro on January 1st 2001 00:00 GMT.
|
|||||||
What you find in this repo is a small python-libary that connects to the ecb to get historic inflation-data and computes the conversion-factor between € and µ for any given date (after Jan 1st 2001).
|
What you find in this repo is a small python-libary that connects to the ecb to get historic inflation-data and computes the conversion-factor between € and µ for any given date (after Jan 1st 2001).
|
||||||
## Usage
|
## Usage
|
||||||
You probably want to use this tool using the cli-interface which tries to understand requests in human language.
|
You probably want to use this tool using the cli-interface which tries to understand requests in human language.
|
||||||
### For best Results:
|
### Examples:
|
||||||
To reference the currencies use €, eur, euro, e, E, or µ, meu, meuro, m, M;
|
|
||||||
Currencies should be an integer or have 2 digits after the point (.).
|
|
||||||
Dates should always be dd.mm.YYYY or dd.mm.yy
|
|
||||||
If no date is supplied (or understood) the current date is used.
|
|
||||||
###Examples:
|
|
||||||
#### ./meuro.py What is 200 eur in meuro
|
#### ./meuro.py What is 200 eur in meuro
|
||||||
#### ./meuro.py I want to know how much 2000€ from 11.11.2011 are in meuro
|
#### ./meuro.py I want to know how much 2000€ from 11.11.2011 are in meuro
|
||||||
#### ./meuro.py How much meuro are 12 euro from January 2010
|
#### ./meuro.py How much meuro are 12 euro from January 2010
|
||||||
#### ./meuro.py 50,000€ 10.10.2010
|
#### ./meuro.py 50,000€ 10.10.2010
|
||||||
#### ./meuro.py 1000 meur 2055
|
#### ./meuro.py 1000 meur 2055
|
||||||
#### ./meuro.py 3.14E 01.02.2003 12:34
|
#### ./meuro.py 3.14E 01.02.2003 12:34
|
||||||
|
### For best Results:
|
||||||
|
To reference the currencies use €, eur, euro, e, E, or µ, meu, meuro, m, M;
|
||||||
|
Currencies should be an integer or have 2 digits after the point (.).
|
||||||
|
Dates should always be dd.mm.YYYY or dd.mm.yy
|
||||||
|
If no date is supplied (or understood) the current date is used.
|
||||||
## Python-API
|
## Python-API
|
||||||
You can also import this libary from another python file
|
You can also import this libary from another python file
|
||||||
##### The provided functions are:
|
##### The provided functions are:
|
||||||
|
Loading…
Reference in New Issue
Block a user