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