Metadata-Version: 2.4
Name: polars_istr
Version: 0.1.2
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: polars>=1.4
Requires-Dist: typing-extensions ; python_full_version < '3.12'
Requires-Dist: pytest>=7.4.1 ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE.txt
Keywords: polars-extension,string-processing,data-processing,parsing
Author-email: Tianren Qin <tq9695@gmail.com>, Connor Duncan <connor@connorduncan.xyz>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

<h1 align="center">
  <b>Polars for Identifiers and Standard Format Strings</b>
  <br>
</h1>

<!-- <p align="center">
  <a href="https://polars-ds-extension.readthedocs.io/en/latest/">Documentation</a>
  |
  <a href="https://github.com/abstractqqq/polars_ds_extension/blob/main/examples/basics.ipynb">User Guide</a>
<br>
<b>pip install polars-ds</b>
</p> -->

# The Project

Processing IBAN, ISINs, URLs, etc., and other standard format data in Polars.

# Acknowledgements

1. Iban is powered by [iban_validate](https://crates.io/crates/iban_validate)
2. Isin is powered by [isin_rs](https://docs.rs/isin/latest/isin/)
3. URL is powered by [url](https://crates.io/crates/url)
4. CUSIP is powered by [cusip](https://crates.io/crates/cusip)
