|
- import pasn1
- import cli
- import datetime
-
- objst = cli.ObjectStore()
- map(objst.loadobj,
- [
- {
- 'type': 'metadata',
- 'uuid': '3e466e06-45de-4ecc-84ba-2d2a3d970e96',
- 'created_by_ref': '867c7563-79ae-435c-a265-9d8509cefac5',
- 'modified': datetime.datetime(2019, 5, 31, 14, 5, 3),
- 'dc:author': u'John-Mark Gurney',
- 'hashes': [ 'sha256:91751cee0a1ab8414400238a761411daa29643ab4b8243e9a91649e25be53ada' ],
- 'lang': 'en'
- }
- ]
- )
-
- objst.store('sample.data.pasn1')
|