Skip to content

Commit

Permalink
Using pypi-released pynxtools
Browse files Browse the repository at this point in the history
  • Loading branch information
atomprobe-tc committed Apr 24, 2024
1 parent 627d041 commit c2db1f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
![](https://github.com/FAIRmat-NFDI/pynxtools-apm/actions/workflows/pytest.yml/badge.svg)
![](https://github.com/FAIRmat-NFDI/pynxtools-apm/actions/workflows/pylint.yml/badge.svg)
![](https://github.com/FAIRmat-NFDI/pynxtools-apm/actions/workflows/publish.yml/badge.svg)
![](https://coveralls.io/repos/github/FAIRmat-NFDI/pynxtools_apm/badge.svg?branch=master)
![](https://img.shields.io/pypi/pyversions/pynxtools-apm)
![](https://img.shields.io/pypi/l/pynxtools-apm)
![](https://img.shields.io/pypi/v/pynxtools-apm)
![](https://coveralls.io/repos/github/FAIRmat-NFDI/pynxtools-apm/badge.svg?branch=main)

# A parser and normalizer for atom probe tomography and field-ion microscopy data

Expand All @@ -25,7 +28,7 @@ within the field of atom probe tomography and field-ion microscopy into a standa

## Supported file formats
This plugin supports the majority of the file formats that are currently used for atom probe.
A detailed summary is available in the [reference section of the documentation](https://fairmat-nfdi.github.io/pynxtools-apm/pynxtools-apm).
A detailed summary is available in the [reference section of the documentation](https://fairmat-nfdi.github.io/pynxtools-apm).

# Getting started
[A getting started tutorial](https://github.com/FAIRmat-NFDI/pynxtools-apm/tree/main/examples) is offered that guides you
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pygments==2.17.2
# via mkdocs-material
pymdown-extensions==10.8
# via mkdocs-material
pynxtools @ git+https://github.com/FAIRmat-NFDI/pynxtools
pynxtools==0.2.1
# via pynxtools-apm (pyproject.toml)
pyparsing==3.1.2
# via matplotlib
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"pynxtools @ git+https://github.com/FAIRmat-NFDI/pynxtools",
"pynxtools>=0.2.1",
"ifes_apt_tc_data_modeling>=0.2.1",
]

[project.urls]
"Homepage" = "https://github.com/FAIRmat-NFDI/pynxtools-apm"
"Bug Tracker" = "https://github.com/FAIRmat-NFDI/pynxtools-apm/issues"

[project.optional-dependencies]
docs = [
"mkdocs",
Expand All @@ -55,6 +56,7 @@ local_scheme = "node-and-date"
include = ["pynxtools_apm/*.py", "tests/*.py"]
line-length = 88
indent-width = 4

[tool.ruff.lint]
select = [
"E", # pycodestyle
Expand Down

0 comments on commit c2db1f2

Please sign in to comment.