Skip to content

Commit e09dd44

Browse files
committed
Add PyPI badge and link
- Add version badge to README linking to PyPI - Add PyPI URL to project.urls metadata
1 parent 5167d60 commit e09dd44

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Earnings Feed Python SDK
22

3+
[![PyPI](https://img.shields.io/pypi/v/earningsfeed)](https://pypi.org/project/earningsfeed/)
4+
35
Official Python client for the [Earnings Feed API](https://earningsfeed.com/api) — SEC filings, insider transactions, and institutional holdings.
46

57
## Installation

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Homepage = "https://earningsfeed.com"
6060
Documentation = "https://earningsfeed.com/api/docs"
6161
Repository = "https://github.com/earningsfeed/earningsfeed-python"
6262
Issues = "https://github.com/earningsfeed/earningsfeed-python/issues"
63+
PyPI = "https://pypi.org/project/earningsfeed/"
6364

6465
[tool.hatch.build.targets.sdist]
6566
include = ["/src"]

0 commit comments

Comments
 (0)