Metadata-Version: 2.1
Name: api-omie
Version: 0.1.5b0
Summary: Ferramenta para api do omie não oficial
Home-page: https://github.com/MikalROn/ApiOmie-nao-oficial
Author: Daniel Coêlho
Author-email: heromon.9010@gmail.com
License: MIT license
Project-URL: Demonstrações, https://github.com/MikalROn/ApiOmie-nao-oficial/tree/main/demonstrcoes
Keywords: Api omie,omie,api do omie,omieapi
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENCE

# Api Omie (NÃO OFICIAL)

<em> *Aviso: este projeto nÃ£o tem ligaÃ§Ã£o nenhuma com a omie</em>

![!license](https://camo.githubusercontent.com/92b715ac5f55013c8ec6a518478dfd86491cdf5fb140ff237055967299c36390/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4d696b616c524f6e2f4576656e7453696d706c654755493f7374796c653d666f722d7468652d6261646765)

<a href="https://github.com/MikalROn/ApiOmie-nao-oficial">
<img alt="GitHub" src="https://img.shields.io/badge/Github-Open%20source-green?style=for-the-badge&amp;logo=github"/>
</a>

# â  Use a documentaÃ§Ã£o oficial!

## Download

``````shell
$pip install api-omie
``````

## Como usar

<p> Para usar basta chamar o metodo, 
e passar os argumentos-chave que seram empacotados e transmitidos para api como no exemplo</p>

``````python
from omieapi import Omie

meu_app = Omie('key#######', 'secreet######')

r = meu_app.listar_produtos(
    pagina=1
)

print(r)
``````


