Skip to main content

Manage and load Budget Data Packages

Project description

Extension of datapackage which provides a BudgetResource class for creating a Budget Data Package resource which is a drop in replacement for datapackage.Resource.

from budgetdatapacakge import BudgetResource
from datapackage import DataPackage

# Create BudgetResource which has a lot of requirements
budget = BudgetResource(
    currency='ISK',
    dateLastUpdated='2014-04-22',
    datePublished='1982-04-22',
    fiscalYear='2014',
    granularity='transactional',
    status='approved',
    type='expenditure',
    location='IS',
    url='http://iceland.is/budgets.csv')
# Create Budget Data Package
budget_dpkg = DataPackage(
    name="icelandic-budget", license="PDDL", resources=[budget])

License

budgetdatapackage is available under the GNU General Public License, version 3. See LICENCE for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

budgetdatapackage-0.0.4.tar.gz (21.0 kB view details)

Uploaded Source

File details

Details for the file budgetdatapackage-0.0.4.tar.gz.

File metadata

File hashes

Hashes for budgetdatapackage-0.0.4.tar.gz
Algorithm Hash digest
SHA256 e5f6ec127f5de72dfc1301ecaf7964b798297edcc3f047333e27526ea374bf60
MD5 ff56a45cd5f50f1f63a2bfca2499b24e
BLAKE2b-256 68597943ebba7ea2027f295eecf22b96fb11f548d4db7f41fba51605635b77b8

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page