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.1.tar.gz (8.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for budgetdatapackage-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a3b1d43c653aab2f5a164a36e023539b9c7489faeb652ae37b70dd2bf413119b
MD5 478dd211d50eca7181110fce52d7a960
BLAKE2b-256 dbca0a49d29dcf0e53de1467ca12c238b184c34eb5f55598c21545e2e7b88a0b

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