AMR 2.1.1.9224__py3-none-any.whl → 2.1.1.9225__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 +1 -0
- AMR/functions.py +3 -0
- {amr-2.1.1.9224.dist-info → amr-2.1.1.9225.dist-info}/METADATA +1 -1
- amr-2.1.1.9225.dist-info/RECORD +7 -0
- {amr-2.1.1.9224.dist-info → amr-2.1.1.9225.dist-info}/WHEEL +1 -1
- amr-2.1.1.9224.dist-info/RECORD +0 -7
- {amr-2.1.1.9224.dist-info → amr-2.1.1.9225.dist-info}/top_level.txt +0 -0
AMR/__init__.py
CHANGED
@@ -56,6 +56,7 @@ from .functions import polymyxins
|
|
56
56
|
from .functions import quinolones
|
57
57
|
from .functions import rifamycins
|
58
58
|
from .functions import streptogramins
|
59
|
+
from .functions import sulfonamides
|
59
60
|
from .functions import tetracyclines
|
60
61
|
from .functions import trimethoprims
|
61
62
|
from .functions import ureidopenicillins
|
AMR/functions.py
CHANGED
@@ -198,6 +198,9 @@ def rifamycins(only_sir_columns = False, *args, **kwargs):
|
|
198
198
|
def streptogramins(only_sir_columns = False, *args, **kwargs):
|
199
199
|
"""See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
|
200
200
|
return convert_to_python(amr_r.streptogramins(only_sir_columns = False, *args, **kwargs))
|
201
|
+
def sulfonamides(only_sir_columns = False, *args, **kwargs):
|
202
|
+
"""See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
|
203
|
+
return convert_to_python(amr_r.sulfonamides(only_sir_columns = False, *args, **kwargs))
|
201
204
|
def tetracyclines(only_sir_columns = False, *args, **kwargs):
|
202
205
|
"""See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
|
203
206
|
return convert_to_python(amr_r.tetracyclines(only_sir_columns = False, *args, **kwargs))
|
@@ -0,0 +1,7 @@
|
|
1
|
+
AMR/__init__.py,sha256=GjKrdgSCAbSFuemlXWWgmKxiYuN58XGj61iOvnyTLQw,7766
|
2
|
+
AMR/datasets.py,sha256=d-Tq77qFwR-m5Shc2n4BfHy6GYJW5A14w_dHU_Ndtc4,2482
|
3
|
+
AMR/functions.py,sha256=TVY0Gh2ko82aq2ND39AEQSrKTBa7UP4No67elWmb_RY,46977
|
4
|
+
amr-2.1.1.9225.dist-info/METADATA,sha256=9beKBJjCjj8bXT41OyQF2EMXjgUUklSgRc4QDsFKDAg,10095
|
5
|
+
amr-2.1.1.9225.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
6
|
+
amr-2.1.1.9225.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
+
amr-2.1.1.9225.dist-info/RECORD,,
|
amr-2.1.1.9224.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
AMR/__init__.py,sha256=CqpcLv7M6mte09zdHYPzBuHJQeFAqJ4s2uN_rExYfoM,7730
|
2
|
-
AMR/datasets.py,sha256=d-Tq77qFwR-m5Shc2n4BfHy6GYJW5A14w_dHU_Ndtc4,2482
|
3
|
-
AMR/functions.py,sha256=91Tl9Jh6sbu-1xUvlst9VyQB5HJOe6ZCNhjtPpnLuik,46722
|
4
|
-
amr-2.1.1.9224.dist-info/METADATA,sha256=kiOxLG1Z4KiTxwi0pMjBrAh3KFOAiq871DfkvwWrAic,10095
|
5
|
-
amr-2.1.1.9224.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
6
|
-
amr-2.1.1.9224.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
-
amr-2.1.1.9224.dist-info/RECORD,,
|
File without changes
|