sqlite for datascience
Project description
sqlmath - sqlite for data-science
Status
Branch | master (v2023.8.20) |
beta (Web Demo) |
alpha (Development) |
---|---|---|---|
CI | |||
Coverage | |||
Demo | |||
Artifacts |
Table of Contents
Web Demo
Quickstart Build
To build sqlmath:
#!/bin/sh
# git clone sqlmath repo
git clone https://github.com/sqlmath/sqlmath --branch=beta --single-branch
cd sqlmath
# build nodejs binary ./_binary_sqlmath_napi8_xxx_x64.node
npm run test2
# build webassembly binary ./sqlmath_wasm.wasm
sh jslint_ci.sh shCiBuildWasm
Quickstart Website
To serve your own sqlmath website:
#!/bin/sh
# cd <sqlmath repo>
# serve website at http://localhost:8080/index.html
PORT=8080 sh jslint_ci.sh shHttpFileServer
Documentation
API Doc
Package Listing
Changelog
License
- SQLite is under public domain.
- JSLint is under Unlicense License.
- cpplint.py is under BSD 3-clause license.
- indent.exe is under GPLv3 License.
- Everything else is under MIT License.
Devops Instruction
python pypi publish
python -m build
#
twine upload --repository testpypi dist/sqlmath-2023.8.20*
py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2023.8.20
#
twine upload dist/sqlmath-2023.8.20*
pip install sqlmath==2023.8.20
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sqlmath-2023.8.20.tar.gz
(4.3 MB
view hashes)
Built Distribution
Close
Hashes for sqlmath-2023.8.20-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd67051ad3898c2ab3e6e98cfe8f10f89e685753a1c470b2ddaa1ea1bc66a0b9 |
|
MD5 | 400279c198cf7e1ab2256808719a3c7e |
|
BLAKE2b-256 | f31157e4f262e6e3bbbb76a1ad5c24ff17b88c49da978607f99a3659daa5bfb7 |