barsukov 0.0.2__tar.gz → 0.0.5__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: barsukov
3
- Version: 0.0.2
3
+ Version: 0.0.5
4
4
  Summary: Experiment Automation Package
5
5
  Author-email: Igor Barsukov <igorb@ucr.edu>
6
6
  Maintainer-email: Steven Castaneda <scast206@ucr.edu>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "barsukov"
7
- version = "0.0.2"
7
+ version = "0.0.5"
8
8
  dependencies = [
9
9
  "pytz>=2014.10",
10
10
  "numpy>=1.20.0",
@@ -1,6 +1,5 @@
1
1
  # Modules:
2
2
  from . import time
3
- from . import formula
4
3
  from . import data
5
4
 
6
5
  # Objects/Functions:
@@ -78,5 +78,5 @@ class Script():
78
78
  ### BEGIN Equipment devices
79
79
 
80
80
  def mwHP(self, **kwargs):
81
- from barsukov.src.exp.mwHP import mwHP as eq
81
+ from barsukov.exp.mwHP import mwHP as eq
82
82
  return eq(**kwargs, script=self, logger=self.logger)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: barsukov
3
- Version: 0.0.2
3
+ Version: 0.0.5
4
4
  Summary: Experiment Automation Package
5
5
  Author-email: Igor Barsukov <igorb@ucr.edu>
6
6
  Maintainer-email: Steven Castaneda <scast206@ucr.edu>
@@ -1,7 +1,6 @@
1
1
  README.md
2
2
  pyproject.toml
3
3
  src/barsukov/__init__.py
4
- src/barsukov/formula.py
5
4
  src/barsukov/logger.py
6
5
  src/barsukov/obj2file.py
7
6
  src/barsukov/script.py
File without changes
File without changes
File without changes
File without changes