Skip to content

Commit 9ad4257

Browse files
authored
[ BB2-1243 ] Update README.md to fix PyPI TOC (#27)
1 parent 90ede5b commit 9ad4257

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,26 @@ This Python software development kit (SDK) provides tools and resources for deve
1010
- [Configuration Methods](#configuration-methods)
1111
- [Usage](#usage)
1212
- [Sample App](#sample-app)
13-
- [SDK Development](#sdk_devel)
1413
- [About](#about)
1514
- [License](#license)
1615
- [Security](#security)
1716
- [Help and Support](#help)
1817

1918

20-
## Prerequisites <a name="prerequisites"></a>
19+
## Prerequisites<a id="prerequisites"></a>
2120

2221
You'll need a sandbox account and sample access token to access data from the Blue Button 2.0 API.
2322

2423
To learn how to create a sandbox account and generate a sample access token, see **[Try the API](https://bluebutton.cms.gov/developers/#try-the-api)**.
2524

2625

27-
## Installation <a name="installation"></a>
26+
## Installation<a id="installation"></a>
2827

2928
```bash
3029
pip install cms-bluebutton-sdk
3130
```
3231

33-
## Configuration Parameters<a name="configuration-parameters"></a>
32+
## Configuration Parameters<a id="configuration-parameters"></a>
3433

3534
Required SDK configuration parameters include:
3635

@@ -102,7 +101,7 @@ Example:
102101
103102
```
104103

105-
## Configuration Methods<a name="configuration-methods"></a>
104+
## Configuration Methods<a id="configuration-methods"></a>
106105
There are three ways to configure the SDK when instantiating a `BlueButton` class instance.
107106

108107
### Python Dictionary
@@ -164,7 +163,7 @@ There are three ways to configure the SDK when instantiating a `BlueButton` clas
164163
version: 2
165164
```
166165

167-
## Sample Usage: Obtain Access Grant, Probe Scope, and Access Data <a name="usages"></a>
166+
## Sample Usage: Obtain Access Grant, Probe Scope, and Access Data<a id="usage"></a>
168167

169168
Below are code snippets showing the SDK used with Python server and Flask.
170169

@@ -284,24 +283,24 @@ if __name__ == '__main__':
284283
app.run(debug=True, host='0.0.0.0', port=3001)
285284
```
286285

287-
## Sample App <a name="samples"></a>
286+
## Sample App<a id="sample-app"></a>
288287

289288
For a complete Python React sample app, see [CMS Blue Button Python Sample App](https://github.com/CMSgov/bluebutton-sample-client-python-react).
290289

291290

292-
## About the Blue Button 2.0 API <a name="about"></a>
291+
## About the Blue Button 2.0 API<a id="about"></a>
293292

294293
The [Blue Button 2.0 API](https://bluebutton.cms.gov/) provides Medicare enrollee claims data to applications using the [OAuth2.0 authorization flow](https://datatracker.ietf.org/doc/html/rfc6749). We aim to provide a developer-friendly, standards-based API that enables people with Medicare to connect their claims data to the applications, services, and research programs they trust.
295294

296-
## License<a name="license"></a>
295+
## License<a id="license"></a>
297296
The CMS Blue Button 2.0 Python SDK is licensed under the Creative Commons Zero v1.0 Universal. For more details, see [License](https://github.com/CMSgov/cms-bb2-python-sdk/blob/main/LICENSE).
298297

299-
## Security<a name="Security"></a>
298+
## Security<a id="security"></a>
300299
We do our best to keep our SDKs up to date with vulnerability patching and security testing, but you are responsible for your own review and testing before implementation.
301300

302301
To report vulnerabilities, please see the [CMS Vulnerability Disclosure Policy](https://www.cms.gov/vulnerability-disclosure-policy) and follow the directions for reporting.
303302

304303

305-
## Help and Support <a name="help"></a>
304+
## Help and Support<a id="help"></a>
306305

307306
Got questions? Need help troubleshooting? Want to propose a new feature? Contact the Blue Button 2.0 team and connect with the community in our [Google Group](https://groups.google.com/forum/#!forum/Developer-group-for-cms-blue-button-api).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="cms-bluebutton-sdk",
9-
version="1.0.0",
9+
version="1.0.1",
1010
author="CMS Blue Button 2.0 Team",
1111
author_email="BlueButtonAPI@cms.hhs.gov",
1212
license="CC0 1.0 Universal",

0 commit comments

Comments
 (0)