Metadata-Version: 2.1
Name: libreflow.extensions.anpo.dependency_manager
Version: 1.0.0
Home-page: https://gitlab.com/lfs.coop/libreflow/extensions/anpo/dependency_manager
Author: LFS
Author-email: libreflow@lfs.coop
License: LGPLv3+
Keywords: kabaret libreflow
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: blender-asset-tracer
Requires-Dist: zstandard

# ANPO Dependency Manager

This extension provides an action to check the actual dependencies of the latest revision of a Blender file.

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].

<!---
Types of changes

- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.

-->

## [Unreleased]

## [1.0.0] - 2024-09-04

### Added

* Action to check all files linked into the latest revision of a Blender file, and download/request them when necessary.
