https://github.com/domdfcoding/pottery-map
Tool for making maps showing origins of a pottery collection.
https://github.com/domdfcoding/pottery-map
Last synced: about 1 month ago
JSON representation
Tool for making maps showing origins of a pottery collection.
- Host: GitHub
- URL: https://github.com/domdfcoding/pottery-map
- Owner: domdfcoding
- License: mit
- Created: 2025-09-01T09:39:07.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-02-05T14:10:53.000Z (about 2 months ago)
- Last Synced: 2026-02-05T21:59:06.660Z (about 2 months ago)
- Language: Python
- Size: 101 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
============
pottery-map
============
.. start short_desc
**Map showing where items in a pottery collection were manufactured.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - Activity
- |commits-latest| |commits-since| |maintained|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |actions_linux| image:: https://github.com/domdfcoding/pottery-map/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/pottery-map/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/domdfcoding/pottery-map/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/pottery-map/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/domdfcoding/pottery-map/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/pottery-map/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/domdfcoding/pottery-map/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/pottery-map/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/domdfcoding/pottery-map/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/pottery-map/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/pottery-map/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/pottery-map/
:alt: Requirements Status
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/pottery-map?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/pottery-map
:alt: CodeFactor Grade
.. |license| image:: https://img.shields.io/github/license/domdfcoding/pottery-map
:target: https://github.com/domdfcoding/pottery-map/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pottery-map
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pottery-map/v0.0.0
:target: https://github.com/domdfcoding/pottery-map/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/pottery-map
:target: https://github.com/domdfcoding/pottery-map/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
:alt: Maintenance
.. end shields
Installation
--------------
.. start installation
``pottery-map`` can be installed from GitHub.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install git+https://github.com/domdfcoding/pottery-map
.. end installation