Metadata-Version: 2.1
Name: nflxprofile
Version: 1.5.9
Summary: Protobuf specification of the nflxprofile format
Home-page: https://github.com/Netflix/nflxprofile
Author: Mary Marchini
Author-email: mmarchini@netflix.com
License: UNKNOWN
Description: # nflxprofile
        
        Python package exposing the `nflxprofile` format as a Python class.
        
        ## Install
        
        ```
        pip install nflxprofile
        ```
        
        ## Usage
        
        ```python
        from nflxprofile import nflxprofile_pb2
        
        profile = nflxprofile_pb2.Profile()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
