drap 0.0.3.post11__tar.gz → 0.0.4.post5__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.
@@ -0,0 +1,13 @@
1
+ include README.md
2
+ include LICENSE
3
+ include pyproject.toml
4
+
5
+ recursive-include src/drap/data *
6
+ recursive-include src/drap/examples *
7
+ recursive-include src/drap/resources *
8
+
9
+
10
+ recursive-include docs *.md *.png *.jpg *.pdf
11
+
12
+
13
+ global-exclude *.pyc __pycache__ *.pyo *.bak .DS_Store
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drap
3
- Version: 0.0.3.post11
3
+ Version: 0.0.4.post5
4
4
  Summary: Tool for analyzing droplet size and concentration using video and EDF images
5
- Author-email: "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira" <alves.casssio@gmail.com>
5
+ Author-email: "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira" <crislpo@ufpr.br>
6
6
  License: MIT
7
- Project-URL: Homepage, https://test.pypi.org/project/DrAP/
8
- Project-URL: Source, https://test.pypi.org/project/DrAP/
7
+ Project-URL: Homepage, https://github.com/alvescassio/DrAP
8
+ Project-URL: Source, https://github.com/alvescassio/DrAP
9
+ Project-URL: Issues, https://github.com/alvescassio/DrAP/issues
9
10
  Keywords: saxs,x-ray,edf,opencv,pyqt5,droplet
10
11
  Requires-Python: >=3.10
11
12
  Description-Content-Type: text/markdown
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "drap"
7
- version = "0.0.3.post11"
7
+ version = "v0.0.4.post5"
8
8
  description = "Tool for analyzing droplet size and concentration using video and EDF images"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
11
- authors = [{ name = "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira", email = "alves.casssio@gmail.com" }]
11
+ authors = [{ name = "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira", email = "crislpo@ufpr.br" }]
12
12
  requires-python = ">=3.10"
13
13
 
14
14
  dependencies = [
@@ -23,16 +23,28 @@ dependencies = [
23
23
 
24
24
  keywords = ["saxs", "x-ray", "edf", "opencv", "pyqt5", "droplet"]
25
25
 
26
+ [project.urls]
27
+ Homepage = "https://github.com/alvescassio/DrAP"
28
+ Source = "https://github.com/alvescassio/DrAP"
29
+ Issues = "https://github.com/alvescassio/DrAP/issues"
30
+
26
31
  [project.scripts]
27
32
  drap = "drap.main:main"
28
33
  drap-gui = "drap.gui:main_gui"
29
34
 
30
35
  [tool.setuptools]
31
36
  package-dir = {"" = "src"}
37
+ include-package-data = true
32
38
 
33
39
  [tool.setuptools.packages.find]
34
40
  where = ["src"]
35
41
 
36
- [project.urls]
37
- Homepage = "https://test.pypi.org/project/DrAP/"
38
- Source = "https://test.pypi.org/project/DrAP/"
42
+ [tool.setuptools.package-data]
43
+ drap = [
44
+ "data/**/*",
45
+ "examples/**/*",
46
+ "resources/**/*",
47
+ "*.txt", "*.md"
48
+ ]
49
+
50
+
@@ -0,0 +1,23 @@
1
+ file_video_1: 2024-07-12-NW-usAg-GSH-2mgml.flv
2
+ Co_1: 2.0
3
+ step_1: 5
4
+ start pixel x_1: 40
5
+ end pixel x_1: 200
6
+ start pixel y_1: 220
7
+ end pixel y_1: 356
8
+ pixel/mm_1: 45
9
+ directory_path_1: NW-usAg-GSH-2mgml
10
+ time_limit_1: 2000
11
+ print_pdf_1: y
12
+
13
+ file_video_2: 2024-07-10-water-without-absolute-intensity.flv
14
+ Co_2: 2.0
15
+ step_2: 10
16
+ start pixel x_2: 40
17
+ end pixel x_2: 200
18
+ start pixel y_2: 220
19
+ end pixel y_2: 356
20
+ pixel/mm_2: 45
21
+ directory_path_2: edf-files-buffer
22
+ time_limit_2: 4000
23
+ print_pdf_2: y
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drap
3
- Version: 0.0.3.post11
3
+ Version: 0.0.4.post5
4
4
  Summary: Tool for analyzing droplet size and concentration using video and EDF images
5
- Author-email: "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira" <alves.casssio@gmail.com>
5
+ Author-email: "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira" <crislpo@ufpr.br>
6
6
  License: MIT
7
- Project-URL: Homepage, https://test.pypi.org/project/DrAP/
8
- Project-URL: Source, https://test.pypi.org/project/DrAP/
7
+ Project-URL: Homepage, https://github.com/alvescassio/DrAP
8
+ Project-URL: Source, https://github.com/alvescassio/DrAP
9
+ Project-URL: Issues, https://github.com/alvescassio/DrAP/issues
9
10
  Keywords: saxs,x-ray,edf,opencv,pyqt5,droplet
10
11
  Requires-Python: >=3.10
11
12
  Description-Content-Type: text/markdown
@@ -1,4 +1,5 @@
1
1
  LICENSE
2
+ MANIFEST.in
2
3
  README.md
3
4
  pyproject.toml
4
5
  src/drap/__init__.py
@@ -13,4 +14,7 @@ src/drap.egg-info/SOURCES.txt
13
14
  src/drap.egg-info/dependency_links.txt
14
15
  src/drap.egg-info/entry_points.txt
15
16
  src/drap.egg-info/requires.txt
16
- src/drap.egg-info/top_level.txt
17
+ src/drap.egg-info/top_level.txt
18
+ src/drap/resources/DrapuserGuide_eng.pdf
19
+ src/drap/resources/DrapuserGuide_pt.pdf
20
+ src/drap/resources/name_videos.dat
File without changes
File without changes
File without changes
File without changes
File without changes