MetaData Sharing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
473 B

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