Skip to content

Commit f82a856

Browse files
authored
Merge branch release/current into main
2 parents 42a7f12 + 41d9ee5 commit f82a856

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+797
-418
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 2.1
33
orbs:
4-
slack: circleci/slack@5.1.1
4+
slack: circleci/slack@5.2.0
55
jobs:
66
ensure_formatting:
77
docker:
@@ -52,7 +52,7 @@ jobs:
5252
event: fail
5353
template: basic_fail_1
5454
build:
55-
working_directory: ~/openbas-client
55+
working_directory: ~/openaev-client
5656
docker:
5757
- image: cimg/python:3.13
5858
steps:
@@ -65,7 +65,7 @@ jobs:
6565
name: check version
6666
command: |
6767
package_version="$(
68-
python3 -c 'import pyobas; print(pyobas.__version__)'
68+
python3 -c 'import pyoaev; print(pyoaev.__version__)'
6969
)"
7070
[ "${CIRCLE_TAG}" = "${package_version}" ] \
7171
|| printf "Version mismatch: %s is not equal to %s\n" \
@@ -79,17 +79,17 @@ jobs:
7979
event: fail
8080
template: basic_fail_1
8181
- persist_to_workspace:
82-
root: ~/openbas-client
82+
root: ~/openaev-client
8383
paths:
8484
- dist
8585
deploy:
86-
working_directory: ~/openbas-client
86+
working_directory: ~/openaev-client
8787
docker:
8888
- image: cimg/python:3.13
8989
steps:
9090
- checkout
9191
- attach_workspace:
92-
at: ~/openbas-client
92+
at: ~/openaev-client
9393
- run:
9494
name: install dependencies
9595
command: pip3 install --user .
@@ -125,7 +125,7 @@ jobs:
125125

126126
workflows:
127127
version: 2
128-
openbas_client_python:
128+
openaev_client_python:
129129
jobs:
130130
- ensure_formatting:
131131
filters:

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve OpenBAS
3+
about: Create a report to help us improve OpenAEV
44
title: ''
55
labels: bug, needs triage
66
assignees: ''

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Ask for a new feature to be implemented in OpenBAS
3+
about: Ask for a new feature to be implemented in OpenAEV
44
title: ''
55
labels: feature, needs triage
66
assignees: ''
@@ -15,11 +15,11 @@ Please replace every line in curly brackets { like this } with appropriate answe
1515

1616
## Current Workaround
1717

18-
{ Please describe how you currently solve or work around this problem, given OpenBAS's limitation. }
18+
{ Please describe how you currently solve or work around this problem, given OpenAEV's limitation. }
1919

2020
## Proposed Solution
2121

22-
{ Please describe the solution you would like OpenBAS to provide, to solve the problem above. }
22+
{ Please describe the solution you would like OpenAEV to provide, to solve the problem above. }
2323

2424
## Additional Information
2525

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Thank you very much for your pull request to the OpenBAS project! We as a community
2+
Thank you very much for your pull request to the OpenAEV project! We as a community
33
driven project depend on support and contributions like this!
44
55
Thus already a BIG THANK YOU upfront to you for choosing to help with your PR.
@@ -20,7 +20,7 @@ Thus already a BIG THANK YOU upfront to you for choosing to help with your PR.
2020
<!--
2121
Please submit the source code in a way, where you could honestly say `This code is finished`.
2222
If you feel that there are possibilities for improving the code quality, please do so.
23-
By doing this, you are actively helping us to improve the quality of the entire OpenBAS project.
23+
By doing this, you are actively helping us to improve the quality of the entire OpenAEV project.
2424
-->
2525

2626
- [ ] I consider the submitted work as finished

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: checkout repo content
3131
uses: actions/checkout@v4
3232
with:
33-
repository: OpenBAS-Platform/client-python
33+
repository: OpenAEV-Platform/client-python
3434
ref: ${{ inputs.branch_client_python }}
3535
path: client-python
3636
- name: setup python

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pyobas
1+
# pyoaev
22
config.yml
33
exports
44
logs

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# OpenBAS client for Python
1+
# OpenAEV client for Python
22

3-
[![Website](https://img.shields.io/badge/website-openbas.io-blue.svg)](https://openbas.io)
4-
[![CircleCI](https://circleci.com/gh/OpenBAS-Platform/client-python.svg?style=shield)](https://circleci.com/gh/OpenBAS-Platform/client-python/tree/main)
5-
[![readthedocs](https://readthedocs.org/projects/openbas-client-for-python/badge/?style=flat)](https://openbas-client-for-python.readthedocs.io/en/latest/)
6-
[![GitHub release](https://img.shields.io/github/release/OpenBAS-Platform/client-python.svg)](https://github.com/OpenBAS-Platform/client-python/releases/latest)
7-
[![Number of PyPI downloads](https://img.shields.io/pypi/dm/pyobas.svg)](https://pypi.python.org/pypi/pyobas/)
3+
[![Website](https://img.shields.io/badge/website-openaev.io-blue.svg)](https://openaev.io)
4+
[![CircleCI](https://circleci.com/gh/OpenAEV-Platform/client-python.svg?style=shield)](https://circleci.com/gh/OpenAEV-Platform/client-python/tree/main)
5+
[![readthedocs](https://readthedocs.org/projects/openaev-client-for-python/badge/?style=flat)](https://openaev-client-for-python.readthedocs.io/en/latest/)
6+
[![GitHub release](https://img.shields.io/github/release/OpenAEV-Platform/client-python.svg)](https://github.com/OpenAEV-Platform/client-python/releases/latest)
7+
[![Number of PyPI downloads](https://img.shields.io/pypi/dm/pyoaev.svg)](https://pypi.python.org/pypi/pyoaev/)
88
[![Slack Status](https://img.shields.io/badge/slack-3K%2B%20members-4A154B)](https://community.filigran.io)
99

10-
The official OpenBAS Python client helps developers to use the OpenBAS API by providing easy to use methods and utils.
11-
This client is also used by some OpenBAS components.
10+
The official OpenAEV Python client helps developers to use the OpenAEV API by providing easy to use methods and utils.
11+
This client is also used by some OpenAEV components.
1212

1313
## Install
1414

1515
To install the latest Python client library, please use `pip`:
1616

1717
```bash
18-
$ pip3 install pyobas
18+
$ pip3 install pyoaev
1919
```
2020

2121
## Local development
@@ -24,7 +24,7 @@ $ pip3 install pyobas
2424
# Fork the current repository, then clone your fork
2525
$ git clone https://github.com/YOUR-USERNAME/client-python
2626
$ cd client-python
27-
$ git remote add upstream https://github.com/OpenBAS-Platform/client-python.git
27+
$ git remote add upstream https://github.com/OpenAEV-Platform/client-python.git
2828
# Create a branch for your feature/fix
2929
$ git checkout -b [branch-name]
3030
# Create a virtualenv
@@ -54,11 +54,11 @@ $ pip install -e .
5454

5555
### Client usage
5656

57-
To learn about how to use the OpenBAS Python client and read some examples and cases, refer to [the client documentation](https://openbas-client-for-python.readthedocs.io/en/latest/client_usage/getting_started.html).
57+
To learn about how to use the OpenAEV Python client and read some examples and cases, refer to [the client documentation](https://openaev-client-for-python.readthedocs.io/en/latest/client_usage/getting_started.html).
5858

5959
### API reference
6060

61-
To learn about the methods available for executing queries and retrieving their answers, refer to [the client API Reference](https://openbas-client-for-python.readthedocs.io/en/latest/pyobas/pyobas.html).
61+
To learn about the methods available for executing queries and retrieving their answers, refer to [the client API Reference](https://openaev-client-for-python.readthedocs.io/en/latest/pyoaev/pyoaev.html).
6262

6363
## Tests
6464

@@ -78,6 +78,6 @@ pytest --cov=. tests/
7878

7979
## About
8080

81-
OpenBAS is a product designed and developed by the company [Filigran](https://filigran.io).
81+
OpenAEV is a product designed and developed by the company [Filigran](https://filigran.io).
8282

83-
<a href="https://filigran.io" alt="Filigran"><img src="https://github.com/OpenBAS-Platform/openbas/raw/master/.github/img/logo_filigran.png" width="300" /></a>
83+
<a href="https://filigran.io" alt="Filigran"><img src="https://github.com/OpenAEV-Platform/openaev/raw/master/.github/img/logo_filigran.png" width="300" /></a>

docs/client_usage/getting_started.rst

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

77
Please install the latest pycti version available from PyPI::
88

9-
$ pip3 install pyobas
9+
$ pip3 install pyoaev
1010

1111
Using the helper functions
1212
**************************

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
# -- Project information -----------------------------------------------------
2020

21-
project = "OpenBAS client for Python"
21+
project = "OpenAEV client for Python"
2222
copyright = "2024, Filigran"
23-
author = "OpenBAS Project"
23+
author = "OpenAEV Project"
2424

2525
# The full version, including alpha/beta/rc tags
2626
release = "1.10.1"
2727

2828
master_doc = "index"
2929

30-
autoapi_modules = {"pyobas": {"prune": True}}
30+
autoapi_modules = {"pyoaev": {"prune": True}}
3131

3232
pygments_style = "sphinx"
3333

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
OpenBAS client for Python
1+
OpenAEV client for Python
22
=========================
33

4-
The pyobas library is designed to help OpenBAS users and developers to interact
5-
with the OpenBAS platform API.
4+
The pyoaev library is designed to help OpenAEV users and developers to interact
5+
with the OpenAEV platform API.
66

77
The Python library requires Python >= 3.
88

@@ -11,7 +11,7 @@ The Python library requires Python >= 3.
1111
:caption: Contents:
1212

1313
client_usage/getting_started.rst
14-
pyobas/pyobas
14+
pyoaev/pyoaev
1515

1616

1717
Indices and tables

0 commit comments

Comments
 (0)