You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ To make this all work seamlessly, we use [Narwhals](https://github.com/narwhals-
59
59
60
60
## Features
61
61
62
-
Here's a short list of what we think makes pointblank a great tool for data validation:
62
+
Here's a short list of what we think makes Pointblank a great tool for data validation:
63
63
64
64
-**Declarative Syntax**: Define your data validation rules simply, using a declarative syntax
65
65
-**Flexible**: We support tables from Polars, Pandas, Duckdb, MySQL, PostgreSQL, SQLite, and Parquet
@@ -69,9 +69,14 @@ Here's a short list of what we think makes pointblank a great tool for data vali
69
69
-**Easy to Use**: Get started quickly with a simple API and super clear documentation
70
70
-**Powerful**: You can develop complex data validation rules with flexible options for customization
71
71
72
+
There's a lot of [interesting examples](https://rich-iannone.github.io/pointblank/examples/) you can
73
+
check out in the documentation website. If you have any questions or would like to request a
74
+
feature, you are always welcome to [create an issue](https://github.com/rich-iannone/pointblank/issues)
75
+
or [start a discussion](https://github.com/rich-iannone/pointblank/discussions)!
76
+
72
77
## Installation
73
78
74
-
You can install pointblank using pip:
79
+
You can install Pointblank using pip:
75
80
76
81
```bash
77
82
pip install pointblank
@@ -83,9 +88,9 @@ If you encounter a bug, have usage questions, or want to share ideas to make thi
83
88
84
89
Please note that the pointblank project is released with a [contributor code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).<br>By participating in this project you agree to abide by its terms.
85
90
86
-
## Contributing to pointblank
91
+
## Contributing to Pointblank
87
92
88
-
There are many ways to contribute to the ongoing development of pointblank. Some contributions can be simple (like fixing typos, improving documentation, filing issues for feature requests or problems, etc.) and others might take more time and care (like answering questions and submitting PRs with code changes). Just know that anything you can do to help would be very much appreciated!
93
+
There are many ways to contribute to the ongoing development of Pointblank. Some contributions can be simple (like fixing typos, improving documentation, filing issues for feature requests or problems, etc.) and others might take more time and care (like answering questions and submitting PRs with code changes). Just know that anything you can do to help would be very much appreciated!
89
94
90
95
Please read over the [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/main/CONTRIBUTING.md) for information on how to get started.
0 commit comments