Skip to content

Commit

Permalink
fix and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed May 31, 2023
1 parent e79d58e commit c194040
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 64 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _Transforme seus projetos em solucoes inteligentes com nossa API. Com recursos c

## Como instalar

```pip install apigratis```
```pip install apigratis-sdk-python```
## Canais de suporte (Comunidade)
[![WhatsApp Group](https://img.shields.io/badge/WhatsApp-Group-25D366?logo=whatsapp)](https://chat.whatsapp.com/KsxrUGIPWvUBYAjI1ogaGs)
[![Telegram Group](https://img.shields.io/badge/Telegram-Group-32AFED?logo=telegram)](https://t.me/apigratisoficial)
Expand All @@ -16,7 +16,7 @@ https://apigratis.com.br

## Mais informacoes

https://pypi.org/project/apigratis
https://pypi.org/project/apigratis-sdk-python

## Servicos de API disponiveis

Expand Down
6 changes: 3 additions & 3 deletions apigratis_sdk_python.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: apigratis-sdk-python
Version: 1.0.1
Version: 1.0.2
Summary: Transforme seus projetos em soluções inteligentes com nossa API. Com recursos como API do WhatsApp, geolocalização, rastreamento de encomendas, verificação de CPF/CNPJ e mais, você pode criar soluções eficientes e funcionais
Home-page: https://github.com/APIBrasil/apigratis-sdk-python
Author: APIBRASIL
Expand All @@ -14,7 +14,7 @@ Description: # SDK Python - APIGratis by API BRASIL

## Como instalar

```pip install apigratis```
```pip install apigratis-sdk-python```
## Canais de suporte (Comunidade)
[![WhatsApp Group](https://img.shields.io/badge/WhatsApp-Group-25D366?logo=whatsapp)](https://chat.whatsapp.com/KsxrUGIPWvUBYAjI1ogaGs)
[![Telegram Group](https://img.shields.io/badge/Telegram-Group-32AFED?logo=telegram)](https://t.me/apigratisoficial)
Expand All @@ -24,7 +24,7 @@ Description: # SDK Python - APIGratis by API BRASIL

## Mais informacoes

https://pypi.org/project/apigratis
https://pypi.org/project/apigratis-sdk-python

## Servicos de API disponiveis

Expand Down
53 changes: 0 additions & 53 deletions build/lib/apigratis/Service.py

This file was deleted.

Empty file removed build/lib/apigratis/__init__.py
Empty file.
Binary file removed dist/apigratis-sdk-python-1.0.1.tar.gz
Binary file not shown.
Binary file added dist/apigratis-sdk-python-1.0.2.tar.gz
Binary file not shown.
Binary file removed dist/apigratis_sdk_python-1.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/apigratis_sdk_python-1.0.2-py3-none-any.whl
Binary file not shown.
8 changes: 4 additions & 4 deletions examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from apigratis.Service import Service
import json

def main():
def sendText():

json_data = {
"action": "sendText",
Expand All @@ -22,9 +22,9 @@ def main():
}
}

teste = Service.whatsapp(json.dumps(json_data))
sendText = Service.whatsapp(json.dumps(json_data))

print(teste)
print(sendText)

if __name__ == "__main__":
main()
sendText()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "apigratis-sdk-python"
description = "A ideia desse SDK é otimizar o tempo de código dos usuários auxiliando na integração com a plataforma"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="APIBRASIL", email="contato@apibrasil.com.br" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
readme = fh.read()

setup(name='apigratis-sdk-python',
version='1.0.1',
version='1.0.2',
url='https://github.com/APIBrasil/apigratis-sdk-python',
license='MIT License',
author='APIBRASIL',
Expand Down

0 comments on commit c194040

Please sign in to comment.