fca-api 0.0.1.dev1__tar.gz → 0.0.4__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.
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/PKG-INFO +1 -1
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/pyproject.toml +1 -1
- fca_api-0.0.4/src/fca_api/__version__.py +1 -0
- fca_api-0.0.1.dev1/src/fca_api/__version__.py +0 -1
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/LICENSE +0 -0
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/README.md +0 -0
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/src/fca_api/__init__.py +0 -0
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/src/fca_api/api.py +0 -0
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/src/fca_api/const.py +0 -0
- {fca_api-0.0.1.dev1 → fca_api-0.0.4}/src/fca_api/exc.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fca-api
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Python client library for the UK Financial Services (FCA) Register RESTful API
|
|
5
5
|
Keywords: financial conduct authority,FCA,financial data,financial regulation,financial services register,financial services,prudential regulation authority,regulated markets,restful api,uk,united kingdom
|
|
6
6
|
Author-Email: "I. Orlovs" <ilja@release.art>, "S. R. Murthy" <s.murthy@tutanota.com>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.4"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.1.dev1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|