bclearer 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.
bclearer-0.1.6/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 OntoLedgy Ltd.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,169 @@
1
+ Metadata-Version: 2.4
2
+ Name: bclearer
3
+ Version: 0.1.6
4
+ Summary: A collection of interop, core, and orchestration services for the bclearer framework
5
+ Author-email: Mesbah Khan <khanm@ontoledgy.io>
6
+ Requires-Python: <4.0,>=3.12
7
+ Description-Content-Type: text/markdown
8
+ License-File: LICENSE
9
+ Requires-Dist: setuptools<76.0.0,>=75.1.0
10
+ Requires-Dist: pandas<3.0.0,>=2.2.3
11
+ Requires-Dist: gitpython<4.0.0,>=3.1.43
12
+ Requires-Dist: xlsxwriter<4.0.0,>=3.2.0
13
+ Requires-Dist: xlrd<3.0.0,>=2.0.1
14
+ Requires-Dist: chardet<6.0.0,>=5.2.0
15
+ Requires-Dist: h5py<4.0.0,>=3.11.0
16
+ Requires-Dist: tables<4.0.0,>=3.10.1
17
+ Requires-Dist: radon<7.0.0,>=6.0.1
18
+ Requires-Dist: numpy<3.0.0,>=2.1.1
19
+ Requires-Dist: pyodbc<6.0.0,>=5.1.0
20
+ Requires-Dist: pylint<4.0.0,>=3.3.0
21
+ Requires-Dist: kafka-python-ng<3.0.0,>=2.2.2
22
+ Requires-Dist: psutil<7.0.0,>=6.0.0
23
+ Requires-Dist: networkx<4.0,>=3.3
24
+ Requires-Dist: msaccessdb<2.0.0,>=1.0.0
25
+ Requires-Dist: lxml<6.0.0,>=5.3.0
26
+ Requires-Dist: pyspark<4.0.0,>=3.5.2
27
+ Requires-Dist: delta-spark<4.0.0,>=3.2.0
28
+ Requires-Dist: deltalake<1.0.0,>=0.20.0
29
+ Requires-Dist: fastparquet<2025.0.0,>=2024.5.0
30
+ Requires-Dist: basexclient<9.0.0,>=8.4.4
31
+ Requires-Dist: pytest<9.0.0,>=8.3.3
32
+ Requires-Dist: openpyxl<4.0.0,>=3.1.5
33
+ Requires-Dist: neo4j<6.0.0,>=5.24.0
34
+ Requires-Dist: pycozo==0.7.6
35
+ Requires-Dist: cozo-embedded==0.7.6
36
+ Requires-Dist: graphviz<0.21.0,>=0.20.3
37
+ Requires-Dist: psycopg2-binary<3.0.0,>=2.9.9
38
+ Requires-Dist: ruff<0.7.0,>=0.6.8
39
+ Requires-Dist: black<25.0.0,>=24.8.0
40
+ Requires-Dist: pre-commit<4.0.0,>=3.8.0
41
+ Requires-Dist: isort<6.0.0,>=5.13.2
42
+ Requires-Dist: pymongo<5.0.0,>=4.10.0
43
+ Requires-Dist: docker<8.0.0,>=7.1.0
44
+ Requires-Dist: faker<31.0.0,>=30.1.0
45
+ Requires-Dist: filelock<4.0.0,>=3.19.1
46
+ Requires-Dist: pyyaml<7.0.0,>=6.0.2
47
+ Requires-Dist: pyshacl<0.31.0,>=0.30.1
48
+ Requires-Dist: tqdm<5.0.0,>=4.66.5
49
+ Requires-Dist: untangle<2.0.0,>=1.2.1
50
+ Requires-Dist: sqlalchemy<3.0.0,>=2.0.35
51
+ Requires-Dist: influxdb-client==1.49.0
52
+ Requires-Dist: fastapi<1.0.0,>=0.104.0
53
+ Requires-Dist: uvicorn[standard]<1.0.0,>=0.24.0
54
+ Requires-Dist: bclearer-interop-services
55
+ Requires-Dist: bclearer-core
56
+ Requires-Dist: bclearer-orchestration-services
57
+ Requires-Dist: bnop
58
+ Dynamic: license-file
59
+
60
+ # bclearer pipeline development libraries
61
+
62
+ **bclearer_libraries** is a modular Pipeline Development Kit (PDK) providing services for core functionality, interop services, and orchestration services. This PDK is designed to offer seamless integration and extendability for the bclearer platform, enabling effective orchestration, data interoperability, and core utilities.
63
+
64
+ ## Features
65
+
66
+ - **Core Services**: Provides essential functionality for configuration management, constants handling, and other core utilities.
67
+ - **Interop Services**: Facilitates data interoperability and communication between different services and systems.
68
+ - **Orchestration Services**: Manages workflows and service orchestration to coordinate processes within the bclearer ecosystem.
69
+
70
+ ## Modules
71
+
72
+ The SDK is divided into the following major modules:
73
+
74
+ ### 1. Core (`bclearer_libraries.core`)
75
+ This module includes utilities for configuration management and core functionality:
76
+
77
+ - **Configuration Managers**: Handles configuration setup and management.
78
+ - **Constants**: Provides a centralized location for constant values used across services.
79
+
80
+ Usage example:
81
+ ```python
82
+ from bclearer_libraries.core.bclearer_core import SomeCoreClass
83
+
84
+ core_instance = SomeCoreClass()
85
+ core_instance.do_something()
86
+ ```
87
+
88
+ ### 2. Interop Services (bclearer_libraries.interop_services)
89
+ This module facilitates data interoperability and interactions between services.
90
+
91
+ bclearer_interop_services: Contains services for interacting with external systems or databases.
92
+ Usage example:
93
+
94
+ ```python
95
+ from bclearer_libraries.interop_services.bclearer_interop_services import (
96
+ SomeInteropClass,
97
+ )
98
+
99
+ interop_instance = SomeInteropClass()
100
+ interop_instance.integrate_with_service()
101
+ ```
102
+
103
+ ### 3. Orchestration Services (bclearer_libraries.orchestration_services)
104
+ This module manages orchestration processes, coordinating workflows and services.
105
+
106
+ bclearer_orchestration_services: Contains utilities for managing and orchestrating services in your workflow.
107
+ Usage example:
108
+
109
+ ```python
110
+ from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
111
+ SomeOrchestrationClass,
112
+ )
113
+
114
+ orchestration_instance = SomeOrchestrationClass()
115
+ orchestration_instance.manage_workflow()
116
+ ```
117
+
118
+ Installation
119
+ To install bclearer_libraries, run the following:
120
+
121
+ bash
122
+ Copy code
123
+ pip install bclearer_libraries
124
+ This will install all necessary modules and dependencies required to use the SDK.
125
+
126
+ ## Requirements
127
+ Python 3.6+
128
+ Other dependencies as listed in requirements.txt (e.g., neo4j, pandas)
129
+ Usage
130
+ After installation, you can start using the SDK by importing the relevant modules:
131
+
132
+ ``` python
133
+ from bclearer_libraries.core.bclearer_core import SomeCoreClass
134
+ from bclearer_libraries.interop_services.bclearer_interop_services import (
135
+ SomeInteropClass,
136
+ )
137
+ from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
138
+ SomeOrchestrationClass,
139
+ )
140
+ ```
141
+
142
+ Each module has its own set of features and functionality, so refer to the documentation or the module-specific sections above for detailed usage instructions.
143
+
144
+ ## Testing
145
+ The project includes a suite of unit and integration tests. You can run the tests using:
146
+
147
+ ```bash
148
+ pytest
149
+ ```
150
+
151
+ Tests are located in the tests/ directory under each module.
152
+
153
+
154
+ ### Contributing
155
+ Contributions are welcome! Please follow these steps if you would like to contribute:
156
+
157
+ Fork the repository.
158
+ Create a feature branch (git checkout -b feature/my-feature).
159
+ Commit your changes (git commit -am 'Add my feature').
160
+ Push to the branch (git push origin feature/my-feature).
161
+ Create a new Pull Request.
162
+ License
163
+ This project is licensed under the MIT License - see the LICENSE file for details.
164
+
165
+ ### Contact
166
+ For any issues, questions, or suggestions, feel free to contact the maintainers at:
167
+
168
+ Mesbah Khan
169
+ Your Email: khanm@ontoledgy.io
@@ -0,0 +1,110 @@
1
+ # bclearer pipeline development libraries
2
+
3
+ **bclearer_libraries** is a modular Pipeline Development Kit (PDK) providing services for core functionality, interop services, and orchestration services. This PDK is designed to offer seamless integration and extendability for the bclearer platform, enabling effective orchestration, data interoperability, and core utilities.
4
+
5
+ ## Features
6
+
7
+ - **Core Services**: Provides essential functionality for configuration management, constants handling, and other core utilities.
8
+ - **Interop Services**: Facilitates data interoperability and communication between different services and systems.
9
+ - **Orchestration Services**: Manages workflows and service orchestration to coordinate processes within the bclearer ecosystem.
10
+
11
+ ## Modules
12
+
13
+ The SDK is divided into the following major modules:
14
+
15
+ ### 1. Core (`bclearer_libraries.core`)
16
+ This module includes utilities for configuration management and core functionality:
17
+
18
+ - **Configuration Managers**: Handles configuration setup and management.
19
+ - **Constants**: Provides a centralized location for constant values used across services.
20
+
21
+ Usage example:
22
+ ```python
23
+ from bclearer_libraries.core.bclearer_core import SomeCoreClass
24
+
25
+ core_instance = SomeCoreClass()
26
+ core_instance.do_something()
27
+ ```
28
+
29
+ ### 2. Interop Services (bclearer_libraries.interop_services)
30
+ This module facilitates data interoperability and interactions between services.
31
+
32
+ bclearer_interop_services: Contains services for interacting with external systems or databases.
33
+ Usage example:
34
+
35
+ ```python
36
+ from bclearer_libraries.interop_services.bclearer_interop_services import (
37
+ SomeInteropClass,
38
+ )
39
+
40
+ interop_instance = SomeInteropClass()
41
+ interop_instance.integrate_with_service()
42
+ ```
43
+
44
+ ### 3. Orchestration Services (bclearer_libraries.orchestration_services)
45
+ This module manages orchestration processes, coordinating workflows and services.
46
+
47
+ bclearer_orchestration_services: Contains utilities for managing and orchestrating services in your workflow.
48
+ Usage example:
49
+
50
+ ```python
51
+ from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
52
+ SomeOrchestrationClass,
53
+ )
54
+
55
+ orchestration_instance = SomeOrchestrationClass()
56
+ orchestration_instance.manage_workflow()
57
+ ```
58
+
59
+ Installation
60
+ To install bclearer_libraries, run the following:
61
+
62
+ bash
63
+ Copy code
64
+ pip install bclearer_libraries
65
+ This will install all necessary modules and dependencies required to use the SDK.
66
+
67
+ ## Requirements
68
+ Python 3.6+
69
+ Other dependencies as listed in requirements.txt (e.g., neo4j, pandas)
70
+ Usage
71
+ After installation, you can start using the SDK by importing the relevant modules:
72
+
73
+ ``` python
74
+ from bclearer_libraries.core.bclearer_core import SomeCoreClass
75
+ from bclearer_libraries.interop_services.bclearer_interop_services import (
76
+ SomeInteropClass,
77
+ )
78
+ from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
79
+ SomeOrchestrationClass,
80
+ )
81
+ ```
82
+
83
+ Each module has its own set of features and functionality, so refer to the documentation or the module-specific sections above for detailed usage instructions.
84
+
85
+ ## Testing
86
+ The project includes a suite of unit and integration tests. You can run the tests using:
87
+
88
+ ```bash
89
+ pytest
90
+ ```
91
+
92
+ Tests are located in the tests/ directory under each module.
93
+
94
+
95
+ ### Contributing
96
+ Contributions are welcome! Please follow these steps if you would like to contribute:
97
+
98
+ Fork the repository.
99
+ Create a feature branch (git checkout -b feature/my-feature).
100
+ Commit your changes (git commit -am 'Add my feature').
101
+ Push to the branch (git push origin feature/my-feature).
102
+ Create a new Pull Request.
103
+ License
104
+ This project is licensed under the MIT License - see the LICENSE file for details.
105
+
106
+ ### Contact
107
+ For any issues, questions, or suggestions, feel free to contact the maintainers at:
108
+
109
+ Mesbah Khan
110
+ Your Email: khanm@ontoledgy.io
@@ -0,0 +1,169 @@
1
+ Metadata-Version: 2.4
2
+ Name: bclearer
3
+ Version: 0.1.6
4
+ Summary: A collection of interop, core, and orchestration services for the bclearer framework
5
+ Author-email: Mesbah Khan <khanm@ontoledgy.io>
6
+ Requires-Python: <4.0,>=3.12
7
+ Description-Content-Type: text/markdown
8
+ License-File: LICENSE
9
+ Requires-Dist: setuptools<76.0.0,>=75.1.0
10
+ Requires-Dist: pandas<3.0.0,>=2.2.3
11
+ Requires-Dist: gitpython<4.0.0,>=3.1.43
12
+ Requires-Dist: xlsxwriter<4.0.0,>=3.2.0
13
+ Requires-Dist: xlrd<3.0.0,>=2.0.1
14
+ Requires-Dist: chardet<6.0.0,>=5.2.0
15
+ Requires-Dist: h5py<4.0.0,>=3.11.0
16
+ Requires-Dist: tables<4.0.0,>=3.10.1
17
+ Requires-Dist: radon<7.0.0,>=6.0.1
18
+ Requires-Dist: numpy<3.0.0,>=2.1.1
19
+ Requires-Dist: pyodbc<6.0.0,>=5.1.0
20
+ Requires-Dist: pylint<4.0.0,>=3.3.0
21
+ Requires-Dist: kafka-python-ng<3.0.0,>=2.2.2
22
+ Requires-Dist: psutil<7.0.0,>=6.0.0
23
+ Requires-Dist: networkx<4.0,>=3.3
24
+ Requires-Dist: msaccessdb<2.0.0,>=1.0.0
25
+ Requires-Dist: lxml<6.0.0,>=5.3.0
26
+ Requires-Dist: pyspark<4.0.0,>=3.5.2
27
+ Requires-Dist: delta-spark<4.0.0,>=3.2.0
28
+ Requires-Dist: deltalake<1.0.0,>=0.20.0
29
+ Requires-Dist: fastparquet<2025.0.0,>=2024.5.0
30
+ Requires-Dist: basexclient<9.0.0,>=8.4.4
31
+ Requires-Dist: pytest<9.0.0,>=8.3.3
32
+ Requires-Dist: openpyxl<4.0.0,>=3.1.5
33
+ Requires-Dist: neo4j<6.0.0,>=5.24.0
34
+ Requires-Dist: pycozo==0.7.6
35
+ Requires-Dist: cozo-embedded==0.7.6
36
+ Requires-Dist: graphviz<0.21.0,>=0.20.3
37
+ Requires-Dist: psycopg2-binary<3.0.0,>=2.9.9
38
+ Requires-Dist: ruff<0.7.0,>=0.6.8
39
+ Requires-Dist: black<25.0.0,>=24.8.0
40
+ Requires-Dist: pre-commit<4.0.0,>=3.8.0
41
+ Requires-Dist: isort<6.0.0,>=5.13.2
42
+ Requires-Dist: pymongo<5.0.0,>=4.10.0
43
+ Requires-Dist: docker<8.0.0,>=7.1.0
44
+ Requires-Dist: faker<31.0.0,>=30.1.0
45
+ Requires-Dist: filelock<4.0.0,>=3.19.1
46
+ Requires-Dist: pyyaml<7.0.0,>=6.0.2
47
+ Requires-Dist: pyshacl<0.31.0,>=0.30.1
48
+ Requires-Dist: tqdm<5.0.0,>=4.66.5
49
+ Requires-Dist: untangle<2.0.0,>=1.2.1
50
+ Requires-Dist: sqlalchemy<3.0.0,>=2.0.35
51
+ Requires-Dist: influxdb-client==1.49.0
52
+ Requires-Dist: fastapi<1.0.0,>=0.104.0
53
+ Requires-Dist: uvicorn[standard]<1.0.0,>=0.24.0
54
+ Requires-Dist: bclearer-interop-services
55
+ Requires-Dist: bclearer-core
56
+ Requires-Dist: bclearer-orchestration-services
57
+ Requires-Dist: bnop
58
+ Dynamic: license-file
59
+
60
+ # bclearer pipeline development libraries
61
+
62
+ **bclearer_libraries** is a modular Pipeline Development Kit (PDK) providing services for core functionality, interop services, and orchestration services. This PDK is designed to offer seamless integration and extendability for the bclearer platform, enabling effective orchestration, data interoperability, and core utilities.
63
+
64
+ ## Features
65
+
66
+ - **Core Services**: Provides essential functionality for configuration management, constants handling, and other core utilities.
67
+ - **Interop Services**: Facilitates data interoperability and communication between different services and systems.
68
+ - **Orchestration Services**: Manages workflows and service orchestration to coordinate processes within the bclearer ecosystem.
69
+
70
+ ## Modules
71
+
72
+ The SDK is divided into the following major modules:
73
+
74
+ ### 1. Core (`bclearer_libraries.core`)
75
+ This module includes utilities for configuration management and core functionality:
76
+
77
+ - **Configuration Managers**: Handles configuration setup and management.
78
+ - **Constants**: Provides a centralized location for constant values used across services.
79
+
80
+ Usage example:
81
+ ```python
82
+ from bclearer_libraries.core.bclearer_core import SomeCoreClass
83
+
84
+ core_instance = SomeCoreClass()
85
+ core_instance.do_something()
86
+ ```
87
+
88
+ ### 2. Interop Services (bclearer_libraries.interop_services)
89
+ This module facilitates data interoperability and interactions between services.
90
+
91
+ bclearer_interop_services: Contains services for interacting with external systems or databases.
92
+ Usage example:
93
+
94
+ ```python
95
+ from bclearer_libraries.interop_services.bclearer_interop_services import (
96
+ SomeInteropClass,
97
+ )
98
+
99
+ interop_instance = SomeInteropClass()
100
+ interop_instance.integrate_with_service()
101
+ ```
102
+
103
+ ### 3. Orchestration Services (bclearer_libraries.orchestration_services)
104
+ This module manages orchestration processes, coordinating workflows and services.
105
+
106
+ bclearer_orchestration_services: Contains utilities for managing and orchestrating services in your workflow.
107
+ Usage example:
108
+
109
+ ```python
110
+ from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
111
+ SomeOrchestrationClass,
112
+ )
113
+
114
+ orchestration_instance = SomeOrchestrationClass()
115
+ orchestration_instance.manage_workflow()
116
+ ```
117
+
118
+ Installation
119
+ To install bclearer_libraries, run the following:
120
+
121
+ bash
122
+ Copy code
123
+ pip install bclearer_libraries
124
+ This will install all necessary modules and dependencies required to use the SDK.
125
+
126
+ ## Requirements
127
+ Python 3.6+
128
+ Other dependencies as listed in requirements.txt (e.g., neo4j, pandas)
129
+ Usage
130
+ After installation, you can start using the SDK by importing the relevant modules:
131
+
132
+ ``` python
133
+ from bclearer_libraries.core.bclearer_core import SomeCoreClass
134
+ from bclearer_libraries.interop_services.bclearer_interop_services import (
135
+ SomeInteropClass,
136
+ )
137
+ from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
138
+ SomeOrchestrationClass,
139
+ )
140
+ ```
141
+
142
+ Each module has its own set of features and functionality, so refer to the documentation or the module-specific sections above for detailed usage instructions.
143
+
144
+ ## Testing
145
+ The project includes a suite of unit and integration tests. You can run the tests using:
146
+
147
+ ```bash
148
+ pytest
149
+ ```
150
+
151
+ Tests are located in the tests/ directory under each module.
152
+
153
+
154
+ ### Contributing
155
+ Contributions are welcome! Please follow these steps if you would like to contribute:
156
+
157
+ Fork the repository.
158
+ Create a feature branch (git checkout -b feature/my-feature).
159
+ Commit your changes (git commit -am 'Add my feature').
160
+ Push to the branch (git push origin feature/my-feature).
161
+ Create a new Pull Request.
162
+ License
163
+ This project is licensed under the MIT License - see the LICENSE file for details.
164
+
165
+ ### Contact
166
+ For any issues, questions, or suggestions, feel free to contact the maintainers at:
167
+
168
+ Mesbah Khan
169
+ Your Email: khanm@ontoledgy.io
@@ -0,0 +1,9 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ bclearer.egg-info/PKG-INFO
5
+ bclearer.egg-info/SOURCES.txt
6
+ bclearer.egg-info/dependency_links.txt
7
+ bclearer.egg-info/entry_points.txt
8
+ bclearer.egg-info/requires.txt
9
+ bclearer.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ bclearer-pipeline-builder = bclearer_core.pipeline_builder.cli:run_cli
@@ -0,0 +1,49 @@
1
+ setuptools<76.0.0,>=75.1.0
2
+ pandas<3.0.0,>=2.2.3
3
+ gitpython<4.0.0,>=3.1.43
4
+ xlsxwriter<4.0.0,>=3.2.0
5
+ xlrd<3.0.0,>=2.0.1
6
+ chardet<6.0.0,>=5.2.0
7
+ h5py<4.0.0,>=3.11.0
8
+ tables<4.0.0,>=3.10.1
9
+ radon<7.0.0,>=6.0.1
10
+ numpy<3.0.0,>=2.1.1
11
+ pyodbc<6.0.0,>=5.1.0
12
+ pylint<4.0.0,>=3.3.0
13
+ kafka-python-ng<3.0.0,>=2.2.2
14
+ psutil<7.0.0,>=6.0.0
15
+ networkx<4.0,>=3.3
16
+ msaccessdb<2.0.0,>=1.0.0
17
+ lxml<6.0.0,>=5.3.0
18
+ pyspark<4.0.0,>=3.5.2
19
+ delta-spark<4.0.0,>=3.2.0
20
+ deltalake<1.0.0,>=0.20.0
21
+ fastparquet<2025.0.0,>=2024.5.0
22
+ basexclient<9.0.0,>=8.4.4
23
+ pytest<9.0.0,>=8.3.3
24
+ openpyxl<4.0.0,>=3.1.5
25
+ neo4j<6.0.0,>=5.24.0
26
+ pycozo==0.7.6
27
+ cozo-embedded==0.7.6
28
+ graphviz<0.21.0,>=0.20.3
29
+ psycopg2-binary<3.0.0,>=2.9.9
30
+ ruff<0.7.0,>=0.6.8
31
+ black<25.0.0,>=24.8.0
32
+ pre-commit<4.0.0,>=3.8.0
33
+ isort<6.0.0,>=5.13.2
34
+ pymongo<5.0.0,>=4.10.0
35
+ docker<8.0.0,>=7.1.0
36
+ faker<31.0.0,>=30.1.0
37
+ filelock<4.0.0,>=3.19.1
38
+ pyyaml<7.0.0,>=6.0.2
39
+ pyshacl<0.31.0,>=0.30.1
40
+ tqdm<5.0.0,>=4.66.5
41
+ untangle<2.0.0,>=1.2.1
42
+ sqlalchemy<3.0.0,>=2.0.35
43
+ influxdb-client==1.49.0
44
+ fastapi<1.0.0,>=0.104.0
45
+ uvicorn[standard]<1.0.0,>=0.24.0
46
+ bclearer-interop-services
47
+ bclearer-core
48
+ bclearer-orchestration-services
49
+ bnop
@@ -0,0 +1,115 @@
1
+ [build-system]
2
+ requires = ["setuptools>=75.1.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "bclearer"
7
+ version = "0.1.6"
8
+ description = "A collection of interop, core, and orchestration services for the bclearer framework"
9
+ readme = "README.md"
10
+ requires-python = ">=3.12,<4.0"
11
+ authors = [{ name = "Mesbah Khan", email = "khanm@ontoledgy.io" }]
12
+ dependencies = [
13
+ "setuptools>=75.1.0,<76.0.0",
14
+ "pandas>=2.2.3,<3.0.0",
15
+ "gitpython>=3.1.43,<4.0.0",
16
+ "xlsxwriter>=3.2.0,<4.0.0",
17
+ "xlrd>=2.0.1,<3.0.0",
18
+ "chardet>=5.2.0,<6.0.0",
19
+ "h5py>=3.11.0,<4.0.0",
20
+ "tables>=3.10.1,<4.0.0",
21
+ "radon>=6.0.1,<7.0.0",
22
+ "numpy>=2.1.1,<3.0.0",
23
+ "pyodbc>=5.1.0,<6.0.0",
24
+ "pylint>=3.3.0,<4.0.0",
25
+ "kafka-python-ng>=2.2.2,<3.0.0",
26
+ "psutil>=6.0.0,<7.0.0",
27
+ "networkx>=3.3,<4.0",
28
+ "msaccessdb>=1.0.0,<2.0.0",
29
+ "lxml>=5.3.0,<6.0.0",
30
+ "pyspark>=3.5.2,<4.0.0",
31
+ "delta-spark>=3.2.0,<4.0.0",
32
+ "deltalake>=0.20.0,<1.0.0",
33
+ "fastparquet>=2024.5.0,<2025.0.0",
34
+ "basexclient>=8.4.4,<9.0.0",
35
+ "pytest>=8.3.3,<9.0.0",
36
+ "openpyxl>=3.1.5,<4.0.0",
37
+ "neo4j>=5.24.0,<6.0.0",
38
+ "pycozo==0.7.6",
39
+ "cozo-embedded==0.7.6",
40
+ "graphviz>=0.20.3,<0.21.0",
41
+ "psycopg2-binary>=2.9.9,<3.0.0",
42
+ "ruff>=0.6.8,<0.7.0",
43
+ "black>=24.8.0,<25.0.0",
44
+ "pre-commit>=3.8.0,<4.0.0",
45
+ "isort>=5.13.2,<6.0.0",
46
+ "pymongo>=4.10.0,<5.0.0",
47
+ "docker>=7.1.0,<8.0.0",
48
+ "faker>=30.1.0,<31.0.0",
49
+ "filelock>=3.19.1,<4.0.0",
50
+ "pyyaml>=6.0.2,<7.0.0",
51
+ "pyshacl>=0.30.1,<0.31.0",
52
+ "tqdm>=4.66.5,<5.0.0",
53
+ "untangle>=1.2.1,<2.0.0",
54
+ "sqlalchemy>=2.0.35,<3.0.0",
55
+ "influxdb-client==1.49.0",
56
+ "fastapi>=0.104.0,<1.0.0",
57
+ "uvicorn[standard]>=0.24.0,<1.0.0",
58
+ "bclearer-interop-services",
59
+ "bclearer-core",
60
+ "bclearer-orchestration-services",
61
+ "bnop",
62
+ ]
63
+
64
+ [project.scripts]
65
+ bclearer-pipeline-builder = "bclearer_core.pipeline_builder.cli:run_cli"
66
+
67
+ [tool.uv]
68
+ dev-dependencies = [
69
+ "bclearer-core>=0.1.7,<0.2.0",
70
+ "bclearer-interop-services>=0.4.0,<0.5.0",
71
+ "bclearer-orchestration-services>=0.2.4,<0.3.0",
72
+ "bnop>=0.2.3,<0.3.0",
73
+ ]
74
+
75
+ [tool.uv.workspace]
76
+ members = [
77
+ "libraries/core",
78
+ "libraries/interop_services",
79
+ "libraries/orchestration_services",
80
+ "libraries/ontology",
81
+ ]
82
+
83
+ [tool.uv.sources]
84
+ "bclearer-core" = { workspace = true }
85
+ "bclearer-interop-services" = { workspace = true }
86
+ "bclearer-orchestration-services" = { workspace = true }
87
+ "bnop" = { workspace = true }
88
+
89
+ [tool.setuptools]
90
+ packages = []
91
+
92
+ [tool.ruff]
93
+ fix = false
94
+ select = [ "ALL",]
95
+ exclude = [ "build", "dist",]
96
+ ignore = [ "E501", "ANN001", "ANN101", "D100", "D103", "ANN201", "RET504", "W191", "D102", "D104", "T201", "ANN204", "D101", "F405", "ANN202", "N806", "D107", "ERA001", "C408", "D105", "ICN001", "PTH118", "FIX002", "TD002", "TD003", "N803", "N802", "FBT001", "PTH123", "PLR0913", "PD002", "W291", "N999", "S101", "RUF013", "B007", "F821", "FBT002", "FA100", "PTH110", "TRY003", "BLE001", "F403", "PERF401", "N816", "ANN205", "PERF102", "PTH113", "F841", "EM102", "SIM118", "C901", "PD901", "TD004", "E712", "SIM115", "ARG002", "PD011", "PLR0912", "PLR0915", "EM101", "PTH103", "D205", "D400", "D415", "PLR2004", "ANN003", "B008", "A002", "G004", "RET503", "PTH207", "PERF403", "W293", "D401", "TRY300", "S608", "SLF001", "SIM102", "SIM103", "ARG001", "PTH102", "PTH112", "RUF005", "B026", "ANN002", "S307", "B006", "SIM112", "E101", "UP031", "RUF012", "A001", "C416", "ISC003", "INP001", "PTH119", "PTH202", "PD008", "PERF203", "D404", "PLR1714", "ANN206", "S603", "PYI024", "PT009", "SIM117", "PTH100", "PTH107", "PTH120", "PTH122", "FLY002", "E721", "E722", "D200", "PLR0911", "PLW2901", "TRY401", "S105", "S110", "S320", "S324", "S607", "B026", "ISC002", "G003", "PIE810", "SIM101", "SIM105", "SIM108", "TCH002", "ARG005", "PTH101", "PTH104", "PTH108", "PTH203", "PTH204", "PTH205", "PTH206", "N805", "PD003", "PERF402", "E711", "F401", "F811", "PLE0704", "PLR1722", "RUF001", "RUF015", "TRY002", "S307", "TCH003", "PT004", "TCH001", "ANN102", "E999", "B905", "E402", "A003", "RET505", "FA102", "PD004",]
97
+
98
+ [tool.black]
99
+ line-length = 40
100
+
101
+ [tool.mypy]
102
+ exclude = "^(tests|build|dist|.venv|pipelines)/.*$"
103
+
104
+ [tool.isort]
105
+ profile = "black"
106
+ known_third_party = [ "pandas", "numpy", "pytest",]
107
+ src_paths = [ "libraries",]
108
+ line_length = 40
109
+ multi_line_output = 3
110
+
111
+ [tool.pytest.ini_options]
112
+ pythonpath = [ "libraries", "./libraries/core/tests/", "./libraries/interop_services/tests/", "./libraries/orchestration_services/tests/", "./libraries/orchestration_services",]
113
+ testpaths = "./libraries/interop_services/tests"
114
+ python_files = "test_*.py"
115
+ addopts = "--import-mode=importlib"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+