murineshiftwork 0.1.1__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.
_version.py
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# file generated by vcs-versioning
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
__all__ = [
|
|
6
|
+
"__version__",
|
|
7
|
+
"__version_tuple__",
|
|
8
|
+
"version",
|
|
9
|
+
"version_tuple",
|
|
10
|
+
"__commit_id__",
|
|
11
|
+
"commit_id",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
version: str
|
|
15
|
+
__version__: str
|
|
16
|
+
__version_tuple__: tuple[int | str, ...]
|
|
17
|
+
version_tuple: tuple[int | str, ...]
|
|
18
|
+
commit_id: str | None
|
|
19
|
+
__commit_id__: str | None
|
|
20
|
+
|
|
21
|
+
__version__ = version = '0.1.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 1, 1)
|
|
23
|
+
|
|
24
|
+
__commit_id__ = commit_id = None
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: murineshiftwork
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: MurineShiftWork — behavioural neuroscience experiment control suite
|
|
5
|
+
Project-URL: Homepage, https://github.com/MurineShiftWork/murineshiftwork
|
|
6
|
+
Project-URL: Issue Tracker, https://github.com/MurineShiftWork/murineshiftwork/issues
|
|
7
|
+
Author-email: "Lars B. Rollik" <lars@rollik.me>
|
|
8
|
+
License: Copyright (c) 2024-present Lars B. Rollik. All rights reserved.
|
|
9
|
+
|
|
10
|
+
This package reserves the name "murineshiftwork" on PyPI.
|
|
11
|
+
All rights reserved. No use, reproduction, or distribution is permitted
|
|
12
|
+
without explicit written permission from the copyright holder.
|
|
13
|
+
|
|
14
|
+
For enquiries contact: lars@rollik.me
|
|
15
|
+
License-File: LICENSE
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# murineshiftwork
|
|
20
|
+
|
|
21
|
+
Behavioural neuroscience experiment control suite. See [MurineShiftWork/murineshiftwork](https://github.com/MurineShiftWork/murineshiftwork).
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
_version.py,sha256=mEr1FdwwZVMovyM6vpPg2W8zwa1u1f4KdymTrLcqf9U,520
|
|
2
|
+
murineshiftwork-0.1.1.dist-info/METADATA,sha256=rwUInSoRM3snowXmSSJJdEJ98risGVvP078eqNMciDA,948
|
|
3
|
+
murineshiftwork-0.1.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
murineshiftwork-0.1.1.dist-info/licenses/LICENSE,sha256=rmAUxaK2eLnkRpdeNRLeAw3CcutDpp7zDj-Gj8SjtDI,297
|
|
5
|
+
murineshiftwork-0.1.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Copyright (c) 2024-present Lars B. Rollik. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This package reserves the name "murineshiftwork" on PyPI.
|
|
4
|
+
All rights reserved. No use, reproduction, or distribution is permitted
|
|
5
|
+
without explicit written permission from the copyright holder.
|
|
6
|
+
|
|
7
|
+
For enquiries contact: lars@rollik.me
|