drap 0.0.2.post1__py3-none-any.whl → 0.0.3.post0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drap
3
- Version: 0.0.2.post1
3
+ Version: 0.0.3.post0
4
4
  Summary: Tool for analyzing droplet size and concentration using video and EDF images
5
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>
6
6
  License: MIT
@@ -33,3 +33,17 @@ The graphical user interface provides:
33
33
  ## How to use
34
34
 
35
35
  Install:
36
+
37
+ python -m venv venv
38
+
39
+ source venv/bin/activate
40
+
41
+ pip install drap
42
+
43
+ Use:
44
+
45
+ drap -o 1 (Gui interface)
46
+
47
+ drap -o 2 (Terminal interface)
48
+
49
+ drap -o 3 (Automatic file: name_videos.dat)
@@ -0,0 +1,12 @@
1
+ drap/__init__.py,sha256=RF05F-NDoYmyOjQ1EgdKSfsx2tTYCheTpL0AYrFmdI0,47
2
+ drap/automation.py,sha256=tRSGKFK_T_V-vjQnJVhBTiCz0edbDKQ8vwf9R4kv2Zg,1593
3
+ drap/gui.py,sha256=yQLfk-5Vk1QNWmBQ31UHE3Zn8V_e8-j4MuPxGuF1KaA,1074
4
+ drap/main.py,sha256=DBgblMSZt6UJNWp9nwJ_SA3LxpWw3pPy3sXak1N_TWk,1499
5
+ drap/terminal_interface.py,sha256=_HlHsiLHcQCWa4yOEghw9-NcW3yTseA_QakwQkINr6Y,2500
6
+ drap/utils.py,sha256=vDZjwnnQ2Yk7iHrIjmIg4zBZ0h-JmKPUqHpuYz1NqxI,66815
7
+ drap-0.0.3.post0.dist-info/licenses/LICENSE,sha256=iHcEhVN-5ifqXsDa1Ny38sIBS7SJ9-eYJQRtHiJ3QU0,1098
8
+ drap-0.0.3.post0.dist-info/METADATA,sha256=fyJ7UO_C9g_Kl2jYT1UdYq2wv3mrYAVOKGuVtpZzkRI,1347
9
+ drap-0.0.3.post0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ drap-0.0.3.post0.dist-info/entry_points.txt,sha256=r_V3SXtWJt15QVs78jIxD7JJ41KgRtOhigYZFDcMEus,64
11
+ drap-0.0.3.post0.dist-info/top_level.txt,sha256=jYMnBoijRdvPMYoMlILxlRNbSdKUX3_uwMa7DLRE4zE,5
12
+ drap-0.0.3.post0.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- drap/__init__.py,sha256=RF05F-NDoYmyOjQ1EgdKSfsx2tTYCheTpL0AYrFmdI0,47
2
- drap/automation.py,sha256=0WeGsra2FAhGurD9M7cZgUEpPc-Tq1qgzgC6xQakw1M,1715
3
- drap/gui.py,sha256=KAD08IWREZqmqky63tzLIcj4ha-6v5ONHBgOd1voXuk,1263
4
- drap/main.py,sha256=DBgblMSZt6UJNWp9nwJ_SA3LxpWw3pPy3sXak1N_TWk,1499
5
- drap/terminal_interface.py,sha256=XD_2yaMMYfTNRtV0xoCkdLsWwwVgMliNX0A-tIknfSc,2622
6
- drap-0.0.2.post1.dist-info/licenses/LICENSE,sha256=iHcEhVN-5ifqXsDa1Ny38sIBS7SJ9-eYJQRtHiJ3QU0,1098
7
- drap-0.0.2.post1.dist-info/METADATA,sha256=eX0L-q1SmwjAx-IrSb-1b70L3YPr0bjlZtSrj7GUfDA,1171
8
- drap-0.0.2.post1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- drap-0.0.2.post1.dist-info/entry_points.txt,sha256=r_V3SXtWJt15QVs78jIxD7JJ41KgRtOhigYZFDcMEus,64
10
- drap-0.0.2.post1.dist-info/top_level.txt,sha256=jYMnBoijRdvPMYoMlILxlRNbSdKUX3_uwMa7DLRE4zE,5
11
- drap-0.0.2.post1.dist-info/RECORD,,