Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvdg/tdbc
tdbc / toadback
https://github.com/cvdg/tdbc
duckdb pdm python3
Last synced: about 1 month ago
JSON representation
tdbc / toadback
- Host: GitHub
- URL: https://github.com/cvdg/tdbc
- Owner: cvdg
- License: gpl-3.0
- Created: 2023-11-06T13:28:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T13:44:36.000Z (about 1 year ago)
- Last Synced: 2023-11-10T15:08:43.955Z (about 1 year ago)
- Topics: duckdb, pdm, python3
- Language: Jupyter Notebook
- Homepage: https://www.cvdg.eu/tdbc/
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tdbc / toadback
[![Continuous Integration](https://github.com/cvdg/tdbc/actions/workflows/python-package.yml/badge.svg)](https://github.com/cvdg/tdbc/actions/workflows/python-package.yml)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
## pdm
```shell
brew install pdm
```## Project init
```shell
$ mkdir ${PRJ_DIR}
$ cd ${PRJ_DIR}
$ pdm init
$ git init
$ git add -A
$ git commit -m "first commit"
$ git branch -M main
$ git remote add origin [email protected]:cvdg/${PRJ}.git
$ git push -u origin main
```