AMR 2.1.1.9121__py3-none-any.whl → 2.1.1.9123__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
@@ -47,6 +47,7 @@ from .functions import macrolides
47
47
  from .functions import nitrofurans
48
48
  from .functions import oxazolidinones
49
49
  from .functions import penicillins
50
+ from .functions import phenicols
50
51
  from .functions import polymyxins
51
52
  from .functions import quinolones
52
53
  from .functions import rifamycins
AMR/functions.py CHANGED
@@ -171,6 +171,9 @@ def oxazolidinones(only_sir_columns = False, *args, **kwargs):
171
171
  def penicillins(only_sir_columns = False, *args, **kwargs):
172
172
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
173
173
  return convert_to_python(amr_r.penicillins(only_sir_columns = False, *args, **kwargs))
174
+ def phenicols(only_sir_columns = False, *args, **kwargs):
175
+ """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
176
+ return convert_to_python(amr_r.phenicols(only_sir_columns = False, *args, **kwargs))
174
177
  def polymyxins(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.polymyxins(only_sir_columns = False, *args, **kwargs))
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: AMR
3
- Version: 2.1.1.9121
3
+ Version: 2.1.1.9123
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
@@ -14,6 +14,17 @@ Description-Content-Type: text/markdown
14
14
  Requires-Dist: rpy2
15
15
  Requires-Dist: numpy
16
16
  Requires-Dist: pandas
17
+ Dynamic: author
18
+ Dynamic: author-email
19
+ Dynamic: classifier
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: home-page
23
+ Dynamic: license
24
+ Dynamic: project-url
25
+ Dynamic: requires-dist
26
+ Dynamic: requires-python
27
+ Dynamic: summary
17
28
 
18
29
 
19
30
  The `AMR` package for R is a powerful tool for antimicrobial resistance (AMR) analysis. It provides extensive features for handling microbial and antimicrobial data. However, for those who work primarily in Python, we now have a more intuitive option available: the [`AMR` Python Package Index](https://pypi.org/project/AMR/).
@@ -0,0 +1,7 @@
1
+ AMR/__init__.py,sha256=4srBWIndgfqanzEHiGDPuWXkvPNzPKKkEq3FdWXERgw,7398
2
+ AMR/datasets.py,sha256=IDeqfVGjzvhMhKZRlS6Pc3xIO4HBlRDvPdQjDQ8qVTc,2426
3
+ AMR/functions.py,sha256=7XO-wYlzxsdK9fkKW0mh20tj_-BWinbsZ6tDrEIauEE,44127
4
+ AMR-2.1.1.9123.dist-info/METADATA,sha256=cMsISRVm_TuXA_Qv7z1lB7W3Url7CHGSMxG-FNBBK3E,9625
5
+ AMR-2.1.1.9123.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ AMR-2.1.1.9123.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
+ AMR-2.1.1.9123.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- AMR/__init__.py,sha256=8hgiVqjC1kzed13FQAb9cyqY2B-bL7WHKTXihX5ozl4,7365
2
- AMR/datasets.py,sha256=IDeqfVGjzvhMhKZRlS6Pc3xIO4HBlRDvPdQjDQ8qVTc,2426
3
- AMR/functions.py,sha256=8RzhIJtJDndVVxP9jyYSVqUErvLshmGg5_Ra-iWCjK4,43878
4
- AMR-2.1.1.9121.dist-info/METADATA,sha256=Hi9dBRsMxOl-5b_3pgEd5D6jkVn_LF1TUksgD6eiGVQ,9390
5
- AMR-2.1.1.9121.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
- AMR-2.1.1.9121.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
- AMR-2.1.1.9121.dist-info/RECORD,,