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.0.tar.gz
(966.3 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.0.tar.gz.
File metadata
- Download URL: aind_metadata_upgrader-0.9.0.tar.gz
- Upload date:
- Size: 966.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
543f54aab33309ab634c1bac812acc322e7d80c54236a2c0372bd0636a1a3e3d
|
|
| MD5 |
8a2590fccbda48f3a4898d1fa905fdc0
|
|
| BLAKE2b-256 |
d751fd9d334d8266077f08cbb373ea5f21ed95e6baca84334fa63b158a064b8d
|
File details
Details for the file aind_metadata_upgrader-0.9.0-py3-none-any.whl.
File metadata
- Download URL: aind_metadata_upgrader-0.9.0-py3-none-any.whl
- Upload date:
- Size: 80.0 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 |
2828f4c3c4ae7a81a9069bf70f743303aa5fc8f16570c79deae56b68cdabd4e7
|
|
| MD5 |
9a3d6bb7eb40deb1bd5fdc9a7b2d7a97
|
|
| BLAKE2b-256 |
72be2cf01ac158ef16a4cbfa758197a50668b326e7125f923ef6cdb18997ffd5
|