No project description provided
Project description
LETSQL
Contributing Guide
Setting up a development environment
This assumes that you have rust and cargo installed. We use the workflow recommended by pyo3 and maturin.
# fetch this repo
git clone git@github.com:letsql/letsql.git
# prepare development environment (used to build wheel / install in development)
python3 -m venv venv
# activate the venv
source venv/bin/activate
# update pip itself if necessary
python -m pip install -U pip
# install dependencies (for Python 3.8+)
python -m pip install -r requirements-dev.txt
# set up the git hook scripts
pre-commit install
Running the test suite
Install the just command runner, if needed. Download example data to run the tests successfully.
just download-data
Start the postgresql server:
just up
To test the code:
# make sure you activate the venv using "source venv/bin/activate" first
maturin develop
python -m pytest # or pytest
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
letsql-0.1.0.tar.gz
(594.9 kB
view details)
Built Distribution
File details
Details for the file letsql-0.1.0.tar.gz
.
File metadata
- Download URL: letsql-0.1.0.tar.gz
- Upload date:
- Size: 594.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56c1a20f9354f8c43ba6eba5b2f6d7e771e803d66e77bc3b78ccab20a6313846 |
|
MD5 | 05aefb3715681d48b7ec42710ab0aa4e |
|
BLAKE2b-256 | aab1f273c608f73cf5338ad5e4893feb0fb06650df490c2a4e1cd81d69bc3d8d |
File details
Details for the file letsql-0.1.0-cp38-abi3-macosx_11_0_arm64.whl
.
File metadata
- Download URL: letsql-0.1.0-cp38-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 14.2 MB
- Tags: CPython 3.8+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 800a3ea44eb0a88ea70e6c7ae49f845a7efef690b34bde0993b6a30517d821da |
|
MD5 | 2e9e65f05b59ceec4f7cb572628a2d5c |
|
BLAKE2b-256 | 506f4636327e4917e8d010f35ca02ab86681b815e14eac650c484ef29fa07c79 |