boris-behav-obs 9.3__py2.py3-none-any.whl → 9.3.1__py2.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.
boris/version.py CHANGED
@@ -20,5 +20,5 @@ This file is part of BORIS.
20
20
 
21
21
  """
22
22
 
23
- __version__ = "9.3"
24
- __version_date__ = "2025-04-07"
23
+ __version__ = "9.3.1"
24
+ __version_date__ = "2025-04-08"
@@ -0,0 +1,132 @@
1
+ Metadata-Version: 2.4
2
+ Name: boris-behav-obs
3
+ Version: 9.3.1
4
+ Summary: BORIS - Behavioral Observation Research Interactive Software
5
+ Author-email: Olivier Friard <olivier.friard@unito.it>
6
+ License-Expression: GPL-3.0-only
7
+ Project-URL: Homepage, http://www.boris.unito.it
8
+ Project-URL: Documentation, https://boris.readthedocs.io/en/latest/
9
+ Project-URL: Change_log, https://github.com/olivierfriard/BORIS/wiki/BORIS-change-log-v.8
10
+ Project-URL: Source_code, https://github.com/olivierfriard/BORIS
11
+ Project-URL: Issues, https://github.com/olivierfriard/BORIS/issues
12
+ Classifier: Topic :: Scientific/Engineering
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Intended Audience :: Education
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Topic :: Scientific/Engineering
18
+ Requires-Python: >=3.12
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE.TXT
21
+ Requires-Dist: exifread>=3.0.0
22
+ Requires-Dist: numpy>=1.26.4
23
+ Requires-Dist: matplotlib>=3.3.3
24
+ Requires-Dist: pandas>=2.2.2
25
+ Requires-Dist: tablib[cli,html,ods,pandas,xls,xlsx]>=3
26
+ Requires-Dist: pyreadr
27
+ Requires-Dist: pyside6==6.8.0.2
28
+ Requires-Dist: hachoir>=3.3.0
29
+ Provides-Extra: dev
30
+ Requires-Dist: ruff; extra == "dev"
31
+ Requires-Dist: pytest; extra == "dev"
32
+ Requires-Dist: pytest-cov; extra == "dev"
33
+ Dynamic: license-file
34
+
35
+ BORIS (Behavioral Observation Research Interactive Software)
36
+ ===============================================================
37
+
38
+
39
+ ![BORIS logo](https://github.com/olivierfriard/BORIS/blob/master/boris/icons/logo_boris.png?raw=true)
40
+
41
+ BORIS is an easy-to-use event logging software for video/audio coding or live observations.
42
+
43
+ BORIS is a free and open-source software available for GNU/Linux and Windows.
44
+ You can not longer run BORIS natively on MacOS (since v.8). Some alternatives to run the last version of BORIS are available, see [BORIS on MacOS](https://www.boris.unito.it/download_mac).
45
+
46
+ It provides also some analysis tools like time budget and some plotting functions.
47
+
48
+ The BORIS paper has more than [![BORIS citations counter](http://penelope.unito.it/friard/boris_scopus_citations.png) citations](https://www.boris.unito.it/citations) in peer-reviewed scientific publications.
49
+
50
+
51
+
52
+
53
+ See the official [BORIS web site](https://www.boris.unito.it).
54
+
55
+ [![Python web site](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org)
56
+ ![Python versions](https://img.shields.io/pypi/pyversions/boris-behav-obs)
57
+ ![BORIS license](https://img.shields.io/pypi/l/boris-behav-obs)
58
+ [![Number of downloads](https://static.pepy.tech/personalized-badge/boris-behav-obs?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads)](https://pepy.tech/project/boris-behav-obs)
59
+ ![commit-activity](https://img.shields.io/github/commit-activity/m/olivierfriard/BORIS)
60
+ [![PyPI version](https://img.shields.io/pypi/v/boris-behav-obs.svg)](https://pypi.org/project/boris-behav-obs/)
61
+ ![BORIS scopus citations badge](http://penelope.unito.it/friard/boris_scopus_citations.svg)
62
+
63
+
64
+
65
+
66
+ # Documentation
67
+
68
+
69
+
70
+ The [user guide](https://www.boris.unito.it/user_guide/) provides a good starting point for learning how to use BORIS.
71
+
72
+ Some [video tutorials](https://www.boris.unito.it/video_tutorials/) are available.
73
+
74
+
75
+
76
+
77
+
78
+ # Bug reports and feature requests
79
+
80
+
81
+ To search for bugs, report them or request a feature, please use the github tracker:
82
+ https://github.com/olivierfriard/BORIS/issues
83
+
84
+
85
+
86
+
87
+
88
+ # Citing BORIS
89
+
90
+
91
+ Please acknowledge and cite the use of this software and its authors when
92
+ results are used in publications or published elsewhere. You can use the
93
+ following BibTex entry
94
+
95
+ ```
96
+ @article {MEE3:MEE312584,
97
+ author = {Friard, Olivier and Gamba, Marco},
98
+ title = {BORIS: a free, versatile open-source event-logging software for video/audio coding and live observations},
99
+ journal = {Methods in Ecology and Evolution},
100
+ issn = {2041-210X},
101
+ url = {http://dx.doi.org/10.1111/2041-210X.12584},
102
+ doi = {10.1111/2041-210X.12584},
103
+ pages = {1324--1330},
104
+ year = {2016},
105
+ }
106
+ ```
107
+
108
+ You can also send us a nice postcard! See the [user testimonials](https://www.boris.unito.it/postcards).
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+ # Licence
118
+
119
+
120
+ This program is distributed in the hope that it will be useful,
121
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
122
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
123
+ GNU General Public License for more details.
124
+
125
+
126
+ Distributed with a [GPL v.3 license](LICENSE.TXT).
127
+
128
+ Copyright (C) 2012-2024 Olivier Friard
129
+
130
+
131
+
132
+
@@ -79,7 +79,7 @@ boris/time_budget_functions.py,sha256=y5He8crz0xsTxVfz0jATwFFQVnPAIrNHja_0sF6NtR
79
79
  boris/time_budget_widget.py,sha256=z-tyITBtIz-KH1H2OdMB5a8x9QQLK7Wu96-zkC6NVDA,43213
80
80
  boris/transitions.py,sha256=_aZJfJWv3EBrtmQ7qsdTCayQo6uWU7BXqtQQgflEhr4,12250
81
81
  boris/utilities.py,sha256=H69vrYGkQuQJVE_ywcYC6DNYcS8VTC-GoClmVEUXacA,52748
82
- boris/version.py,sha256=IUFwHM5I3N9z8S643mnqHfhCv_cXd1ezR8vcI-qnSO0,785
82
+ boris/version.py,sha256=8YtWciv9CU7BQCzJyVkJgpiFVxZsHgPZWue0GIrwFJU,787
83
83
  boris/video_equalizer.py,sha256=FartoGghFK-T53zklP70rPKYqTuzL8qdvfGlsOF2wwc,5854
84
84
  boris/video_equalizer_ui.py,sha256=1CG3s79eM4JAbaCx3i1ILZXLceb41_gGXlOLNfpBgnw,10142
85
85
  boris/video_operations.py,sha256=mh3iR__Sm2KnV44L_sW2pOo3AgLwlM7wiTnnqQiAVs4,9381
@@ -96,9 +96,9 @@ boris/portion/dict.py,sha256=SyHxc7PfDw2ufNLFQycwJtzmRfL48rDp4UrM2KN7IWc,11282
96
96
  boris/portion/func.py,sha256=3TkQtFKLfsqntwd27HSGHceFhnXHmT-EbNMqktElC5Q,2174
97
97
  boris/portion/interval.py,sha256=bAdUiJjGeUAPgsBAImwNeviiwfQq5odfhFZccAWzOTA,20299
98
98
  boris/portion/io.py,sha256=ppNeRpiLNrocF1yzGeuEUIhYMf2LfsR-cji3d0nmvUs,6371
99
- boris_behav_obs-9.3.dist-info/licenses/LICENSE.TXT,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
100
- boris_behav_obs-9.3.dist-info/METADATA,sha256=cHGsRQCF1g8SC8mtf9DJ6a_WlGkh5wekzhkKCHJVPZs,1340
101
- boris_behav_obs-9.3.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
102
- boris_behav_obs-9.3.dist-info/entry_points.txt,sha256=k__8XvFi4vaA4QFvQehCZjYkKmZH34HSAJI2iYCWrMs,52
103
- boris_behav_obs-9.3.dist-info/top_level.txt,sha256=fJSgm62S7WesiwTorGbOO4nNN0yzgZ3klgfGi3Px4qI,6
104
- boris_behav_obs-9.3.dist-info/RECORD,,
99
+ boris_behav_obs-9.3.1.dist-info/licenses/LICENSE.TXT,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
100
+ boris_behav_obs-9.3.1.dist-info/METADATA,sha256=6OEa47oUYBrON6hG2Rg7PkIqMb5Z6Ty9upy1O7vwmuA,4518
101
+ boris_behav_obs-9.3.1.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
102
+ boris_behav_obs-9.3.1.dist-info/entry_points.txt,sha256=k__8XvFi4vaA4QFvQehCZjYkKmZH34HSAJI2iYCWrMs,52
103
+ boris_behav_obs-9.3.1.dist-info/top_level.txt,sha256=fJSgm62S7WesiwTorGbOO4nNN0yzgZ3klgfGi3Px4qI,6
104
+ boris_behav_obs-9.3.1.dist-info/RECORD,,
@@ -1,33 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: boris-behav-obs
3
- Version: 9.3
4
- Summary: BORIS - Behavioral Observation Research Interactive Software
5
- Author-email: Olivier Friard <olivier.friard@unito.it>
6
- License-Expression: GPL-3.0-only
7
- Project-URL: Homepage, http://www.boris.unito.it
8
- Project-URL: Documentation, https://boris.readthedocs.io/en/latest/
9
- Project-URL: Change_log, https://github.com/olivierfriard/BORIS/wiki/BORIS-change-log-v.8
10
- Project-URL: Source_code, https://github.com/olivierfriard/BORIS
11
- Project-URL: Issues, https://github.com/olivierfriard/BORIS/issues
12
- Classifier: Topic :: Scientific/Engineering
13
- Classifier: Intended Audience :: Science/Research
14
- Classifier: Intended Audience :: Education
15
- Classifier: Programming Language :: Python :: 3.12
16
- Classifier: Operating System :: OS Independent
17
- Classifier: Topic :: Scientific/Engineering
18
- Requires-Python: >=3.12
19
- Description-Content-Type: text/x-rst
20
- License-File: LICENSE.TXT
21
- Requires-Dist: exifread>=3.0.0
22
- Requires-Dist: numpy>=1.26.4
23
- Requires-Dist: matplotlib>=3.3.3
24
- Requires-Dist: pandas>=2.2.2
25
- Requires-Dist: tablib[cli,html,ods,pandas,xls,xlsx]>=3
26
- Requires-Dist: pyreadr
27
- Requires-Dist: pyside6==6.8.0.2
28
- Requires-Dist: hachoir>=3.3.0
29
- Provides-Extra: dev
30
- Requires-Dist: ruff; extra == "dev"
31
- Requires-Dist: pytest; extra == "dev"
32
- Requires-Dist: pytest-cov; extra == "dev"
33
- Dynamic: license-file