Skip to content

Commit 961d668

Browse files
nitescucgithub-actions[bot]
authored andcommitted
Update python SDK 1.18.1
1 parent 2b54b7e commit 961d668

File tree

9 files changed

+45
-6
lines changed

9 files changed

+45
-6
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Crowdsec
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
# crowdsec_service_api - 1.17.0
1+
# crowdsec_service_api
22

3+
**crowdsec_service_api** is a Python SDK for the [CrowdSec Service API](https://docs.crowdsec.net/u/service_api/intro/).
4+
This library enables you to manage CrowdSec resources such as blocklists, integrations in your python applications.
35

46
## Installation
57

68
```bash
79
pip install crowdsec_service_api
810
```
911

10-
# Usage
12+
## Usage
13+
14+
You can follow this [documentation](https://docs.crowdsec.net/u/service_api/sdks) to see the basic usage of the SDK.
15+
16+
## Documentation
1117
You can access the full usage documentation [here](https://github.com/crowdsecurity/crowdsec-service-api-sdk-python/tree/main/doc).
1218

13-
## License
19+
## Contributing
1420

21+
This SDK is auto-generated from the API specification. You can open an issue on this repository if you find a bug or if you want to add a feature.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

crowdsec_service_api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: <stdin>
3-
# timestamp: 2024-06-18T14:56:09+00:00
3+
# timestamp: 2024-06-25T12:59:16+00:00
44

55
from __future__ import annotations
66

Binary file not shown.

doc/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Introduction
2+
3+
**crowdsec_service_api** is a Python library to use the [Crowdsec Service API](https://docs.crowdsec.net/u/service_api/intro/).
4+
You can manage your Crowdsec resources such as (blocklists, integrations) from your Python applications.
5+
6+
If you have any question, any remark, or if you find a bug in this library, please [open an issue](https://github.com/crowdsecurity/crowdsec-service-api-sdk-python/issues).
7+
8+
You can find a Quickstart about this SDK, following this [documentation](https://docs.crowdsec.net/u/service_api/sdks)
9+
10+
11+
112
## API Endpoint services
213

314
[Blocklists](./Blocklists.md)

openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "crowdsec_service_api"
7-
version = "1.17.0"
7+
version = "1.18.1"
88
license = { text = "MIT" }
99
authors = [
1010
{ name="crowdsec", email="[email protected]" }

0 commit comments

Comments
 (0)