Skip to content
View quierati's full-sized avatar

Block or report quierati

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Pacote de exemplo com as implementa... Pacote de exemplo com as implementações das api findcep em python - www.findcep.com
    1
    #!/usr/bin/env python
    2
    # -*- coding: utf-8 -*-
    3
    import os
    4
    
                  
    5
    import requests
  2. Example Module FindCEP API Localidad... Example Module FindCEP API Localidades for Python 3 with doctest
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    Example Module FindCEP API Localidades for Python 3 with doctest
    4
    >>> import localidades
    5
    """
  3. findcep/buscacep findcep/buscacep Public