Skip to main content

arches-he-location-extensions

An Arches application extension that provides location-based functionality and enhancements for Arches-based projects. Designed for easy integration with Arches projects (Historic England context).

Requirements

Contents Overview

This Arches application contains extensions that provide location management and location-related functionality for Arches-based heritage inventory systems.

Installing for Development

For development purposes, you can treat this app as a standard Arches project. Either use the instructions for developing an Arches project or use the arches-containers configuration included in this repository.

Standard Development Setup

pip install -e '/path/to/arches_he_location_extensions[dev]'

This installs the app in editable mode, allowing you to make changes and see them reflected immediately without needing to reinstall.

Development Using arches-containers

This repository includes an arches-containers project configuration (requires version 1.1.0 or above), so you can import, activate, and start the system as follows:

  1. Ensure Docker is installed and running.

  2. Navigate to your workspace directory e.g. ~/workspaces/ahle_workspace

  3. Clone this repository if you haven't already.

  4. Import the arches-container project configuration:

    act import -p arches_he_location_extensions
    
  5. Activate the project:

    act activate -p arches_he_location_extensions
    
  6. Start the system:

    act up
    
  7. Once setup and webpack builds are complete, open a browser and navigate to http://localhost:8002 or use act view in a terminal to open the project in your default browser.

For more details, see the arches-containers documentation.

Using This App in Your Arches Project

Follow these steps to add arches-he-location-extensions to your Arches project:

1. Add to your_project/pyproject.toml

Add the following to your pyproject.toml dependencies (in the [project] section):

dependencies = [
    "arches==7.6.22",
    "arches-he-location-extensions==1.0.0,
]

2. Update your_project/your_project/settings.py

Add to INSTALLED_APPS and ARCHES_APPLICATIONS:

INSTALLED_APPS = (
    ...
    "your_project",
    "arches_he_location_extensions",
)

ARCHES_APPLICATIONS = ("arches_he_location_extensions",)

3. Update your_project/your_project/urls.py

Include the app's URLs (add project URLs before this):

urlpatterns = [
    # ... your project urls ...
    path("", include("arches_he_location_extensions.urls")),
]

4. Run Database Migrations

Run the following command to apply any database migrations required by this app:

# If using arches-containers, run this in the application container
python manage.py migrate

5. Include the styling for arches-he-location-extensions

Update your_project/your_project/media/css/project.scss with:

@import "arches-he-location-extensions";

6. Install and Build Front-End Dependencies

From the directory containing your your_project/package.json:

# If using arches-containers, run this in the application container or restart webpack
npm install
npm run build_development

7. Start Your Arches Project

python manage.py runserver

For more information on deploying your Arches project, see the Arches Deployment Guide.

License

This project is licensed under the GNU AGPLv3. See the LICENSE file for details.

Release files for arches-he-location-extensions 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for arches-he-location-extensions 1.0.0
File Size Uploaded
arches_he_location_extensions-1.0.0.tar.gz 234.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for arches-he-location-extensions 1.0.0
File Interpreter ABI Platform
arches_he_location_extensions-1.0.0-py3-none-any.whl Python 3 none any Details

Total release size: 284.9 kB

Release files / arches_he_location_extensions-1.0.0.tar.gz

Download URL arches_he_location_extensions-1.0.0.tar.gz
Size 234.8 kB
Tags Source
SHA-256 checksum
How to use checksums
170e786d76d595be1ee65cb98b73f698218b8fa6e161d6a31e9e02fb43da58b0
BLAKE2b-256 checksum
How to use checksums
bf103aa096d7fede7fed30d0b005f57f504c127eb329409227abd13a61af3f16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / arches_he_location_extensions-1.0.0-py3-none-any.whl

Download URL arches_he_location_extensions-1.0.0-py3-none-any.whl
Size 50.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
336e9d1cd2d2774c2747144e71503ac1d2e756a7603bbd09546f495eeeccf795
BLAKE2b-256 checksum
How to use checksums
a18751161cea1b54ec8b3855580e26c4cb209ff29b1e24f83c6d2f80e7dc7697
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page