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
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.11.0.tar.gz.
File metadata
- Download URL: aind_metadata_upgrader-0.11.0.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ba107862140467efd3ba3d4d6bcff737d273c2601655bfdf21dacd110fa0d10
|
|
| MD5 |
50cc24d5450155276a36a006d50d9a1c
|
|
| BLAKE2b-256 |
2bcede5fa35b641085e80c3c5c0ec46c0718568a54041d3612d41bfd7662de6e
|
File details
Details for the file aind_metadata_upgrader-0.11.0-py3-none-any.whl.
File metadata
- Download URL: aind_metadata_upgrader-0.11.0-py3-none-any.whl
- Upload date:
- Size: 81.5 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 |
07ef673f9194b385132a61fe93f2f458e0b59987b8f6aea405dbf503c6ede29d
|
|
| MD5 |
2edf34af02529fa88ca86b98831e1e76
|
|
| BLAKE2b-256 |
aa66d43680ccd18f834273641cc8b155f4ad658834a8824ede3bc851304f89bf
|