Metadata-Version: 2.1
Name: uscodekit
Version: 2024.2.2
Summary: A Python package for US codes validation, extraction, formatting, cleaning, and more.
Home-page: https://github.com/rk4bir/USCodeKit
License: MIT
Author: Raihan Kabir
Author-email: r.kabir01@proton.me
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cryptography (>=43.0.3,<44.0.0)
Project-URL: Repository, https://github.com/rk4bir/USCodeKit
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://raw.githubusercontent.com/rk4bir/USCodeKit/refs/heads/main/docs/logo.png" alt="USCodeKit_logo" width="200"/>
</p>

<h1 align="center">USCodeKit</h1>

<p align="center">
<img src="https://raw.githubusercontent.com/rk4bir/USCodeKit/refs/heads/main/docs/pyversions.svg" />
<a href="https://pypi.org/project/uscodekit/"><img src="https://badge.fury.io/py/uscodekit.svg?icon=si%3Apython" /></a>
</p>

<p align="center">
<img src="https://github.com/rk4bir/USCodeKit/actions/workflows/tests.yaml/badge.svg" alt="unittests" />
<img src="https://raw.githubusercontent.com/rk4bir/USCodeKit/refs/heads/main/docs/coverage.svg" alt="Coverage"/>
<img src="https://github.com/rk4bir/USCodeKit/actions/workflows/publish.yaml/badge.svg" />
</p>

---

> A comprehensive package that includes all the essential tools commonly used for US phone, zip code info, NAICS (2022), (upcoming more...)

## Docs

> [https://rk4bir.github.io/USCodeKit/](https://rk4bir.github.io/USCodeKit/)

- [Installation](https://rk4bir.github.io/USCodeKit/#installation)
- [Getting Started](https://rk4bir.github.io/USCodeKit/)
- **Modules**
  - [phone](https://rk4bir.github.io/USCodeKit/phone/)
  - [zip_code](https://rk4bir.github.io/USCodeKit/zip_code/)
  - [NAICS (2022)](https://rk4bir.github.io/USCodeKit/naics/)

## Installation

Using `pip`

```bash
pip install -U uscodekit
```

Using `poetry`

```bash
poetry add uscodekit
```

