Skip to main content

VDL Tools

Project description

VDL Tools

This repository contains a set of tools which are used at Vibrant Data Labs.

Tools

Installation

For Users

Install the package from PyPI:

pip install vdl-tools

For Developers

  1. Clone the repository:
git clone https://github.com/vibrant-data-labs/vdl-tools.git
cd vdl-tools
  1. Install Hatch:
pip install hatch
  1. Create development environment:
hatch env create
  1. (Optional) Install pre-commit hooks:
pip install pre-commit
pre-commit install

Development

This project uses Hatch for environment management, building, and publishing.

Quick Commands

# Run tests
make test

# Run tests across all Python versions (3.10, 3.11, 3.12)
make test-all

# Run tests with coverage
make test-cov

# Run linters
make lint

# Format code
make format

# Build package
make build

# Show all available commands
make help

Using Hatch Directly

# Enter development shell
hatch shell

# Run tests
hatch run test

# Run linters
hatch run lint:all

# Format code
hatch run lint:fmt

# Build package
hatch build

# Bump version
hatch version patch  # or minor/major

# Publish to PyPI
hatch publish

Adding a New Dependency

  1. Add the package to pyproject.toml in the [project.dependencies] section
  2. Update your environment:
hatch env prune  # Remove old environment
hatch env create  # Create new environment with updated dependencies

Or if using pip directly:

pip install -e .

Contributing

Please see CONTRIBUTING.md for detailed guidelines on:

  • Development setup
  • Code style and quality standards
  • Testing requirements
  • Pull request process
  • Release workflow

CI/CD

This project uses GitHub Actions for continuous integration and deployment:

  • CI: Runs tests, linters, and builds on every push and PR
  • Dependabot: Automatically updates dependencies weekly
  • Release: Automatically publishes to PyPI when a version tag is pushed

License

See LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vdl_tools-2.0.0.tar.gz (23.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vdl_tools-2.0.0-py3-none-any.whl (23.4 MB view details)

Uploaded Python 3

File details

Details for the file vdl_tools-2.0.0.tar.gz.

File metadata

  • Download URL: vdl_tools-2.0.0.tar.gz
  • Upload date:
  • Size: 23.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for vdl_tools-2.0.0.tar.gz
Algorithm Hash digest
SHA256 123e4fbdefa2209b06f354be98bddef8a2d8759244aeecce8619d0f8887ae156
MD5 cc7cd9b53e9bdbcc499f3f29c1e03aa7
BLAKE2b-256 d6d85ffa4fd72fedffe436903569882d1d61c854656800e611473e35c1caea9a

See more details on using hashes here.

File details

Details for the file vdl_tools-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: vdl_tools-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for vdl_tools-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4b8ad40dd444dddae7cfa154cff17ba5dc54ccfa3a76e57c83b3e282728c2283
MD5 259428e77114c344d8a7fa2ea95eae46
BLAKE2b-256 570b1350f80e25a27f2ad5b34e121ef1c86fe40e08c64493d207e33b7a0b0a03

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page