exist-client 0.1.0__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.
File without changes
exist_client/py.typed ADDED
File without changes
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.1
2
+ Name: exist-client
3
+ Version: 0.1.0
4
+ Summary:
5
+ Author: Ilya Nekhay
6
+ Author-email: nekhayiv@gmail.com
7
+ Requires-Python: >=3.10,<4.0
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Description-Content-Type: text/markdown
13
+
14
+ # Setting up a new project
15
+
16
+ ```bash
17
+ git init
18
+ poetry install
19
+ pre-commit install
20
+ pre-commit autoupdate
21
+ ```
22
+
@@ -0,0 +1,5 @@
1
+ exist_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ exist_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ exist_client-0.1.0.dist-info/METADATA,sha256=F3bgehlq0GUSftiN4KHhKxdNVEkfGA0UaWbQMKgOktI,496
4
+ exist_client-0.1.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
5
+ exist_client-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 1.8.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any