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.3.tar.gz
(987.1 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.3.tar.gz.
File metadata
- Download URL: aind_metadata_upgrader-0.9.3.tar.gz
- Upload date:
- Size: 987.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cfdbdf1ce1ad5fd57ae8b8efd926b23c2b85d0ec3d7fdbb45901073137fbc7b
|
|
| MD5 |
c8441a1ed0f3cea3af03ca2e2014e937
|
|
| BLAKE2b-256 |
ccb326dd378a546bc5a6ebb901587a91f1bcccd142c33331a6d99e2b848d689c
|
File details
Details for the file aind_metadata_upgrader-0.9.3-py3-none-any.whl.
File metadata
- Download URL: aind_metadata_upgrader-0.9.3-py3-none-any.whl
- Upload date:
- Size: 81.3 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 |
7b0604f99936069449d1ab8b6e83ecf9cc9c92468a2534ec6e4350c67e8af55b
|
|
| MD5 |
7ea4cfa1fbf0d11eb68ffca7c00ab459
|
|
| BLAKE2b-256 |
ebfc7b24a35fe60dbe8b9a3fbb1b5cf1406db5eb329a1a6af86ebea19d88b811
|