Skip to content

Commit

Permalink
chore: Update README and Project Links
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed Jun 24, 2024
1 parent b4573d7 commit 4da8983
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# currency-quote-wrapper: Complete solution for extracting currency pair quotes data

[![PyPI - Status](https://img.shields.io/pypi/status/currency-quote-wrapper?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote-wrapper/)

[![PyPI - Downloads](https://img.shields.io/pypi/dm/currency-quote-wrapper?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote-wrapper/)

[![PyPI - Version](https://img.shields.io/pypi/v/currency-quote-wrapper?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote-wrapper/#history)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/currency-quote-wrapper?style=for-the-badge&logo=python)

[![CI](https://img.shields.io/github/actions/workflow/status/IvanildoBarauna/currency-quote-wrapper/CI.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&label=Tests+and+pre+build)](https://github.com/IvanildoBarauna/currency-quote-wrapper/actions/workflows/CI.yaml)
[![CD](https://img.shields.io/github/actions/workflow/status/IvanildoBarauna/currency-quote-wrapper/CD.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&event=release&label=Package_publication)](https://github.com/IvanildoBarauna/currency-quote-wrapper/actions/workflows/CD.yaml)
[![CD](https://img.shields.io/github/actions/workflow/status/IvanildoBarauna/currency-quote-wrapper/CD.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&event=release&label=Package+publication)](https://github.com/IvanildoBarauna/currency-quote-wrapper/actions/workflows/CD.yaml)

[![Codecov](https://img.shields.io/codecov/c/github/IvanildoBarauna/currency-quote-wrapper?style=for-the-badge&logo=codecov)](https://app.codecov.io/gh/IvanildoBarauna/currency-quote-wrapper)
## Project Stack
Expand Down
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "currency-quote"
version = "0.0.3a0"
version = "0.0.3a4"
description = "Complete solution for extracting currency pair quotes data"
authors = ["IvanildoBarauna <[email protected]>"]
readme = "README.md"
Expand All @@ -16,12 +16,10 @@ classifiers=[


[tool.poetry.urls]
Homepage = "https://pypi.org/project/currency-quote-wrapper"
Documentation = "https://github.com/IvanildoBarauna/currency-quote-wrapper/blob/main/README.md"
Notebook = 'https://github.com/IvanildoBarauna/currency-quote-wrapper/blob/main/notebooks/example.ipynb'
ImplementationCase = 'https://github.com/IvanildoBarauna/ETL-awesome-api'
Issues = "https://github.com/IvanildoBarauna/currency-quote-wrapper/issues"
Repository = "https://github.com/IvanildoBarauna/currency-quote-wrapper"
homepage = "https://pypi.org/project/currency-quote-wrapper"
repository = "https://github.com/IvanildoBarauna/currency-quote-wrapper"
documentation = "https://github.com/IvanildoBarauna/currency-quote-wrapper/blob/main/README.md"
issues = "https://github.com/IvanildoBarauna/currency-quote-wrapper/issues"

[tool.setuptools.packages.find]
where = ["src/"]
Expand Down

0 comments on commit 4da8983

Please sign in to comment.