Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
duedil-python / duedil / models / industry.py
Size: Mime:
from __future__ import unicode_literals

from .base import Model


class Industry(Model):
    attribute_names = [
        'id',
        # string The registered ID of the company
        'sicCode',
        # string The additional SIC code the company has provided.
        'sicCodeDescription',
        # string Description of this SIC code.
    ]