Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 440b9d0

Browse files
docs: update installation URLs to use DeepCognition organization
1 parent 62c4c42 commit 440b9d0

File tree

1 file changed

+39
-19
lines changed

1 file changed

+39
-19
lines changed

‎README.md

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
**Note: This is a fork of [python-nocodb](https://github.com/elchicodepython/python-nocodb) with extended functionality.**
1010

11-
<img src="https://www.nocodb.com/brand/nocodb-banner.png" alt="NocoDB Banner" width="600"/>
1211

1312
NocoDB is a great Airtable alternative. This client allows python developers
1413
to use NocoDB API in a simple way.
@@ -17,39 +16,60 @@ to use NocoDB API in a simple way.
1716

1817
## 📌 Table of Contents
1918

20-
- [Installation](#installation)
21-
- [Usage](#usage)
22-
- [Client Configuration](#client-configuration)
23-
- [Project Creation](#project-creation)
24-
- [Table Row Operations](#table-row-operations)
25-
- [Table Operations](#table-operations)
26-
- [Table Column Operations](#table-column-operations)
27-
- [View Filter Operations](#view-filter-operations)
28-
- [Project Users Management](#project-users-management)
29-
- [Available Filters](#available-filters)
30-
- [Custom Filters](#custom-filters)
31-
- [Version Information](#version-information)
32-
- [Contributors](#contributors)
33-
34-
- [Contributors Guidelines](contributors.md)
19+
- [🚀 NocoDB Python Client](#-nocodb-python-client)
20+
- [📌 Table of Contents](#-table-of-contents)
21+
- [📥 Installation](#-installation)
22+
- [🔧 Usage](#-usage)
23+
- [🔑 Client configuration](#-client-configuration)
24+
- [📊 Project creation](#-project-creation)
25+
- [Project selection](#project-selection)
26+
- [Table rows operations](#table-rows-operations)
27+
- [📋 Table Operations](#-table-operations)
28+
- [🔢 Table Column Operations](#-table-column-operations)
29+
- [🔍 View Filter Operations](#-view-filter-operations)
30+
- [👥 Project Users Management](#-project-users-management)
31+
- [🔎 Available filters](#-available-filters)
32+
- [Combining filters using Logical operations](#combining-filters-using-logical-operations)
33+
- [Using custom filters](#using-custom-filters)
34+
- [Author notes](#author-notes)
35+
- [📋 Version Information](#-version-information)
36+
- [✨ Features Overview](#-features-overview)
37+
- [📈 Key Benefits](#-key-benefits)
38+
- [🏗️ Architecture](#️-architecture)
39+
- [👨‍💻 Contributors](#-contributors)
40+
- [Original Authors](#original-authors)
41+
- [Fork Maintainer](#fork-maintainer)
3542

3643
## 📥 Installation
3744

45+
Since this is a fork with additional functionality, install directly from the GitHub repository:
46+
3847
```bash
39-
pip install nocodb
48+
pip install git+https://github.com/DeepCognition/python-nocodb.git
4049
```
4150

4251
<details>
4352
<summary>Development Installation</summary>
4453

4554
```bash
46-
git clone https://github.com/santoshray02/python-nocodb.git
55+
git clone https://github.com/DeepCognition/python-nocodb.git
4756
cd python-nocodb
4857
pip install -e .
4958
```
5059

5160
</details>
5261

62+
<details>
63+
<summary>Original Package</summary>
64+
65+
If you want the original package without the enhancements:
66+
67+
```bash
68+
pip install nocodb
69+
```
70+
71+
</details>
72+
5373
## 🔧 Usage
5474

5575
### 🔑 Client configuration
@@ -449,7 +469,7 @@ graph TD
449469
- Jan Scheiper @jangxx
450470

451471
### Fork Maintainer
452-
- Santosh Ray - VP of Technology [@santoshray02](https://github.com/santoshray02)
472+
- Santosh Ray - VP of Technology [@santoshray02](https://github.com/santoshray02) (DeepCognition)
453473
- Added bulk insert functionality
454474
- Refactored project identification to use project_id instead of project_name in API endpoints
455475
- Implemented and fixed project users listing functionality

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /