Socket
Socket
Sign inDemoInstall

arches

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    arches

Arches is an open-source, web-based, geospatial information system for cultural heritage inventory and management.


Maintainers
1

Readme

Arches

Arches is a web-based, geospatial information system for cultural heritage inventory and management. Arches is purpose-built for the international cultural heritage field, and designed to record all types of immovable heritage, including archaeological sites, buildings and other historic structures, landscapes, and heritage ensembles or districts. For more information and background on the Arches project, please visit archesproject.org.

For general inquiries and to get technical support from the wider Arches community, visit our Community Forum.

For general user installation and app documentation, visit arches.readthedocs.io.

For the documentation pertaining to the bleeding edge code (what is in the master branch), visit arches.readthedocs.io/en/latest. We welcome new contributors; please see Contributing to Arches for details.

Issue reports are encouraged! Please read this article before reporting issues.

Version 7.5.2 release notes

Quick Install

Installation is fully documented in the official documentation, arches.readthedocs.io/en/stable, but assuming you have all of the dependencies installed you should make a virtual environment, activate it, and then run

    pip install arches

then

    arches-project create myproject

enter the new myproject directory

    cd myproject

and run

    python manage.py setup_db
    python manage.py runserver

in a separate terminal, activate your virtual environment and navigate to the root directory of the project ( you should be on the same level as package.json)

    cd myproject/myproject

and run

    yarn build_development

to create a frontend asset bundle. This process should complete in less than 2 minutes.

Finally, visit localhost:8000 in a browser (only Chrome is fully supported at this time).

If you run into problems, please review our full installation documentation

Release Cycle

Our general release cycle will typically be a functional release (either major if there are backward incompatible changes or minor, if there are not) every 6 months. Each functional release will typically be followed by one or more patch releases. See semver.org for version numbering.

  • Functional releases will usually introduce new functionality to the application, but could also include styling updates, enhancements to the UX, bug fixes, and performance improvements.
  • Patch releases are really only concerned with fixing any bugs related to the previous release or any other issues not yet addressed
Support for previous releases
  • Stable releases will be supported with patch releases for at least 18 months. Typically the stable release will be the second or third minor release of a major release.
  • Functional releases (with the exception of stable releases) will be supported only until the next functional release. After that users are expected to upgrade to the latest release on pypi.python.org
Feature roadmap

The following a general plan for the Arches project. Be aware this plan is tentative and subject to change.

7.6 LTS - Release date: Sept 15, 2024

  • Arches Application improvements
  • Activity stream edit logs
  • Security enhancements
  • Default deny permissions
  • Support for pluggable permissions frameworks
  • Standalone plugins

8.0 - Release date: June 15, 2025

  • Support for editing and publishing graphs without having to remove resource instances
  • Support for viewing and restoring previous graph publications
  • Support for configuring currently published graphs
  • Support for search by resource relationship
  • Implementation of the Controlled List Manager and reference data type
  • Persistent uris for resource instance data
  • Implementation of logical deletion of resources
  • Bulk Data Manager CLI interface

9.0 - Release date: Sept 15, 2027

  • Full migration to Vue

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc