Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rk4bir/uscodekit
A comprehensive package that includes all the essential tools commonly used for US phone, zip code, (upcoming more...)
https://github.com/rk4bir/uscodekit
code phone-number usa zipcode
Last synced: about 2 months ago
JSON representation
A comprehensive package that includes all the essential tools commonly used for US phone, zip code, (upcoming more...)
- Host: GitHub
- URL: https://github.com/rk4bir/uscodekit
- Owner: rk4bir
- License: mit
- Created: 2024-11-13T17:51:13.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T18:38:38.000Z (about 2 months ago)
- Last Synced: 2024-11-13T18:39:24.461Z (about 2 months ago)
- Topics: code, phone-number, usa, zipcode
- Language: Python
- Homepage: https://rk4bir.github.io/USCodeKit/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
USCodeKit
---
> A comprehensive package that includes all the essential tools commonly used for US phone, zip code info, NAICS (2022), (upcoming more...)
## Docs
> [Hosted Docs](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
```