ebicsclient 0.0.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.
@@ -0,0 +1,7 @@
1
+ """ebicsclient — placeholder release.
2
+
3
+ The name is reserved on PyPI; the library is under active development and not yet
4
+ functional. See https://github.com/schulluk/ebicsclient.
5
+ """
6
+
7
+ __version__ = "0.0.1"
@@ -0,0 +1,115 @@
1
+ Metadata-Version: 2.4
2
+ Name: ebicsclient
3
+ Version: 0.0.1
4
+ Summary: Pure-Python client for the EBICS 3.0 (H005) banking protocol
5
+ Project-URL: Homepage, https://github.com/schulluk/ebicsclient
6
+ Project-URL: Repository, https://github.com/schulluk/ebicsclient
7
+ Author: Lukas Schulze
8
+ License: Copyright © 2026 Lukas Schulze
9
+
10
+ `ebicsclient` is **source-available** under the **PolyForm Noncommercial License 1.0.0**
11
+ (full text below).
12
+
13
+ - **Free for noncommercial use** — personal, research, education, hobby, and other noncommercial
14
+ purposes, as defined in the license.
15
+ - **Commercial or business use requires a separate paid license.** To obtain one, contact
16
+ **Lukas Schulze** <ebicsclient5@a.schulze.uno>.
17
+
18
+ Required Notice: Copyright © 2026 Lukas Schulze
19
+
20
+ ---
21
+
22
+ # PolyForm Noncommercial License 1.0.0
23
+
24
+ <https://polyformproject.org/licenses/noncommercial/1.0.0>
25
+
26
+ ## Acceptance
27
+
28
+ In order to get any license under these terms, you must agree to them as both strict obligations and conditions to all your licenses.
29
+
30
+ ## Copyright License
31
+
32
+ The licensor grants you a copyright license for the software to do everything you might do with the software that would otherwise infringe the licensor's copyright in it for any permitted purpose. However, you may only distribute the software according to [Distribution License](#distribution-license) and make changes or new works based on the software according to [Changes and New Works License](#changes-and-new-works-license).
33
+
34
+ ## Distribution License
35
+
36
+ The licensor grants you an additional copyright license to distribute copies of the software. Your license to distribute covers distributing the software with changes and new works permitted by [Changes and New Works License](#changes-and-new-works-license).
37
+
38
+ ## Notices
39
+
40
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms or the URL for them above, as well as copies of any plain-text lines beginning with `Required Notice:` that the licensor provided with the software. For example:
41
+
42
+ > Required Notice: Copyright Yoyodyne, Inc. (http://example.com)
43
+
44
+ ## Changes and New Works License
45
+
46
+ The licensor grants you an additional copyright license to make changes and new works based on the software for any permitted purpose.
47
+
48
+ ## Patent License
49
+
50
+ The licensor grants you a patent license for the software that covers patent claims the licensor can license, or becomes able to license, that you would infringe by using the software.
51
+
52
+ ## Noncommercial Purposes
53
+
54
+ Any noncommercial purpose is a permitted purpose.
55
+
56
+ ## Personal Uses
57
+
58
+ Personal use for research, experiment, and testing for the benefit of public knowledge, personal study, private entertainment, hobby projects, amateur pursuits, or religious observance, without any anticipated commercial application, is use for a permitted purpose.
59
+
60
+ ## Noncommercial Organizations
61
+
62
+ Use by any charitable organization, educational institution, public research organization, public safety or health organization, environmental protection organization, or government institution is use for a permitted purpose regardless of the source of funding or obligations resulting from the funding.
63
+
64
+ ## Fair Use
65
+
66
+ You may have "fair use" rights for the software under the law. These terms do not limit them.
67
+
68
+ ## No Other Rights
69
+
70
+ These terms do not allow you to sublicense or transfer any of your licenses to anyone else, or prevent the licensor from granting licenses to anyone else. These terms do not imply any other licenses.
71
+
72
+ ## Patent Defense
73
+
74
+ If you make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
75
+
76
+ ## Violations
77
+
78
+ The first time you are notified in writing that you have violated any of these terms, or done anything with the software not covered by your licenses, your licenses can nonetheless continue if you come into full compliance with these terms, and take practical steps to correct past violations, within 32 days of receiving notice. Otherwise, all your licenses end immediately.
79
+
80
+ ## No Liability
81
+
82
+ ***As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.***
83
+
84
+ ## Definitions
85
+
86
+ The **licensor** is the individual or entity offering these terms, and the **software** is the software the licensor makes available under these terms.
87
+
88
+ **You** refers to the individual or entity agreeing to these terms.
89
+
90
+ **Your company** is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. **Control** means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
91
+
92
+ **Your licenses** are all the licenses granted to you for the software under these terms.
93
+
94
+ **Use** means anything you do with the software requiring one of your licenses.
95
+ License-File: LICENSE.md
96
+ Keywords: banking,camt,ebics,h005,iso20022
97
+ Classifier: Development Status :: 1 - Planning
98
+ Classifier: Intended Audience :: Developers
99
+ Classifier: Intended Audience :: Financial and Insurance Industry
100
+ Classifier: License :: Other/Proprietary License
101
+ Classifier: Operating System :: OS Independent
102
+ Classifier: Programming Language :: Python :: 3
103
+ Classifier: Topic :: Office/Business :: Financial
104
+ Requires-Python: >=3.11
105
+ Description-Content-Type: text/markdown
106
+
107
+ # ebicsclient
108
+
109
+ A pure-Python client for the **EBICS 3.0 (H005)** banking protocol.
110
+
111
+ > **Status: name reserved — under active development; not yet functional.**
112
+ > Follow progress at <https://github.com/schulluk/ebicsclient>.
113
+
114
+ Source-available under the **PolyForm Noncommercial License 1.0.0** — free for noncommercial use;
115
+ commercial use requires a paid license.
@@ -0,0 +1,5 @@
1
+ ebicsclient/__init__.py,sha256=MLXUlLa1v_Z-XT3dwof8q1SoLUayeNSwcQ0GHkNYbiQ,207
2
+ ebicsclient-0.0.1.dist-info/METADATA,sha256=gPo4av4vrDOa30DootzwwWhaJMVDXdXgXx2WgdIFQHE,6868
3
+ ebicsclient-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ ebicsclient-0.0.1.dist-info/licenses/LICENSE.md,sha256=uqAC2LI6YPUTk5w7jA_5gkaOZJSLgxAYNSR2mCZt3nY,5045
5
+ ebicsclient-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,87 @@
1
+ Copyright © 2026 Lukas Schulze
2
+
3
+ `ebicsclient` is **source-available** under the **PolyForm Noncommercial License 1.0.0**
4
+ (full text below).
5
+
6
+ - **Free for noncommercial use** — personal, research, education, hobby, and other noncommercial
7
+ purposes, as defined in the license.
8
+ - **Commercial or business use requires a separate paid license.** To obtain one, contact
9
+ **Lukas Schulze** &lt;ebicsclient5@a.schulze.uno&gt;.
10
+
11
+ Required Notice: Copyright © 2026 Lukas Schulze
12
+
13
+ ---
14
+
15
+ # PolyForm Noncommercial License 1.0.0
16
+
17
+ <https://polyformproject.org/licenses/noncommercial/1.0.0>
18
+
19
+ ## Acceptance
20
+
21
+ In order to get any license under these terms, you must agree to them as both strict obligations and conditions to all your licenses.
22
+
23
+ ## Copyright License
24
+
25
+ The licensor grants you a copyright license for the software to do everything you might do with the software that would otherwise infringe the licensor's copyright in it for any permitted purpose. However, you may only distribute the software according to [Distribution License](#distribution-license) and make changes or new works based on the software according to [Changes and New Works License](#changes-and-new-works-license).
26
+
27
+ ## Distribution License
28
+
29
+ The licensor grants you an additional copyright license to distribute copies of the software. Your license to distribute covers distributing the software with changes and new works permitted by [Changes and New Works License](#changes-and-new-works-license).
30
+
31
+ ## Notices
32
+
33
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms or the URL for them above, as well as copies of any plain-text lines beginning with `Required Notice:` that the licensor provided with the software. For example:
34
+
35
+ > Required Notice: Copyright Yoyodyne, Inc. (http://example.com)
36
+
37
+ ## Changes and New Works License
38
+
39
+ The licensor grants you an additional copyright license to make changes and new works based on the software for any permitted purpose.
40
+
41
+ ## Patent License
42
+
43
+ The licensor grants you a patent license for the software that covers patent claims the licensor can license, or becomes able to license, that you would infringe by using the software.
44
+
45
+ ## Noncommercial Purposes
46
+
47
+ Any noncommercial purpose is a permitted purpose.
48
+
49
+ ## Personal Uses
50
+
51
+ Personal use for research, experiment, and testing for the benefit of public knowledge, personal study, private entertainment, hobby projects, amateur pursuits, or religious observance, without any anticipated commercial application, is use for a permitted purpose.
52
+
53
+ ## Noncommercial Organizations
54
+
55
+ Use by any charitable organization, educational institution, public research organization, public safety or health organization, environmental protection organization, or government institution is use for a permitted purpose regardless of the source of funding or obligations resulting from the funding.
56
+
57
+ ## Fair Use
58
+
59
+ You may have "fair use" rights for the software under the law. These terms do not limit them.
60
+
61
+ ## No Other Rights
62
+
63
+ These terms do not allow you to sublicense or transfer any of your licenses to anyone else, or prevent the licensor from granting licenses to anyone else. These terms do not imply any other licenses.
64
+
65
+ ## Patent Defense
66
+
67
+ If you make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
68
+
69
+ ## Violations
70
+
71
+ The first time you are notified in writing that you have violated any of these terms, or done anything with the software not covered by your licenses, your licenses can nonetheless continue if you come into full compliance with these terms, and take practical steps to correct past violations, within 32 days of receiving notice. Otherwise, all your licenses end immediately.
72
+
73
+ ## No Liability
74
+
75
+ ***As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.***
76
+
77
+ ## Definitions
78
+
79
+ The **licensor** is the individual or entity offering these terms, and the **software** is the software the licensor makes available under these terms.
80
+
81
+ **You** refers to the individual or entity agreeing to these terms.
82
+
83
+ **Your company** is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. **Control** means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
84
+
85
+ **Your licenses** are all the licenses granted to you for the software under these terms.
86
+
87
+ **Use** means anything you do with the software requiring one of your licenses.