Skip to content

Commit 8044153

Browse files
committed
edits
1 parent 623f1ab commit 8044153

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[![Build Status](https://travis-ci.org/splunk/splunk-sdk-python.svg?branch=master)](https://travis-ci.org/splunk/splunk-sdk-python)
22
[![Documentation Status](https://readthedocs.org/projects/splunk-python-sdk/badge/?version=latest)](https://splunk-python-sdk.readthedocs.io/en/latest/?badge=latest)
33

4-
# The Splunk Software Development Kit for Python
4+
# The Splunk Enterprise Software Development Kit for Python
55

66
#### Version 1.6.14
77

8-
The Splunk Software Development Kit (SDK) for Python contains library code and examples designed to enable developers to build applications using the Splunk platform.
8+
The Splunk Enterprise Software Development Kit (SDK) for Python contains library code and examples designed to enable developers to build applications using the Splunk platform.
99

1010
The Splunk platform is a search engine and analytic environment that uses a distributed map-reduce architecture to efficiently index, search, and process large time-varying data sets.
1111

@@ -16,31 +16,31 @@ The Splunk developer platform enables developers to take advantage of the same t
1616
For more information, see [Splunk Enterprise SDK for Python](https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/) on the Splunk Developer Portal.
1717

1818

19-
## Get started with the Splunk SDK for Python
19+
## Get started with the Splunk Enterprise SDK for Python
2020

21-
The Splunk SDK for Python contains library code and examples that show how to programmatically interact with the Splunk platform for a variety of scenarios including searching, saved searches, data inputs, and many more, along with building complete applications.
21+
The Splunk Enterprise SDK for Python contains library code and examples that show how to programmatically interact with the Splunk platform for a variety of scenarios including searching, saved searches, data inputs, and many more, along with building complete applications.
2222

2323
### Requirements
2424

25-
Here's what you need to get going with the Splunk SDK for Python.
25+
Here's what you need to get going with the Splunk Enterprise SDK for Python.
2626

27-
* Python
27+
* Python 2.7+ and Python 3.
28+
29+
The Splunk Enterprise SDK for Python has been tested with Python v2.7 and v3.5.
2830

29-
The Splunk SDK for Python requires Python 2.7+ and Python 3. The Splunk SDK for Python has been tested with Python v2.7 and v3.5.
31+
* Splunk Enterprise
3032

31-
* Splunk
32-
33-
If you haven't already installed Splunk, download it [here](http://www.splunk.com/download).
33+
If you haven't already installed Splunk Enterprise, download it [here](http://www.splunk.com/download).
3434
For more information, see the Splunk Enterprise [_Installation Manual_](https://docs.splunk.com/Documentation/Splunk/latest/Installation).
3535

36-
* Splunk SDK for Python
36+
* Splunk Enterprise SDK for Python
3737

38-
Get the Splunk SDK for Python from [PyPI](https://pypi.org/project/splunk-sdk/). If you want to contribute to the SDK, clone the repository from [GitHub](https://github.com/splunk/splunk-sdk-python).
38+
Get the Splunk Enterprise SDK for Python from [PyPI](https://pypi.org/project/splunk-sdk/). If you want to contribute to the SDK, clone the repository from [GitHub](https://github.com/splunk/splunk-sdk-python).
3939

4040

4141
### Install the SDK
4242

43-
Use the following commands to install the Splunk SDK for Python libraries in different ways. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
43+
Use the following commands to install the Splunk Enterprise SDK for Python libraries in different ways. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
4444

4545
Use `easy_install`:
4646

@@ -120,7 +120,7 @@ To get help for an example, use the `--help` argument with an example:
120120

121121
#### Run the unit tests
122122

123-
The Splunk SDK for Python contains a collection of unit tests. To run them, open a command prompt in the **/splunk-sdk-python** directory and enter:
123+
The Splunk Enterprise SDK for Python contains a collection of unit tests. To run them, open a command prompt in the **/splunk-sdk-python** directory and enter:
124124

125125
make
126126

@@ -161,7 +161,7 @@ To learn about our branching model, see [Branching Model](https://github.com/spl
161161
|:----------------------- |:----------- |
162162
| [Splunk Developer Portal](http://dev.splunk.com) | General developer documentation, tools, and examples |
163163
| [Integrate the Splunk platform using development tools for Python](https://dev.splunk.com/enterprise/docs/devtools/python)| Documentation for Python development |
164-
| [Splunk SDK for Python Reference](http://docs.splunk.com/Documentation/PythonSDK) | SDK API reference documentation |
164+
| [Splunk Enterprise SDK for Python Reference](http://docs.splunk.com/Documentation/PythonSDK) | SDK API reference documentation |
165165
| [REST API Reference Manual](https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTprolog) | Splunk REST API reference documentation |
166166
| [Splunk>Docs](https://docs.splunk.com/Documentation) | General documentation for the Splunk platform |
167167
| [GitHub Wiki](https://github.com/splunk/splunk-sdk-python/wiki/) | Documentation for this SDK's repository on GitHub |
@@ -184,7 +184,7 @@ If you would like to contribute to the SDK, see [Contributions to Splunk](https:
184184

185185
### Support
186186

187-
* You will be granted support if you or your company are already covered under an existing maintenance/support agreement. Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html) and include "Splunk SDK for Python" in the subject line.
187+
* You will be granted support if you or your company are already covered under an existing maintenance/support agreement. Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html) and include "Splunk Enterprise SDK for Python" in the subject line.
188188

189189
If you are not covered under an existing maintenance/support agreement, you can find help through the broader community at [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
190190

@@ -200,4 +200,4 @@ You can reach the Splunk Developer Platform team at _devinfo@splunk.com_.
200200

201201
## License
202202

203-
The Splunk Software Development Kit for Python is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.
203+
The Splunk Enterprise Software Development Kit for Python is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)