Library for interacting with Sinkove datasets
Project description
Sinkove Python Library
This repository contains Sinkove's Python client.
Installing the project
Requirements
- python >= 3.10
- make >= 4.3
- Clone this repository.
- Go to the project folder and run the following command to create a new virtual environment.
python -m venv .venv
- Activate your new virtual environment.
source ./venv/bin/activate
- Configure your environmet using make.
make setup
Tests
Running tests on your system
Dependencies
- make >= 4.3
- python == 3.10
make setup
make test
Running test on docker
- make >= 4.3
- docker >= 20.10.17
pip install dagger-io
make dagger-test
Releases
We use bumpversion for version management. bumpversion is a tool that
creates a new git tag for the current release and changes the code to
replace the version where it's necessary. After merging all the changes
into the branch main, to release a new version, follow these steps:
- Update the branch main locally.
git checkout main git pull origin main
- Activate your previously configured virtual environment.
source .venv/bin/activate
- Run
bumpversionaccording to the semantic version pattern. You have the optionsmajor,minorandpatch.bumpversion minor - Push the generated tag to the remote.
git push origin main --tags
- The CI/CD pipeline is configured to deploy a new package everytime a new tag is pushed. You can check the pipeline progress on the Github Actions UI.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sinkove-0.0.2.tar.gz.
File metadata
- Download URL: sinkove-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8a304507fcfeeb8b2f30ef4ea307c9b47cafd822d9b4984a17a037de4c4f08c
|
|
| MD5 |
722458598716c5f092b276abfa5fa614
|
|
| BLAKE2b-256 |
a884e2d3ea94d7b11888fa87627f330b9e89421ff12e47f69c3d4632047954f3
|
File details
Details for the file sinkove-0.0.2-py3-none-any.whl.
File metadata
- Download URL: sinkove-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
680e0c24a76d9aed63e5cf21943686eafb8a6e85cc559bec3c2d041c8caf8e7c
|
|
| MD5 |
34a1d220f54310ce8a4f36dd8ce2071e
|
|
| BLAKE2b-256 |
40c16d057d440f6dbb9ecf78cc2d228af1fac0739cccac590db88daa290713cf
|