thoughtflow 0.0.1__py3-none-any.whl → 0.0.2__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.
thoughtflow/jtools1.py DELETED
@@ -1,25 +0,0 @@
1
-
2
- import numpy as np
3
-
4
- class Sorter:
5
- def __init__(self):
6
- self.x = np.array([])
7
- def sort_things(self,things):
8
- idx = np.argsort(things)
9
- return np.array(things)[idx]
10
-
11
-
12
- Notes = '''
13
-
14
- S = Sorter()
15
- things1 = [5,1,4,2,3]
16
- things2 = S.sort_things(things1)
17
-
18
-
19
- '''
20
-
21
-
22
-
23
-
24
-
25
-
thoughtflow/jtools2.py DELETED
@@ -1,27 +0,0 @@
1
-
2
- import numpy as np
3
-
4
- class Adder:
5
- def __init__(self):
6
- self.x = np.array([])
7
- def add_things(self,things1,things2):
8
- a = np.array(things1)
9
- b = np.array(things2)
10
- return a+b
11
-
12
-
13
- Notes = '''
14
-
15
- things1 = [5,1,4,2,3]
16
- things2 = [1,2,3,4,5]
17
-
18
- A = Adder()
19
- things3 = A.add_things(things1)
20
-
21
- '''
22
-
23
-
24
-
25
-
26
-
27
-
@@ -1,17 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: thoughtflow
3
- Version: 0.0.1
4
- Summary: Short Description
5
- Home-page: https://github.com/jrolf/rolfdog
6
- Author: James A. Rolfsen
7
- Author-email: james@think.dev
8
- Classifier: Programming Language :: Python :: 3.12
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Classifier: Natural Language :: English
12
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
13
- License-File: LICENSE
14
- Requires-Dist: numpy >=1.1.1
15
- Requires-Dist: pandas >=0.1.1
16
-
17
- Long Description
@@ -1,8 +0,0 @@
1
- thoughtflow/__init__.py,sha256=1k9Fv27FmuVKKsy5O4mwLU9VCcSuRprW_P50yCN0qYg,223
2
- thoughtflow/jtools1.py,sha256=blvqa6ipN4aprYVfsw2sPoyJqJswk1Riw74PC_t_Yzk,269
3
- thoughtflow/jtools2.py,sha256=vqxDivVtzhwDz_-qwg5c8RsNZurEbK9r1WaFLSDiQNk,298
4
- thoughtflow-0.0.1.dist-info/LICENSE,sha256=a5AbP99aMpQEW-PKXUuR7qNHxvXnSC-R3M02LBusp6g,1073
5
- thoughtflow-0.0.1.dist-info/METADATA,sha256=d-pYfPPzWbyvqY4AQHkv_AJOwoxFZYadKlsZAim5g8U,542
6
- thoughtflow-0.0.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
7
- thoughtflow-0.0.1.dist-info/top_level.txt,sha256=vuLVkcDNHCDfhFcrdwBW62c9gOII2XuyWax3-cWVHCE,12
8
- thoughtflow-0.0.1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- thoughtflow