Skip to main content

The python library for accessing SWC-registry content.

Project description

The Python SWC Registry Library

CircleCI Documentation Status

Description

Python library for accessing SWC-registry content.

Installation

$ pip install -U swc-registry

Example

from swc_registry import SWC

swc = SWC('SWC-100')
print(swc.title)

// Function Default Visibility

Behaviour

On first use of the SWC methods, the SWC registry is initialized from file (swc-definition.json) out cache. If user wants to get the latest information about SWC-registry he needs to pass the second argument of SWC class.

Get latest version

from swc_registry import SWC

swc = SWC('SWC-100', get_last=True)
print(swc.title)

// Function Default Visibility

Contribution

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

swc-registry-0.0.11.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

swc_registry-0.0.11-py3-none-any.whl (19.8 kB view hashes)

Uploaded Python 3

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