Metadata-Version: 2.1
Name: prevail
Version: 0.0.3
Description-Content-Type: text/plain



prevail

for those that are still in motion


import prevail
prevail.abundantly ({
	"build": [{
		"kind": "header",
		"fields": {
			"name": "candidate"
		}
	},{
		"kind": "company",
		"fields": {
			"name": "company 4",
			"descriptions": [],
			"statuses": [{
				"names": [ "status 2" ],
				"places": [ "place 1", "place 2" ],
				"dates": [ "Year Month Day of Month", "Year Month Day of Month" ],
				"feats": [
					"feat 1",
					"feat 2",
					"feat 3"
				]
			},{
				"names": [ "status 1" ],
				"places": [],
				"dates": [],
				"feats": []
			}]
		}
	},{
		"kind": "company",
		"fields": {
			"name": "company 4",
			"descriptions": [],
			"statuses": [{
				"names": [ "status 2" ],
				"places": [ "place 1", "place 2" ],
				"dates": [ "Year Month Day of Month", "Year Month Day of Month" ],
				"feats": [
					"feat 1",
					"feat 2",
					"feat 3"
				]
			}]
		}
	},{
		"kind": "academics",
		"fields": {
			"name": "academics 1",
		}
	}]
})
