Skip to content

Commit

Permalink
use md
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jul 23, 2023
1 parent f684000 commit 350261d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 161 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2022, Quantmind
Copyright (c) 2009-2023, Quantmind
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
159 changes: 0 additions & 159 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.4.0"
description = "Python currencies"
authors = ["Luca Sbardella <[email protected]>"]
license = "BSD"
readme = "README.rst"
readme = "readme.md"
packages = [
{ include = "ccy" }
]
Expand Down
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Python CCY

[![PyPI version](https://badge.fury.io/py/ccy.svg)](https://badge.fury.io/py/ccy)
[![Python versions](https://img.shields.io/pypi/pyversions/ccy.svg)](https://pypi.org/project/ccy)
[![build](https://github.com/quantmind/ccy/actions/workflows/build.yml/badge.svg)](https://github.com/quantmind/ccy/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/quantmind/ccy/branch/main/graph/badge.svg?token=2L5SY0WkXv)](https://codecov.io/gh/quantmind/ccy)

A python module for currencies. The module compiles a dictionary of
currency objects containing information useful in financial analysis.
Not all currencies in the world are supported yet. You are welcome to
join and add more.

Documentation is available as [ccy jupyter book](https://quantmind.github.io/ccy/).

0 comments on commit 350261d

Please sign in to comment.