Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Attica-oss authored Sep 15, 2024
1 parent 40ea077 commit d4447b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

[![Pylint](https://github.com/Attica-oss/container_iso_check/actions/workflows/pylint.yml/badge.svg)](https://github.com/Attica-oss/container_iso_check/actions/workflows/pylint.yml)

![logo6](https://github.com/user-attachments/assets/993d419a-ca09-41ad-85bf-a5c6288526ec)


---

# Container Number Validator

This project provides a simple tool for validating ISO container numbers, including SOC (Shipper Owned Containers). It ensures that container numbers conform to the required format and validates check digits according to the ISO 6346 standard. This implementation uses the [Polars](https://pola-rs.github.io/polars-book/user-guide/index.html) library for data handling and is intended for developers familiar with Python and Rust's `polars`.
This project provides a simple tool for validating ISO container numbers, including SOC (Shipper Owned Containers).
It ensures that container numbers conform to the required format and validates check digits according to the ISO 6346 standard.
This implementation uses the [Polars](https://pola-rs.github.io/polars-book/user-guide/index.html) library for data handling and is intended for developers familiar with Python and Rust's `polars`.

## Features

Expand All @@ -18,7 +19,7 @@ This project provides a simple tool for validating ISO container numbers, includ

## Requirements

- Python 3.7+
- Python 3.10+
- [Poetry](https://python-poetry.org/) for managing dependencies
- Polars for efficient data handling
- TOML for configuration file handling
Expand Down

0 comments on commit d4447b8

Please sign in to comment.