Skip to content

Commit b128ad8

Browse files
committed
docs: Aktualisiere README-Vorlage mit Unternehmensnamen und Repository-Informationen
1 parent 55c7e81 commit b128ad8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/README.template.MD

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NocoDB Simple Client
1+
# {{COMPANY_NAME}} - NocoDB Simple Client
22

33
[![PyPI version](https://badge.fury.io/py/nocodb-simple-client.svg)](https://badge.fury.io/py/nocodb-simple-client)
44
[![Python Support](https://img.shields.io/pypi/pyversions/nocodb-simple-client.svg)](https://pypi.org/project/nocodb-simple-client/)
@@ -10,7 +10,12 @@
1010

1111
A simple and powerful Python client for interacting with [NocoDB](https://nocodb.com/) REST API. This client provides an intuitive interface for performing CRUD operations, managing file attachments, and handling complex queries on your NocoDB tables.
1212

13-
**Version:** {{VERSION}} | **Generated:** {{DATETIME}}
13+
**Repository Information:**
14+
15+
- **Version:** {{VERSION}} ({{DATE}})
16+
- **Repository:** [{{REPO_FULL_NAME}}]({{REPO_URL}})
17+
- **Branch:** {{CURRENT_BRANCH}}
18+
- **Architecture:** Modular, Reusable, Enterprise-Ready
1419

1520
## 🌟 Features
1621

@@ -528,3 +533,7 @@ See [CHANGELOG.MD](CHANGELOG.MD) for a detailed history of changes.
528533
**Made with ❤️ by [{{COMPANY_NAME}}](https://bauer-group.com)**
529534

530535
*If this library helps you build something awesome, we'd love to hear about it!*
536+
537+
---
538+
539+
*Generated on {{DATETIME}} from [docs/README.template.MD](docs/README.template.MD)*

0 commit comments

Comments
 (0)