py-uk-postcode 1.0.0__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {py_uk_postcode-1.0.0/src/py_uk_postcode.egg-info → py_uk_postcode-1.0.2}/PKG-INFO +3 -2
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/README.md +1 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/pyproject.toml +2 -2
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/src/postcode/__init__.py +1 -1
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2/src/py_uk_postcode.egg-info}/PKG-INFO +3 -2
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/CHANGELOG.md +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/LICENSE +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/MANIFEST.in +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/assets/py-postcode.png +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/example.py +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/setup.cfg +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/src/postcode/py.typed +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/src/py_uk_postcode.egg-info/SOURCES.txt +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/src/py_uk_postcode.egg-info/dependency_links.txt +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/src/py_uk_postcode.egg-info/requires.txt +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/src/py_uk_postcode.egg-info/top_level.txt +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/areas.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/districts.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/incodes.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/normalisation.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/outcodes.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/sectors.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/sub-districts.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/units.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/data/validation.json +0 -0
- {py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/tests/test_postcode.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py-uk-postcode
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: UK postcode validation, parsing, formatting, and text utilities
|
|
5
5
|
Author: Area360
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Homepage, https://
|
|
7
|
+
Project-URL: Homepage, https://area360.uk/
|
|
8
8
|
Project-URL: Documentation, https://github.com/area360-uk/py-postcode#readme
|
|
9
9
|
Project-URL: Repository, https://github.com/area360-uk/py-postcode
|
|
10
10
|
Project-URL: Issues, https://github.com/area360-uk/py-postcode/issues
|
|
@@ -73,6 +73,7 @@ of this port.
|
|
|
73
73
|
- [GitHub repository](https://github.com/area360-uk/py-postcode)
|
|
74
74
|
- [Package on PyPI](https://pypi.org/project/py-uk-postcode/)
|
|
75
75
|
- [Issue tracker](https://github.com/area360-uk/py-postcode/issues)
|
|
76
|
+
- [Area360](https://area360.uk/)
|
|
76
77
|
- [Postcode element definitions](#definitions)
|
|
77
78
|
- [Notes](#notes)
|
|
78
79
|
|
|
@@ -40,6 +40,7 @@ of this port.
|
|
|
40
40
|
- [GitHub repository](https://github.com/area360-uk/py-postcode)
|
|
41
41
|
- [Package on PyPI](https://pypi.org/project/py-uk-postcode/)
|
|
42
42
|
- [Issue tracker](https://github.com/area360-uk/py-postcode/issues)
|
|
43
|
+
- [Area360](https://area360.uk/)
|
|
43
44
|
- [Postcode element definitions](#definitions)
|
|
44
45
|
- [Notes](#notes)
|
|
45
46
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "py-uk-postcode"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.2"
|
|
8
8
|
description = "UK postcode validation, parsing, formatting, and text utilities"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -36,7 +36,7 @@ dev = [
|
|
|
36
36
|
]
|
|
37
37
|
|
|
38
38
|
[project.urls]
|
|
39
|
-
Homepage = "https://
|
|
39
|
+
Homepage = "https://area360.uk/"
|
|
40
40
|
Documentation = "https://github.com/area360-uk/py-postcode#readme"
|
|
41
41
|
Repository = "https://github.com/area360-uk/py-postcode"
|
|
42
42
|
Issues = "https://github.com/area360-uk/py-postcode/issues"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py-uk-postcode
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: UK postcode validation, parsing, formatting, and text utilities
|
|
5
5
|
Author: Area360
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Homepage, https://
|
|
7
|
+
Project-URL: Homepage, https://area360.uk/
|
|
8
8
|
Project-URL: Documentation, https://github.com/area360-uk/py-postcode#readme
|
|
9
9
|
Project-URL: Repository, https://github.com/area360-uk/py-postcode
|
|
10
10
|
Project-URL: Issues, https://github.com/area360-uk/py-postcode/issues
|
|
@@ -73,6 +73,7 @@ of this port.
|
|
|
73
73
|
- [GitHub repository](https://github.com/area360-uk/py-postcode)
|
|
74
74
|
- [Package on PyPI](https://pypi.org/project/py-uk-postcode/)
|
|
75
75
|
- [Issue tracker](https://github.com/area360-uk/py-postcode/issues)
|
|
76
|
+
- [Area360](https://area360.uk/)
|
|
76
77
|
- [Postcode element definitions](#definitions)
|
|
77
78
|
- [Notes](#notes)
|
|
78
79
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_uk_postcode-1.0.0 → py_uk_postcode-1.0.2}/src/py_uk_postcode.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|