pyrobale 0.0.1__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrobale
3
- Version: 0.0.1
3
+ Version: 0.2.1
4
4
  Summary: A python wrapper for bale api
5
5
  Author-email: Ali Safamanesh <darg.q.a.a@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -714,7 +714,7 @@ A Python wrapper for the Bale Bot API that makes it easy to build Bale bots.
714
714
  ## Installation
715
715
 
716
716
 
717
- pip install git+https://github.com/yourusername/bale-bot-python.git
717
+ pip install pyrobale
718
718
 
719
719
 
720
720
  ## Quick Start
@@ -0,0 +1,5 @@
1
+ pyrobale.py,sha256=f9v0SXD4SOFrnTl02o5PpX-QUnQSKzScw2mlSve5uGE,65310
2
+ pyrobale-0.2.1.dist-info/METADATA,sha256=RPazQ_LK5G0QdcoKb1u0OdThBWkNn3UQSEfFZLbfgdA,43583
3
+ pyrobale-0.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ pyrobale-0.2.1.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
5
+ pyrobale-0.2.1.dist-info/RECORD,,
pyrobale.py CHANGED
@@ -5,7 +5,7 @@ import sqlite3
5
5
  import inspect
6
6
  import asyncio
7
7
 
8
- __version__ = '0.1.0'
8
+ __version__ = '0.2.1'
9
9
 
10
10
  class DataBase:
11
11
  def __init__(self, name):
@@ -1,5 +0,0 @@
1
- pyrobale.py,sha256=s1ntCyeEMR41aktkH6o-ORWU9mKvEeugFKpHdD2Lq0g,65310
2
- pyrobale-0.0.1.dist-info/METADATA,sha256=-PnmtFCBj6zQBK7w13AnlliKR_m5N_nyZuni5LMJ-5o,43630
3
- pyrobale-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
- pyrobale-0.0.1.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
5
- pyrobale-0.0.1.dist-info/RECORD,,