Skip to content

siikamiika/py-har

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-har

HTTP Archive parser and mutator for Python >= 3.8.

Usage

import py_har
import json

har = py_har.Har(**json.loads(open('file.har').read()))
har.get('log').get('entries')[1].set('startedDateTime', '2020-01-01')
print(json.dumps(har.get('log').get('entries')[1].to_dict(), indent=4))

License

MIT

About

HTTP Archive parser and mutator for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages