Generated from aind-library-template
Project description
aind-metadata-upgrader
I want to run the upgrader...
On my local data
from aind_metadata_upgrader.upgrade import Upgrade
# <Your code here: load your data as a dictionary, e.g. json.load(f)>
upgraded_record = Upgrade(data)
upgraded_record.save()
On a single record in V1 DocDB
from aind_metadata_upgrader.sync import run_one
run_one(record_id="<docdb_id>")
On all records in V1 DocDB
from aind_metadata_upgrader.sync import run
run()
I want to develop new upgraders
Add a new CoreUpgrader class, then include it in the MAPPINGS object.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aind_metadata_upgrader-0.9.2.tar.gz
(975.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aind_metadata_upgrader-0.9.2.tar.gz.
File metadata
- Download URL: aind_metadata_upgrader-0.9.2.tar.gz
- Upload date:
- Size: 975.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
217076f2cfbae4595699a1fdb841ff2c2b9fbeac1ede1c943969e3ccfd49b26b
|
|
| MD5 |
492b9e659fa12f0727bac23547bbf398
|
|
| BLAKE2b-256 |
8ae2a3c89a37a21cefd759076af5c733bdcbbdcb694dddd0c44fb34628558ef3
|
File details
Details for the file aind_metadata_upgrader-0.9.2-py3-none-any.whl.
File metadata
- Download URL: aind_metadata_upgrader-0.9.2-py3-none-any.whl
- Upload date:
- Size: 80.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48a65d4c755605cf8534fced68838f56d59fa5d4797cd4f7ff9ceeb329c60934
|
|
| MD5 |
cfc4a100c1df1199086ffe5feb63ac15
|
|
| BLAKE2b-256 |
f885b7687408568f3db0ac818e37b0d3f2058aa9a9112919820d522786861101
|