barsukov 1.2.0__tar.gz → 1.2.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.

Potentially problematic release.


This version of barsukov might be problematic. Click here for more details.

Files changed (23) hide show
  1. {barsukov-1.2.0/src/barsukov.egg-info → barsukov-1.2.6}/PKG-INFO +4 -2
  2. {barsukov-1.2.0 → barsukov-1.2.6}/setup.py +3 -5
  3. {barsukov-1.2.0 → barsukov-1.2.6/src/barsukov.egg-info}/PKG-INFO +4 -2
  4. {barsukov-1.2.0 → barsukov-1.2.6}/.github/workflows/versioning.yml +0 -0
  5. {barsukov-1.2.0 → barsukov-1.2.6}/.gitignore +0 -0
  6. {barsukov-1.2.0 → barsukov-1.2.6}/MANIFEST.in +0 -0
  7. {barsukov-1.2.0 → barsukov-1.2.6}/README.md +0 -0
  8. {barsukov-1.2.0 → barsukov-1.2.6}/setup.cfg +0 -0
  9. {barsukov-1.2.0 → barsukov-1.2.6}/src/Untitled.ipynb +0 -0
  10. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/__init__.py +0 -0
  11. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/data/__init__.py +0 -0
  12. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/data/fft.py +0 -0
  13. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/exp/__init__.py +0 -0
  14. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/exp/exp_utils.py +0 -0
  15. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/exp/mwHP.py +0 -0
  16. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/logger.py +0 -0
  17. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/obj2file.py +0 -0
  18. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/script.py +0 -0
  19. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov/time.py +0 -0
  20. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov.egg-info/SOURCES.txt +0 -0
  21. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov.egg-info/dependency_links.txt +0 -0
  22. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov.egg-info/requires.txt +0 -0
  23. {barsukov-1.2.0 → barsukov-1.2.6}/src/barsukov.egg-info/top_level.txt +0 -0
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: barsukov
3
- Version: 1.2.0
3
+ Version: 1.2.6
4
4
  Summary: Experiment Automation Package
5
5
  Home-page: https://barsukov.ucr.edu
6
6
  Author: Igor Barsukov, Steven Castaneda
7
- Author-email: igorb@ucr.edu, scast206@ucr.edu
7
+ Author-email: igorb@ucr.edu, scast206@ucr.edu}
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.6
10
11
  Description-Content-Type: text/markdown
11
12
  Requires-Dist: pytz>=2014.10
12
13
  Requires-Dist: numpy>1.0.0
@@ -18,6 +19,7 @@ Dynamic: description
18
19
  Dynamic: description-content-type
19
20
  Dynamic: home-page
20
21
  Dynamic: requires-dist
22
+ Dynamic: requires-python
21
23
  Dynamic: summary
22
24
 
23
25
  # Barsukov
@@ -11,12 +11,10 @@ setup(
11
11
  "scipy>=0.9.0",
12
12
  ],
13
13
 
14
- pythhon_requires=">=3.6",
15
-
14
+ python_requires=">=3.6",
16
15
  description="Experiment Automation Package",
17
16
  long_description=open("README.md", encoding="utf-8").read(),
18
17
  long_description_content_type="text/markdown",
19
-
20
18
  classifiers=[
21
19
  "Programming Language :: Python :: 3",
22
20
  "Operating System :: OS Independent",
@@ -25,8 +23,8 @@ setup(
25
23
  url="https://barsukov.ucr.edu",
26
24
 
27
25
  author="Igor Barsukov, Steven Castaneda",
28
- author_email="igorb@ucr.edu, scast206@ucr.edu",
29
-
26
+ author_email="igorb@ucr.edu, scast206@ucr.edu}",
27
+
30
28
  packages=find_packages(where="src"),
31
29
  package_dir={"": "src"},
32
30
  )
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: barsukov
3
- Version: 1.2.0
3
+ Version: 1.2.6
4
4
  Summary: Experiment Automation Package
5
5
  Home-page: https://barsukov.ucr.edu
6
6
  Author: Igor Barsukov, Steven Castaneda
7
- Author-email: igorb@ucr.edu, scast206@ucr.edu
7
+ Author-email: igorb@ucr.edu, scast206@ucr.edu}
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.6
10
11
  Description-Content-Type: text/markdown
11
12
  Requires-Dist: pytz>=2014.10
12
13
  Requires-Dist: numpy>1.0.0
@@ -18,6 +19,7 @@ Dynamic: description
18
19
  Dynamic: description-content-type
19
20
  Dynamic: home-page
20
21
  Dynamic: requires-dist
22
+ Dynamic: requires-python
21
23
  Dynamic: summary
22
24
 
23
25
  # Barsukov
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes