AMR 2.1.1.9140__py3-none-any.whl → 2.1.1.9142__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.
AMR/__init__.py CHANGED
@@ -45,9 +45,11 @@ from .functions import cephalosporins_4th
45
45
  from .functions import cephalosporins_5th
46
46
  from .functions import fluoroquinolones
47
47
  from .functions import glycopeptides
48
+ from .functions import isoxazolylpenicillins
48
49
  from .functions import lincosamides
49
50
  from .functions import lipoglycopeptides
50
51
  from .functions import macrolides
52
+ from .functions import monobactams
51
53
  from .functions import nitrofurans
52
54
  from .functions import oxazolidinones
53
55
  from .functions import penicillins
AMR/functions.py CHANGED
@@ -165,6 +165,9 @@ def fluoroquinolones(only_sir_columns = False, *args, **kwargs):
165
165
  def glycopeptides(only_sir_columns = False, *args, **kwargs):
166
166
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
167
167
  return convert_to_python(amr_r.glycopeptides(only_sir_columns = False, *args, **kwargs))
168
+ def isoxazolylpenicillins(only_sir_columns = False, *args, **kwargs):
169
+ """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
170
+ return convert_to_python(amr_r.isoxazolylpenicillins(only_sir_columns = False, *args, **kwargs))
168
171
  def lincosamides(only_sir_columns = False, *args, **kwargs):
169
172
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
170
173
  return convert_to_python(amr_r.lincosamides(only_sir_columns = False, *args, **kwargs))
@@ -174,6 +177,9 @@ def lipoglycopeptides(only_sir_columns = False, *args, **kwargs):
174
177
  def macrolides(only_sir_columns = False, *args, **kwargs):
175
178
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
176
179
  return convert_to_python(amr_r.macrolides(only_sir_columns = False, *args, **kwargs))
180
+ def monobactams(only_sir_columns = False, *args, **kwargs):
181
+ """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
182
+ return convert_to_python(amr_r.monobactams(only_sir_columns = False, *args, **kwargs))
177
183
  def nitrofurans(only_sir_columns = False, *args, **kwargs):
178
184
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
179
185
  return convert_to_python(amr_r.nitrofurans(only_sir_columns = False, *args, **kwargs))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: AMR
3
- Version: 2.1.1.9140
3
+ Version: 2.1.1.9142
4
4
  Summary: A Python wrapper for the AMR R package
5
5
  Home-page: https://github.com/msberends/AMR
6
6
  Author: Matthijs Berends
@@ -0,0 +1,7 @@
1
+ AMR/__init__.py,sha256=K_ff87lDCosBLFPk9Jn5-YOhXnXPj-VwAki9v27cjzg,7669
2
+ AMR/datasets.py,sha256=Jy39LLD1mP-MMPX59mjKQdmKeFz192kMQD3ty4tIFic,2609
3
+ AMR/functions.py,sha256=wRqV_JW1TBkM_ILXeGUBSJ6R0fWTiMtH3XMp_tRZJUI,46338
4
+ AMR-2.1.1.9142.dist-info/METADATA,sha256=lmFoDttsU2bYVkA_yzU6xaSici7L4e8tkljGjULBbAk,9624
5
+ AMR-2.1.1.9142.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ AMR-2.1.1.9142.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
+ AMR-2.1.1.9142.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- AMR/__init__.py,sha256=_fU8z59dcMEDeb3h-cv2joczMCLdxXyKeXPmBWC2CN0,7589
2
- AMR/datasets.py,sha256=Jy39LLD1mP-MMPX59mjKQdmKeFz192kMQD3ty4tIFic,2609
3
- AMR/functions.py,sha256=HhEPpQ6WRh_UB_y_4fIkNk5tOPboauu_aYw_uEXIS4E,45812
4
- AMR-2.1.1.9140.dist-info/METADATA,sha256=ZBR6e4dHkxGrFZbC7Owe6j4WFoyXdE0oMaefpA2IZYA,9624
5
- AMR-2.1.1.9140.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- AMR-2.1.1.9140.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
- AMR-2.1.1.9140.dist-info/RECORD,,