Skip to content

Commit 791a6ea

Browse files
committed
changing qluster.ai to getqluster.com
1 parent ffea9eb commit 791a6ea

7 files changed

Lines changed: 13 additions & 12 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Examples:
6262
source ~/.venvs/deep/bin/activate && pytest
6363
```
6464
3. **Running module commands without venv**: Commands like `capi run`, `cettings shell`, etc. all require venv to be activated first
65+
4. **Using `pip` instead of `uv pip`**: This project uses `uv` for package management. Always use `uv pip` instead of `pip`.
6566

6667

6768
### Slow quality checks only to run before creating a build

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2014 - 2026 Sep Dehpour (Seperman) and contributors
4-
qluster.ai
4+
getqluster.com
55
zepworks.com
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[![Build Status](https://github.com/seperman/deepdiff/workflows/Unit%20Tests/badge.svg)](https://github.com/seperman/deepdiff/actions)
77
[![codecov](https://codecov.io/gh/seperman/deepdiff/branch/master/graph/badge.svg?token=KkHZ3siA3m)](https://codecov.io/gh/seperman/deepdiff)
88

9-
**DeepDiff is now part of [Qluster](https://qluster.ai).**
9+
**DeepDiff is now part of [Qluster](https://getqluster.com).**
1010

11-
*If you're building workflows around data validation and correction, [Qluster](https://qluster.ai) gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
11+
*If you're building workflows around data validation and correction, [Qluster](https://getqluster.com) gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
1212

1313
## Modules
1414

docs/_templates/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if theme_logo %}
22
<p class="logo">
3-
<a href="/">
3+
<a href="https://getqluster.com">
44
<img class="logo" src="{{ pathto('_static/' ~ theme_logo, 1) }}" alt="Logo"/>
55
{% if theme_logo_name|lower == 'true' %}
66
<h1 class="logo logo-name">{{ project }}</h1>

docs/diff_doc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
DeepDiff Module
44
===============
55

6-
**DeepDiff is now part of** `Qluster <https://qluster.ai>`__.
6+
**DeepDiff is now part of** `Qluster <https://getqluster.com>`__.
77

8-
*If you're building workflows around data validation and correction,* `Qluster <https://qluster.ai>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
8+
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
99

1010
Deep Difference of dictionaries, iterables, strings and almost any other object.
1111
It will recursively look for all the changes.
@@ -224,4 +224,4 @@ view: string, default = text
224224

225225
**Supported data types**
226226

227-
int, string, unicode, dictionary, list, tuple, set, frozenset, OrderedDict, NamedTuple, Numpy, custom objects and more!
227+
int, string, unicode, dictionary, list, tuple, set, frozenset, OrderedDict, NamedTuple, Numpy, custom objects and more!

docs/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
F.A.Q
44
=====
55

6-
**DeepDiff is now part of** `Qluster <https://qluster.ai>`__.
6+
**DeepDiff is now part of** `Qluster <https://getqluster.com>`__.
77

8-
*If you're building workflows around data validation and correction,* `Qluster <https://qluster.ai>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
8+
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
99

1010
.. Note::
1111
|:mega:| **Please fill out our** `fast 5-question survey <https://forms.gle/E6qXexcgjoKnSzjB8>`__ so that we can learn how & why you use DeepDiff, and what improvements we should make. Thank you! |:dancers:|

docs/support.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Support
44
=======
55

6-
**DeepDiff is now part of** `Qluster <https://qluster.ai>`__.
6+
**DeepDiff is now part of** `Qluster <https://getqluster.com>`__.
77

8-
*If you're building workflows around data validation and correction,* `Qluster <https://qluster.ai>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
8+
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
99

1010
Thank you for using DeepDiff!
1111
If you find a bug, please create a ticket on our `GitHub repo <https://github.com/seperman/deepdiff>`__
1212

13-
We are **available for consulting** if you need immediate help or custom implementations of DeepDiff. You can reach us via filling up `this form <https://qluster.ai/contact-us>`__
13+
We are **available for consulting** if you need immediate help or custom implementations of DeepDiff. You can reach us via filling up `this form <https://getqluster.com/contact-us>`__
1414

1515
Back to :doc:`/index`

0 commit comments

Comments
 (0)