Skip to content

Commit 350261d

Browse files
committed
use md
1 parent f684000 commit 350261d

File tree

4 files changed

+15
-161
lines changed

4 files changed

+15
-161
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2022, Quantmind
1+
Copyright (c) 2009-2023, Quantmind
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

README.rst

-159
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.4.0"
44
description = "Python currencies"
55
authors = ["Luca Sbardella <[email protected]>"]
66
license = "BSD"
7-
readme = "README.rst"
7+
readme = "readme.md"
88
packages = [
99
{ include = "ccy" }
1010
]

readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Python CCY
2+
3+
[![PyPI version](https://badge.fury.io/py/ccy.svg)](https://badge.fury.io/py/ccy)
4+
[![Python versions](https://img.shields.io/pypi/pyversions/ccy.svg)](https://pypi.org/project/ccy)
5+
[![build](https://github.com/quantmind/ccy/actions/workflows/build.yml/badge.svg)](https://github.com/quantmind/ccy/actions/workflows/build.yml)
6+
[![codecov](https://codecov.io/gh/quantmind/ccy/branch/main/graph/badge.svg?token=2L5SY0WkXv)](https://codecov.io/gh/quantmind/ccy)
7+
8+
A python module for currencies. The module compiles a dictionary of
9+
currency objects containing information useful in financial analysis.
10+
Not all currencies in the world are supported yet. You are welcome to
11+
join and add more.
12+
13+
Documentation is available as [ccy jupyter book](https://quantmind.github.io/ccy/).

0 commit comments

Comments
 (0)