amochka 0.1.4__tar.gz → 0.1.6__tar.gz

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,16 +1,19 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: amochka
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: Библиотека для работы с API amoCRM
5
- Home-page: UNKNOWN
5
+ Home-page:
6
6
  Author: Timurka
7
7
  Author-email: timurdt@gmail.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
8
  Classifier: Programming Language :: Python :: 3
11
9
  Classifier: License :: OSI Approved :: MIT License
12
10
  Classifier: Operating System :: OS Independent
13
11
  Requires-Python: >=3.6
14
-
15
- UNKNOWN
16
-
12
+ Requires-Dist: requests
13
+ Requires-Dist: ratelimit
14
+ Dynamic: author
15
+ Dynamic: author-email
16
+ Dynamic: classifier
17
+ Dynamic: requires-dist
18
+ Dynamic: requires-python
19
+ Dynamic: summary
@@ -0,0 +1,6 @@
1
+ """
2
+ amochka: Библиотека для работы с API amoCRM.
3
+ """
4
+
5
+ from .client import AmoCRMClient, CacheConfig
6
+ __all__ = ['AmoCRMClient', 'CacheConfig']