Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richecr/pythonic-core
https://github.com/richecr/pythonic-core
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/richecr/pythonic-core
- Owner: richecr
- Created: 2023-12-24T04:32:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T00:43:36.000Z (4 months ago)
- Last Synced: 2024-07-24T02:46:36.108Z (4 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonicCore
This package provides the core functionality for building the query and connecting to the PythonicSQL database.
## Go To Python
### Generate Package Python and Install Local
```sh
make install
```### Uninstall Local
```sh
make uninstall
```