Metadata-Version: 2.1
Name: ShippingContainerNumberValidate
Version: 1.0.8
Summary: Helps you validate a shipping container number as per ISO 6346 standard
Home-page: https://github.com/anujpanchal57/ContainerNumberValidate
Author: Anuj Panchal
Author-email: anujpanchal57@gmail.com
License: MIT
Keywords: Shipping,Logistics,Container Number,Shipping Container,Exports,Imports,Validate Shipping Container Number
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

![Made with Love in India](https://madewithlove.org.in/badge.svg) 
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

# ShippingContainerNumberValidate

You can utilize this library to validate whether the shipping container number is valid or not as per ISO 6346 standard

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```bash
pip install ShippingContainerNumberValidate
```

## Usage

```python
import ShippingContainerNumberValidate

# returns True, if the provided container number is valid
ShippingContainerNumberValidate.validate_container_number('GESU3927660')
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
