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.10.0.tar.gz
(995.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.10.0.tar.gz.
File metadata
- Download URL: aind_metadata_upgrader-0.10.0.tar.gz
- Upload date:
- Size: 995.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf335645b1edfcff5d006b26beba3fb61f16d052dc558d1b2dd5e04918e37804
|
|
| MD5 |
be915090190191676dd40596329516ba
|
|
| BLAKE2b-256 |
f12eacbef1e31c9df523efb7af50c69c8db3393d1ccfe14e818beaab61f0f0c4
|
File details
Details for the file aind_metadata_upgrader-0.10.0-py3-none-any.whl.
File metadata
- Download URL: aind_metadata_upgrader-0.10.0-py3-none-any.whl
- Upload date:
- Size: 81.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6d50e0502e377508d473ef7b09531960b279ca6f576ec54f0c7267bde6ec9a7
|
|
| MD5 |
4279946da57820ed2a0e887bbac0c2ae
|
|
| BLAKE2b-256 |
83ba67519ab2e04009f8b39ad5daec9e6eb3edd14741a3c33290af69981da939
|