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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: outdatedLabs
3
- Version: 0.1.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
- 1. Start the ML training server:
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
- 1. Start the ML training server:
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
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="outdatedLabs",
5
- version="0.1.1",
5
+ version="0.1.2",
6
6
  packages=find_packages(where="src"),
7
7
  package_dir={"": "src"},
8
8
  install_requires=[
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: outdatedLabs
3
- Version: 0.1.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
- 1. Start the ML training server:
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