Shared Python utilities for Snowflake development
Project description
pinky-core
Shared Python utilities for Snowflake development.
Part of the pinky-and-co suite.
Why pinky?
The modern data stack was built on a good idea — best of breed. One tool for ingestion, one for transformation, one for orchestration, one for observability.
The reality: more licenses, same delivery time, and most of your energy goes into the glue.
Snowflake collapsed the stack. Pinky makes it operational.
Do it right, and the credits follow.
Rationalized costs · Pure Python · Snowflake Native First
Install
pip install pinky-core
pip install "pinky-core[validate]" # with SIRET, IBAN, email, phone validators
pip install "pinky-core[address]" # with address parsing
Documentation
Explanation
API reference
Decisions
Structure
Show the directory tree
pinky-core/
├── .github/
│ └── workflows/
│ ├── ci.yml
│ ├── publish.yml
│ └── release.yml
├── scripts/
│ ├── hooks/
│ │ ├── badges.toml
│ │ ├── check_forbidden_keywords.py
│ │ ├── check_snowpark_api.py
│ │ ├── check_typed_api.py
│ │ ├── check_zws.py
│ │ ├── commit-msg
│ │ ├── docs_identity.json
│ │ ├── generate-docs
│ │ ├── generate_ci_badges.py
│ │ └── render_docs.py
│ └── deploy_validate_udfs.py
├── sql/
│ └── deploy_udf_example.sql
├── src/
│ └── pinky_core/
│ ├── finance/
│ │ ├── __init__.py
│ │ └── fec.py
│ ├── __init__.py
│ ├── files.py
│ ├── fmt.py
│ ├── html.py
│ ├── lint.py
│ ├── schedule.py
│ ├── security.py
│ ├── sql.py
│ ├── validate.py
│ ├── warnings.py
│ └── xml.py
├── tests/
│ ├── fixtures/
│ │ └── cats_domination.xml
│ ├── __init__.py
│ ├── test_fec.py
│ ├── test_files.py
│ ├── test_fmt.py
│ ├── test_html.py
│ ├── test_lint.py
│ ├── test_public_api.py
│ ├── test_schedule.py
│ ├── test_security.py
│ ├── test_sql.py
│ ├── test_validate.py
│ ├── test_warnings.py
│ └── test_xml_xpath.py
├── .gitignore
├── .gitleaks.toml
├── .pre-commit-config.yaml
├── .secrets.baseline
├── LICENSE
├── pyproject.toml
└── README.md
License
MIT — see LICENSE.
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 pinky_core-0.1.0.dev4.tar.gz.
File metadata
- Download URL: pinky_core-0.1.0.dev4.tar.gz
- Upload date:
- Size: 97.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35006c3a46c7db105611fe03493a10a3fca255599eb9c429c9f51a07738cadae
|
|
| MD5 |
50bd395a10a53892c3ca6be50dec6a59
|
|
| BLAKE2b-256 |
36fffd04cc1582e01bd03c90d6ae120d0120186a06f03a073ab9de700e293b78
|
Provenance
The following attestation bundles were made for pinky_core-0.1.0.dev4.tar.gz:
Publisher:
publish.yml on pinky-and-co/pinky-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pinky_core-0.1.0.dev4.tar.gz -
Subject digest:
35006c3a46c7db105611fe03493a10a3fca255599eb9c429c9f51a07738cadae - Sigstore transparency entry: 2150955491
- Sigstore integration time:
-
Permalink:
pinky-and-co/pinky-core@7a86215db0c4dacfb276e09ec446a023dcc3f146 -
Branch / Tag:
refs/tags/v0.1.0.dev4 - Owner: https://github.com/pinky-and-co
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7a86215db0c4dacfb276e09ec446a023dcc3f146 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pinky_core-0.1.0.dev4-py3-none-any.whl.
File metadata
- Download URL: pinky_core-0.1.0.dev4-py3-none-any.whl
- Upload date:
- Size: 47.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d16a1760ec84ce6de4d41963297df3becfd5d07016035f80831e927c7e520993
|
|
| MD5 |
72d206cf07a652bd207bbe0cb60f22f6
|
|
| BLAKE2b-256 |
f3db696ed9ca69605aa418fd42b3cc0d5fcea169a8f5bda2b7e78e4b994179eb
|
Provenance
The following attestation bundles were made for pinky_core-0.1.0.dev4-py3-none-any.whl:
Publisher:
publish.yml on pinky-and-co/pinky-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pinky_core-0.1.0.dev4-py3-none-any.whl -
Subject digest:
d16a1760ec84ce6de4d41963297df3becfd5d07016035f80831e927c7e520993 - Sigstore transparency entry: 2150955715
- Sigstore integration time:
-
Permalink:
pinky-and-co/pinky-core@7a86215db0c4dacfb276e09ec446a023dcc3f146 -
Branch / Tag:
refs/tags/v0.1.0.dev4 - Owner: https://github.com/pinky-and-co
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7a86215db0c4dacfb276e09ec446a023dcc3f146 -
Trigger Event:
push
-
Statement type: