boris-behav-obs 8.27.8__py2.py3-none-any.whl → 8.27.10__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/advanced_event_filtering.py +2 -2
- boris/behavior_binary_table.py +2 -2
- boris/config.py +1 -0
- boris/cooccurence.py +2 -2
- boris/core.py +6 -6
- boris/db_functions.py +2 -0
- boris/event_operations.py +5 -5
- boris/events_snapshots.py +4 -5
- boris/export_events.py +10 -10
- boris/export_observation.py +1 -1
- boris/geometric_measurement.py +0 -4
- boris/irr.py +4 -4
- boris/latency.py +2 -2
- boris/observation.py +7 -2
- boris/param_panel.py +10 -1
- boris/param_panel_ui.py +6 -1
- boris/project_functions.py +13 -1
- boris/select_modifiers.py +1 -1
- boris/select_observations.py +1 -174
- boris/select_subj_behav.py +13 -5
- boris/synthetic_time_budget.py +4 -2
- boris/time_budget_functions.py +105 -91
- boris/time_budget_widget.py +2 -16
- boris/transitions.py +2 -2
- boris/utilities.py +7 -1
- boris/version.py +2 -2
- {boris_behav_obs-8.27.8.dist-info → boris_behav_obs-8.27.10.dist-info}/METADATA +1 -111
- {boris_behav_obs-8.27.8.dist-info → boris_behav_obs-8.27.10.dist-info}/RECORD +32 -32
- {boris_behav_obs-8.27.8.dist-info → boris_behav_obs-8.27.10.dist-info}/WHEEL +1 -1
- boris_behav_obs-8.27.10.dist-info/entry_points.txt +2 -0
- boris_behav_obs-8.27.8.dist-info/entry_points.txt +0 -2
- {boris_behav_obs-8.27.8.dist-info → boris_behav_obs-8.27.10.dist-info}/LICENSE.TXT +0 -0
- {boris_behav_obs-8.27.8.dist-info → boris_behav_obs-8.27.10.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boris-behav-obs
|
|
3
|
-
Version: 8.27.
|
|
3
|
+
Version: 8.27.10
|
|
4
4
|
Summary: BORIS - Behavioral Observation Research Interactive Software
|
|
5
5
|
Author-email: Olivier Friard <olivier.friard@unito.it>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -709,113 +709,3 @@ Requires-Dist: ruff; extra == "dev"
|
|
|
709
709
|
Requires-Dist: pytest; extra == "dev"
|
|
710
710
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
711
711
|
|
|
712
|
-
===============================================================
|
|
713
|
-
BORIS (Behavioral Observation Research Interactive Software)
|
|
714
|
-
===============================================================
|
|
715
|
-
|
|
716
|
-
.. image:: https://github.com/olivierfriard/BORIS/blob/master/boris/icons/logo_boris.png?raw=true
|
|
717
|
-
:target: https://www.boris.unito.it
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
BORIS is an easy-to-use event logging software for video/audio coding or live observations.
|
|
721
|
-
|
|
722
|
-
BORIS is a free and open-source software available for GNU/Linux and Windows.
|
|
723
|
-
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/>`_.
|
|
724
|
-
|
|
725
|
-
It provides also some analysis tools like time budget and some plotting functions.
|
|
726
|
-
|
|
727
|
-
The BORIS paper has more than `1700 citations in peer-reviewed scientific publications <https://www.boris.unito.it/citations/>`_.
|
|
728
|
-
|
|
729
|
-
See http://www.boris.unito.it
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
.. image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
|
|
733
|
-
:target: https://www.python.org/
|
|
734
|
-
|
|
735
|
-
.. image:: https://img.shields.io/pypi/pyversions/boris-behav-obs
|
|
736
|
-
|
|
737
|
-
.. image:: https://img.shields.io/pypi/l/boris-behav-obs
|
|
738
|
-
|
|
739
|
-
.. image:: https://static.pepy.tech/personalized-badge/boris-behav-obs?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads
|
|
740
|
-
:target: https://pepy.tech/project/boris-behav-obs
|
|
741
|
-
|
|
742
|
-
.. image:: https://img.shields.io/github/commit-activity/m/olivierfriard/BORIS
|
|
743
|
-
|
|
744
|
-
.. image:: https://img.shields.io/pypi/v/boris-behav-obs.svg
|
|
745
|
-
:target: https://pypi.org/project/boris-behav-obs/
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
Documentation
|
|
751
|
-
-----------------------------------------------------------------------
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
The documentation provides a good starting point for learning how to use BORIS: https://www.boris.unito.it/user_guide/
|
|
755
|
-
|
|
756
|
-
Some video tutorials are available: https://www.boris.unito.it/video_tutorials/
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
Bug reports and feature requests
|
|
763
|
-
-----------------------------------------------------------------------
|
|
764
|
-
|
|
765
|
-
To search for bugs, report them or request a feature, please use the github tracker:
|
|
766
|
-
https://github.com/olivierfriard/BORIS/issues
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
Citing BORIS
|
|
773
|
-
-----------------------------------------------------------------------
|
|
774
|
-
|
|
775
|
-
Please acknowledge and cite the use of this software and its authors when
|
|
776
|
-
results are used in publications or published elsewhere. You can use the
|
|
777
|
-
following BibTex entry
|
|
778
|
-
|
|
779
|
-
::
|
|
780
|
-
|
|
781
|
-
@article {MEE3:MEE312584,
|
|
782
|
-
author = {Friard, Olivier and Gamba, Marco},
|
|
783
|
-
title = {BORIS: a free, versatile open-source event-logging software for video/audio coding and live observations},
|
|
784
|
-
journal = {Methods in Ecology and Evolution},
|
|
785
|
-
issn = {2041-210X},
|
|
786
|
-
url = {http://dx.doi.org/10.1111/2041-210X.12584},
|
|
787
|
-
doi = {10.1111/2041-210X.12584},
|
|
788
|
-
pages = {1324--1330},
|
|
789
|
-
keywords = {behavioural analysis, behaviour coding, coding scheme, ethology, observational data, ttime-budget},
|
|
790
|
-
year = {2016},
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
You can also send us a nice postcard! See the `user testimonials <https://www.boris.unito.it/postcards/>`_
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
Licence
|
|
804
|
-
-----------------------------------------------------------------------
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
::
|
|
808
|
-
|
|
809
|
-
This program is distributed in the hope that it will be useful,
|
|
810
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
811
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
812
|
-
GNU General Public License for more details.
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
Distributed with a `GPL v.3 license <LICENSE.TXT>`_
|
|
816
|
-
|
|
817
|
-
Copyright (C) 2012-2024 Olivier Friard
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
@@ -3,41 +3,41 @@ boris/__main__.py,sha256=_cKab_aODdiWYjyf6mWu57D-84izlVDPAm13QxH-cCg,764
|
|
|
3
3
|
boris/about.py,sha256=vQVg7Y-DePzzMGp7-88p27D62GHcFJhLCyVl4D2rpwc,5369
|
|
4
4
|
boris/add_modifier.py,sha256=dtP1xZCwO0QlUJVir0JP2ShL5WrOvH26vQfwGwu683Q,26465
|
|
5
5
|
boris/add_modifier_ui.py,sha256=ZKXDcpavvzF5X8gkTuza1WYsw3x9TB-qQjrhn1fka5c,10537
|
|
6
|
-
boris/advanced_event_filtering.py,sha256=
|
|
6
|
+
boris/advanced_event_filtering.py,sha256=5_F4LIfp9v-N5mQb6F5PJRZpdxk26XCWKzLAi-sEG8Y,15178
|
|
7
7
|
boris/behav_coding_map_creator.py,sha256=FNU5fUjvXQhTn-fmFQpksgIUzE0ZkAxgpPCXRpSGsAM,37860
|
|
8
|
-
boris/behavior_binary_table.py,sha256=
|
|
8
|
+
boris/behavior_binary_table.py,sha256=2kI7Rb67kfywCPtfsD7qGCyBsI0m4-iztp06hx_UbC4,11675
|
|
9
9
|
boris/behaviors_coding_map.py,sha256=Q_-k8DsYtXgUBzOYUdoGl41EgLdVAvGyuir98CUDY5Q,7309
|
|
10
10
|
boris/boris_cli.py,sha256=CeUr_QKKySu9v-Gw5fkeQPjA3y_dGv7_Y4tCY41OeoA,13196
|
|
11
11
|
boris/cmd_arguments.py,sha256=dNMEvMgTRMadC1Oz5IXw4JEBJw8Tq4yCo4yuRCnNfXc,1848
|
|
12
12
|
boris/coding_pad.py,sha256=XVbg3Q7S4O6Rgxc5ZCzx4jv7eaDvbw_K2T_nQWtsvdU,10996
|
|
13
|
-
boris/config.py,sha256=
|
|
13
|
+
boris/config.py,sha256=jFf6mJcLFku1eoRFuNLvGfsiovOkp_Zz9vamBLiP4gM,16786
|
|
14
14
|
boris/config_file.py,sha256=jTOhrX0tfxc3oHV7R85QX828xhezCsawXg6nvy5QIbE,13519
|
|
15
15
|
boris/connections.py,sha256=RIQsaooiz6pzc2jJMHw9CQSyX39TgbM5JAwifCu5eWQ,19280
|
|
16
16
|
boris/converters.py,sha256=FymqUxLEVLQwsUv6EVF7MRPowN1e87aVT2d3XjZJgAM,11771
|
|
17
17
|
boris/converters_ui.py,sha256=firMWVgS3c492FF-YFv3FehOBLsbBHKaLEaVcoVctgc,8745
|
|
18
|
-
boris/cooccurence.py,sha256=
|
|
19
|
-
boris/core.py,sha256=
|
|
18
|
+
boris/cooccurence.py,sha256=hywQTYonRM8Ynj7ONRvq4iNcDCwxrgPnjbG-hkN2koc,9822
|
|
19
|
+
boris/core.py,sha256=i51MSYdGt0FaappHyfh6P6DJWEs5YRJzC_nJE7ZU8MQ,224214
|
|
20
20
|
boris/core_qrc.py,sha256=5YMpr7ckI4TbXaeSyCMhNJBAlrGPeLes62RedU3EbWs,865287
|
|
21
21
|
boris/core_ui.py,sha256=Z_6Ehp93fRVnPGyKRtgX2GcXRXb8QZojXipHSpJ_f3M,69854
|
|
22
|
-
boris/db_functions.py,sha256=
|
|
22
|
+
boris/db_functions.py,sha256=4BTRXxAeXYOFsBpnHhtdZ5HC7MaNjWLdkcM-kmlY0ng,13352
|
|
23
23
|
boris/dev.py,sha256=9pUElbjl9g17rFUJXX5aVSu55_iIKIuDxNdrB0DI_d0,3671
|
|
24
24
|
boris/dialog.py,sha256=LPoVwflYkCWYLXazWz_ByHz3-tqey47tnxndYbsKSdM,41275
|
|
25
25
|
boris/duration_widget.py,sha256=FHnDDg6RBtORCZDG9gkpjxP9ivZ3Rb4uYWCdEkBl-a4,6930
|
|
26
26
|
boris/edit_event.py,sha256=cvZ4j2rcck8q5Rd6n5d6JGQ0wZMduVQls2UDylCuQqY,7578
|
|
27
27
|
boris/edit_event_ui.py,sha256=X98eKSS0urd0eGce-q2_gkPx79GvO1XbJUEjxGCMUCI,6984
|
|
28
|
-
boris/event_operations.py,sha256=
|
|
28
|
+
boris/event_operations.py,sha256=u5Fex4ex_kjSuZtS6uzyyAcJS7y__2qhMSO9CvOE6qQ,38929
|
|
29
29
|
boris/events_cursor.py,sha256=Jfu7yV1MG7HikNmMQmOVJ7ntmEZzDZn5HHp3va8llwM,1983
|
|
30
|
-
boris/events_snapshots.py,sha256=
|
|
30
|
+
boris/events_snapshots.py,sha256=IkuTLIMo1dCQNegnp6d2v9Qra1z_yv6G3bXNkVkRKvk,27575
|
|
31
31
|
boris/exclusion_matrix.py,sha256=xaEFLy2Zv5SWryMz1D0cEpywsAuZxZuBaaGYLaBGhng,5270
|
|
32
|
-
boris/export_events.py,sha256=
|
|
33
|
-
boris/export_observation.py,sha256=
|
|
32
|
+
boris/export_events.py,sha256=Uu2y9KvxVSvi6dmH0zYoMr1vO1VW9KqpyNOmL_ocXH0,38038
|
|
33
|
+
boris/export_observation.py,sha256=vO5hwrhrZUw5744PLtoGsWlurEemNpJsampD-ZhYmxw,49827
|
|
34
34
|
boris/external_processes.py,sha256=069iEVOfDI-7zUYPH7WlYBEnKqTR18mjj8dReBkUACE,11965
|
|
35
|
-
boris/geometric_measurement.py,sha256=
|
|
35
|
+
boris/geometric_measurement.py,sha256=UNoKyFAKWJKKgc7L7-Vtoqzg30R6dQnlZMUxN3zMMl8,34542
|
|
36
36
|
boris/gui_utilities.py,sha256=IhIz53CHSRvO-qjN5XrzpgAChf_LBcUWlE3iFMBeROw,3774
|
|
37
37
|
boris/image_overlay.py,sha256=bxEHEr5p6nH_sgXRSGEWlJZJF7R07ItgHNM4_3kXTJA,2527
|
|
38
38
|
boris/import_observations.py,sha256=FrXG_oOyPYWIX1XHHWvC9eg13FHsZPzhLGjCMSQFHT8,8838
|
|
39
|
-
boris/irr.py,sha256=
|
|
40
|
-
boris/latency.py,sha256=
|
|
39
|
+
boris/irr.py,sha256=pFUFT_ISMloblWpLr-eZQhbeRzsIIjZfRIzM-_Z2MNo,22470
|
|
40
|
+
boris/latency.py,sha256=tkWOFObBL43wUeZz-GThVZFviyuyx79FdaKudW07V-w,9737
|
|
41
41
|
boris/map_creator.py,sha256=IJzvT2a9LoWk_Qx-Enc4jTsYh0ixpbrLNUFCLwB9idA,29437
|
|
42
42
|
boris/measurement_widget.py,sha256=NI2d9qftFTtnUzy-aOtKhx3w63-mqDIJ4rz1l_8_Zos,4486
|
|
43
43
|
boris/media_file.py,sha256=ofOoGyrqEcm6HZQxnyObdmcLlKS0TrcPQNPNf8EG1BM,4766
|
|
@@ -46,13 +46,13 @@ boris/modifiers_coding_map.py,sha256=XBTubBHw6Sayw5jUNaWR_jVIw6ttaJcbhbmUSF6_lx4
|
|
|
46
46
|
boris/mpv-1.0.3.py,sha256=EXRtzQqFjOn4wMC6482Ilq3fNQ9N1GRP1VxwLzdeaBY,88077
|
|
47
47
|
boris/mpv.py,sha256=EfzIHjPbgewG4w3smEtqEUPZoVwYmMQkL4Q8ZyW-a58,76410
|
|
48
48
|
boris/mpv2.py,sha256=WZaPHXNSMdPZKuQ2ZZiWu_1KViNsnsxg7imSx-yKaXU,92190
|
|
49
|
-
boris/observation.py,sha256=
|
|
49
|
+
boris/observation.py,sha256=CoEk8Zre2QsGF4u4AUXLCfzy5fyuPX9eopTR_kfA9zU,52911
|
|
50
50
|
boris/observation_operations.py,sha256=eW5DPoU_21EQEWUUmOvqe6flgHxgTcFkGaJjfS6yWJo,100276
|
|
51
51
|
boris/observation_ui.py,sha256=dfk7pS2DlaiEgMjouH0-_t6kPgMwovQbloHtc3ZoCmY,30278
|
|
52
52
|
boris/observations_list.py,sha256=rMuEVa3QccA89vjARcEVtSlLnr5s0sfihUlcwciV3OM,10600
|
|
53
53
|
boris/otx_parser.py,sha256=Ul5GokK46azx60P6-pk8wbSPUqUR9O4WLV42z3rE40s,16367
|
|
54
|
-
boris/param_panel.py,sha256=
|
|
55
|
-
boris/param_panel_ui.py,sha256=
|
|
54
|
+
boris/param_panel.py,sha256=VhiM3QbGoDApNAqVNScKJZO6iDzeW28WNzW4XvWnY1o,7868
|
|
55
|
+
boris/param_panel_ui.py,sha256=bA5_rkMKdlSgOQnYK7CSXyVXQxWyzwQ4tsxj327y18k,12115
|
|
56
56
|
boris/player_dock_widget.py,sha256=PJHBvpoyrXjrp39EwVS3C8Rw9cNaXsAoPqlQ_wduJI0,5735
|
|
57
57
|
boris/plot_data_module.py,sha256=OazYAPHker30s1oYYKkSa0IXSj-DbB1-Qgcau0x-Il8,16582
|
|
58
58
|
boris/plot_events.py,sha256=HAKrdS3qf0A_PG1pGo0FRyk62femDxfxGss3w8CrlUw,23541
|
|
@@ -62,22 +62,22 @@ boris/plot_waveform_rt.py,sha256=kNk6NVjM3wT3MpAw5zE9ktH94Pkd2AJ4ppv6uM6BVBc,750
|
|
|
62
62
|
boris/preferences.py,sha256=ySGmCSjqj4rpKksdWNNP2EQEJKVYHCwp3qXyRZG9i8A,11551
|
|
63
63
|
boris/preferences_ui.py,sha256=fz0jHW7Nqw2P68FLBqheaGrQsZATNz8d8J00TVMX_Ig,21981
|
|
64
64
|
boris/project.py,sha256=crarDFfAB3lv7BJaVz3yXsS0k9fNiuKUBLTfjaHRzwQ,84361
|
|
65
|
-
boris/project_functions.py,sha256=
|
|
65
|
+
boris/project_functions.py,sha256=ebUi4nRWALUdRGdsc3ral8-4gS4ppNcjh3ohUEPND9g,71887
|
|
66
66
|
boris/project_import_export.py,sha256=E2Jv4CQQpFxGspLZdAIxBcB-aCM7SlfobR5ZlC2QqHk,38463
|
|
67
67
|
boris/project_ui.py,sha256=TRJlsqq4XbIl8k2f20BKr2PtKa0QNjFNr6UnMieZYqU,35915
|
|
68
68
|
boris/qrc_boris.py,sha256=4U2cD_fIBTtsTPhirOl9I3kTArOhXWYvfuO_A0M9N0I,675001
|
|
69
69
|
boris/qrc_boris5.py,sha256=6bwT8OVtIr84nVIYp2ldUL7XL6WJi9zgJow6kgRxuIQ,161601
|
|
70
|
-
boris/select_modifiers.py,sha256=
|
|
71
|
-
boris/select_observations.py,sha256=
|
|
72
|
-
boris/select_subj_behav.py,sha256=
|
|
70
|
+
boris/select_modifiers.py,sha256=HhwmgWnRTyxY3j7-ogk5lOTSGTIW1dnzFgnan5u_pGU,13315
|
|
71
|
+
boris/select_observations.py,sha256=7lqSFWEBbW8watQaJe7xJCYdJ_p7VymBEeiRtdzxllI,7940
|
|
72
|
+
boris/select_subj_behav.py,sha256=Lv5S74fQHt5EJERtrKyvaBOqg0UiBKfrTDyRRRSSrxg,10924
|
|
73
73
|
boris/state_events.py,sha256=AcZmD0pIJ4AszTQe9conWlh8gJhwdBjZiGm1KOXt804,7768
|
|
74
74
|
boris/subjects_pad.py,sha256=d-vI0qBcXfonN_BvYI19ZBWgY0Ywekc2DSWLFHIjz0o,3553
|
|
75
|
-
boris/synthetic_time_budget.py,sha256=
|
|
76
|
-
boris/time_budget_functions.py,sha256=
|
|
77
|
-
boris/time_budget_widget.py,sha256=
|
|
78
|
-
boris/transitions.py,sha256=
|
|
79
|
-
boris/utilities.py,sha256=
|
|
80
|
-
boris/version.py,sha256=
|
|
75
|
+
boris/synthetic_time_budget.py,sha256=ou_bmWxYMzoHexhmlH0e_FZ5vnOVvwS6Zc1VTQI0YtM,9952
|
|
76
|
+
boris/time_budget_functions.py,sha256=KFmYP-7sWxIrQo--pZ9rgXHkFUUhCBxJqod4aE_VVo4,51438
|
|
77
|
+
boris/time_budget_widget.py,sha256=u-Ek26rYrw3ukn526kZnAwlCI3N7D3vrj5Qy9CV2-7M,42456
|
|
78
|
+
boris/transitions.py,sha256=_Gonpm-xRxcd1NUfVg4DqkSAan2yHsQBW1v3puVusI8,11996
|
|
79
|
+
boris/utilities.py,sha256=EDZ1RwtEJVvrIVpv2kVufk0sdBrK9BFbHKWSUfpyfVk,49409
|
|
80
|
+
boris/version.py,sha256=eUtWJP1rTXuwNUtMj53BgOBaf_cu2HS8JNWv-MdQpWs,789
|
|
81
81
|
boris/video_equalizer.py,sha256=QpVgmdqX_E4HnMa2f_Qo_fKJTl9nBoTQd_ykv9RWlIQ,5862
|
|
82
82
|
boris/video_equalizer_ui.py,sha256=A2_Sz9AAVnJygTRUeK_YXxf-WWQpxSSlFw0MjkxiwSg,9762
|
|
83
83
|
boris/video_operations.py,sha256=96jR-3snNn9VeEURRD6rCwvOL2sSHXoqlP_gYFwgO8A,9379
|
|
@@ -106,9 +106,9 @@ boris/qdarkstyle/utils/__init__.py,sha256=Nlma8-zbHoJc5n2NVT7OvwxPG5765JnsmMeGzr
|
|
|
106
106
|
boris/qdarkstyle/utils/__main__.py,sha256=J1biUyDzfutKU1n9NdH9WnD0gFHaF-OJA4Q-n6Q2ehs,3309
|
|
107
107
|
boris/qdarkstyle/utils/images.py,sha256=af-BJllzWgVoVz6QMvhFcKqvF3mo44AThaBjuAuHtNE,14444
|
|
108
108
|
boris/qdarkstyle/utils/scss.py,sha256=n7WNo6pPRft8-dU7_gfjB_jA-JZAy50-S792RwR7Ri0,9366
|
|
109
|
-
boris_behav_obs-8.27.
|
|
110
|
-
boris_behav_obs-8.27.
|
|
111
|
-
boris_behav_obs-8.27.
|
|
112
|
-
boris_behav_obs-8.27.
|
|
113
|
-
boris_behav_obs-8.27.
|
|
114
|
-
boris_behav_obs-8.27.
|
|
109
|
+
boris_behav_obs-8.27.10.dist-info/LICENSE.TXT,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
|
110
|
+
boris_behav_obs-8.27.10.dist-info/METADATA,sha256=SSyOK4irbBgTQPd-JmSArawOtbutC9-8LKfZ-Gq6-FA,42050
|
|
111
|
+
boris_behav_obs-8.27.10.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
|
112
|
+
boris_behav_obs-8.27.10.dist-info/entry_points.txt,sha256=-Vl37ZFjZYK5wTSDf5LAzd2cVLON1Pfy1xkx490Wxak,47
|
|
113
|
+
boris_behav_obs-8.27.10.dist-info/top_level.txt,sha256=fJSgm62S7WesiwTorGbOO4nNN0yzgZ3klgfGi3Px4qI,6
|
|
114
|
+
boris_behav_obs-8.27.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|