Skip to main content

Eases access to information from the extension registry of the Open Contracting Data Standard

Project description

PyPI version Build Status Dependency Status Coverage Status

This Python package eases access to information about extensions in the Open Contracting Data Standard’s extension registry.

Examples

from ocdsextensionregistry import ExtensionRegistry

extensions_url = 'https://raw.githubusercontent.com/open-contracting/extension_registry/master/extensions.csv'
extension_versions_url = 'https://raw.githubusercontent.com/open-contracting/extension_registry/master/extension_versions.csv'

registry = ExtensionRegistry(extension_versions_url, extensions_url)
for version in registry.filter(core=True, version='v1.1.3', category='tender'):
    print('The {0.metadata[name][en]} extension ("{0.id}") is maintained at {0.repository_html_page}'.format(version))
    print('Run `git clone {0.repository_url}` to make a local copy in a {0.repository_name} directory'.format(version))
    print('Get its patch at {0.base_url}release-schema.json\n'.format(version))

# The Enquiries extension ("enquiries") is maintained at https://github.com/open-contracting/ocds_enquiry_extension
# Run `git clone git@github.com:open-contracting/ocds_enquiry_extension.git` to make a local copy in a ocds_enquiry_extension directory
# Get its patch at https://raw.githubusercontent.com/open-contracting/ocds_enquiry_extension/v1.1.3/release-schema.json

Contributing

Methods in this library should either apply to all possible extensions, or be useful to at least two use cases. Methods that don’t yet meet these criteria are documented as experimental.

Copyright (c) 2018 Open Contracting Partnership, released under the BSD license

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

ocdsextensionregistry-0.0.2.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file ocdsextensionregistry-0.0.2.tar.gz.

File metadata

File hashes

Hashes for ocdsextensionregistry-0.0.2.tar.gz
Algorithm Hash digest
SHA256 64c4c727f34818ab63eb439804d6d3c911203104695df0d94d65c46bfd39ddf6
MD5 a5e5c27ce0a00827ba6800e3315dd48c
BLAKE2b-256 2cff55648874478dbc0b4f38d820be287669ee948eb6c809206570cd49cd15a2

See more details on using hashes here.

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