outdatedLabs 0.1.1__tar.gz → 0.1.2__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.
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/PKG-INFO +2 -8
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/README.md +1 -7
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/setup.py +1 -1
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/src/outdatedLabs.egg-info/PKG-INFO +2 -8
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/pyproject.toml +0 -0
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/setup.cfg +0 -0
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/src/outdatedLabs/__init__.py +0 -0
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/src/outdatedLabs/secure_model.py +0 -0
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/src/outdatedLabs.egg-info/SOURCES.txt +0 -0
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/src/outdatedLabs.egg-info/dependency_links.txt +0 -0
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/src/outdatedLabs.egg-info/requires.txt +0 -0
- {outdatedlabs-0.1.1 → outdatedlabs-0.1.2}/src/outdatedLabs.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: outdatedLabs
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A secure package for training machine learning models
|
5
5
|
Home-page: https://github.com/Mouli51ch/OutDated
|
6
6
|
Author: OutDated Team
|
@@ -42,13 +42,7 @@ pip install outdatedLabs
|
|
42
42
|
|
43
43
|
## Quick Start
|
44
44
|
|
45
|
-
|
46
|
-
```bash
|
47
|
-
cd mlTrainingServer
|
48
|
-
uv run main.py
|
49
|
-
```
|
50
|
-
|
51
|
-
2. Use the package in your code:
|
45
|
+
Use the package in your code:
|
52
46
|
```python
|
53
47
|
from outdatedLabs import SecureModel
|
54
48
|
|
@@ -10,13 +10,7 @@ pip install outdatedLabs
|
|
10
10
|
|
11
11
|
## Quick Start
|
12
12
|
|
13
|
-
|
14
|
-
```bash
|
15
|
-
cd mlTrainingServer
|
16
|
-
uv run main.py
|
17
|
-
```
|
18
|
-
|
19
|
-
2. Use the package in your code:
|
13
|
+
Use the package in your code:
|
20
14
|
```python
|
21
15
|
from outdatedLabs import SecureModel
|
22
16
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: outdatedLabs
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A secure package for training machine learning models
|
5
5
|
Home-page: https://github.com/Mouli51ch/OutDated
|
6
6
|
Author: OutDated Team
|
@@ -42,13 +42,7 @@ pip install outdatedLabs
|
|
42
42
|
|
43
43
|
## Quick Start
|
44
44
|
|
45
|
-
|
46
|
-
```bash
|
47
|
-
cd mlTrainingServer
|
48
|
-
uv run main.py
|
49
|
-
```
|
50
|
-
|
51
|
-
2. Use the package in your code:
|
45
|
+
Use the package in your code:
|
52
46
|
```python
|
53
47
|
from outdatedLabs import SecureModel
|
54
48
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|