![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/)
Raw data
{
"_id": null,
"home_page": "https://github.com/anujpanchal57/ContainerNumberValidate",
"name": "ShippingContainerNumberValidate",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Shipping,Logistics,Container Number,Shipping Container,Exports,Imports,Validate Shipping Container Number",
"author": "Anuj Panchal",
"author_email": "anujpanchal57@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c9/4e/c8d06f7688902bee555a3823d8a3362d60be05907cf03c9b52b787d53cc1/ShippingContainerNumberValidate-1.0.8.tar.gz",
"platform": null,
"description": "![Made with Love in India](https://madewithlove.org.in/badge.svg) \n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n\n# ShippingContainerNumberValidate\n\nYou can utilize this library to validate whether the shipping container number is valid or not as per ISO 6346 standard\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install.\n\n```bash\npip install ShippingContainerNumberValidate\n```\n\n## Usage\n\n```python\nimport ShippingContainerNumberValidate\n\n# returns True, if the provided container number is valid\nShippingContainerNumberValidate.validate_container_number('GESU3927660')\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Helps you validate a shipping container number as per ISO 6346 standard",
"version": "1.0.8",
"project_urls": {
"Homepage": "https://github.com/anujpanchal57/ContainerNumberValidate"
},
"split_keywords": [
"shipping",
"logistics",
"container number",
"shipping container",
"exports",
"imports",
"validate shipping container number"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "24d14ea2a5bb46caf322961c58e537942703c0e175977250e5f048f9e9f3e417",
"md5": "60033bd3493660d5f1366eefb69ec30a",
"sha256": "dade04fa8dbd2fcfd262cb0671d22efcebe8417125a502b0af5a6d47d879b000"
},
"downloads": -1,
"filename": "ShippingContainerNumberValidate-1.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "60033bd3493660d5f1366eefb69ec30a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2600,
"upload_time": "2023-12-27T11:07:40",
"upload_time_iso_8601": "2023-12-27T11:07:40.148876Z",
"url": "https://files.pythonhosted.org/packages/24/d1/4ea2a5bb46caf322961c58e537942703c0e175977250e5f048f9e9f3e417/ShippingContainerNumberValidate-1.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c94ec8d06f7688902bee555a3823d8a3362d60be05907cf03c9b52b787d53cc1",
"md5": "cf40fd2d0cb880a8db99192828939e45",
"sha256": "72db33f28efbebc6fa429f17604b3cb1151a26fa63f59b4a8c4b05d64d99a4b9"
},
"downloads": -1,
"filename": "ShippingContainerNumberValidate-1.0.8.tar.gz",
"has_sig": false,
"md5_digest": "cf40fd2d0cb880a8db99192828939e45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2235,
"upload_time": "2023-12-27T11:07:41",
"upload_time_iso_8601": "2023-12-27T11:07:41.789775Z",
"url": "https://files.pythonhosted.org/packages/c9/4e/c8d06f7688902bee555a3823d8a3362d60be05907cf03c9b52b787d53cc1/ShippingContainerNumberValidate-1.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-27 11:07:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "anujpanchal57",
"github_project": "ContainerNumberValidate",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "shippingcontainernumbervalidate"
}