Metadata-Version: 1.2
Name: pygleif
Version: 0.1.2
Summary: API for LEI
Home-page: https://github.com/pygleif
Author: ggravlingen
Author-email: no@email.com
License: MIT
Download-URL: https://github.com/ggravlingen/pygleif/archive/0.1.2.zip
Description-Content-Type: UNKNOWN
Description: [![Coverage Status](https://coveralls.io/repos/github/ggravlingen/pygleif/badge.svg)](https://coveralls.io/github/ggravlingen/pygleif)
        
        This is a Python class that queries the API of GLEIF.org to return data about a specific entity (corporation.)
        
        Usage:
        ```
        import pygleif
        
        data = GLEIF('8RS0AKOLN987042F2V04')
        print(data.registration.initial_registration_date)
        ```
        
Keywords: lei-code lei api gleif
Platform: UNKNOWN
Requires-Python: >=3.4
