Skip to content

Commit

Permalink
Release 0.1.0 to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
christophscheuch committed Dec 23, 2024
1 parent b5dd9ef commit 959b02b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ This library is a product of Christoph Scheuch and not sponsored by or affiliate

## Installation

You can install the release version from PyPi:

```python
pip install fmpapi
```

You can install the development version from GitHub:

```r
```python
pip install "git+https://github.com/tidy-finance/py-fmpapi"
```

Expand Down
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "fmpapi"
authors = [{name = "Christoph Scheuch", email = "[email protected]"}]
version = "0.1.0"
description = "Flexible Client for the 'Financial Modeling Prep' API"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
Expand All @@ -11,3 +17,8 @@ dependencies = [
"pytest-httpx>=0.35.0",
"pytest-cov>=6.0.0"
]

[project.urls]
Repository = "https://github.com/tidy-finance/py-fmpapi"
Issues = "https://github.com/tidy-finance/py-fmpapi/issues"
Changelog = "https://github.com/tidy-finance/py-fmpapi/blob/master/CHANGELOG.md"

0 comments on commit 959b02b

Please sign in to comment.