forked from janlukasschroeder/sec-api-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30ce5a9
commit 5745792
Showing
6 changed files
with
146 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
venv | ||
env | ||
dist | ||
build | ||
.idea | ||
.pypirc | ||
sec_api.egg-info | ||
sec_api.egg-info | ||
deploy.sh | ||
sec_api/__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name="sec-api", | ||
version="1.0.12", | ||
version="1.0.13", | ||
author="SEC API", | ||
author_email="[email protected]", | ||
description="SEC EDGAR Filings API", | ||
|
@@ -32,15 +32,22 @@ | |
keywords=[ | ||
"SEC EDGAR API", | ||
"SEC Filings API", | ||
"SEC Full-Text Search API", | ||
"EDGAR API", | ||
"Finance", | ||
"CIK", | ||
"CUSIP", | ||
"CUSIP to Ticker", | ||
"CUSIP to CIK", | ||
"10-Q", | ||
"10-K", | ||
"8-K", | ||
"S-1", | ||
"424B4", | ||
"XBRL Converter", | ||
"Financial Statements API", | ||
"Insider Trading Data", | ||
"Executive Compensation Data", | ||
], | ||
project_urls={ | ||
"Bug Reports": "https://github.com/janlukasschroeder/sec-api-python/issues", | ||
|