PySCNSlice 0.0.1__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,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Jamie Malcolm, Brancaccio Lab, UK Dementia Research Institute
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: PySCNSlice
3
+ Version: 0.0.1
4
+ Summary: Automated analysis of bioluminescence and fluorescence time-lapse recordings from organotypic suprachiasmatic nucleus (SCN) slices.
5
+ Author-email: Jamie Malcolm <jamiemalcolm12@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://pypi.org/project/PySCNSlice/
8
+ Keywords: circadian,suprachiasmatic nucleus,SCN,organotypic slice,bioluminescence,fluorescence,time-lapse,live imaging,neuroscience
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
13
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
14
+ Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENSE
18
+ Dynamic: license-file
19
+
20
+ # PySCNSlice
21
+
22
+ Automated analysis of bioluminescence and fluorescence time-lapse recordings from
23
+ organotypic suprachiasmatic nucleus (SCN) slices.
24
+
25
+ The SCN is the master circadian pacemaker of the anterior hypothalamus. Kept alive as
26
+ an organotypic slice and imaged for days, it reports its own timekeeping as a movie.
27
+ PySCNSlice turns those movies into per-cell and whole-tissue rhythm measurements.
28
+
29
+ ## Status
30
+
31
+ Placeholder release. The name is reserved while the package is in development; there is
32
+ no usable API yet. Watch this project page for the first functional release.
33
+
34
+ ## Install
35
+
36
+ ```
37
+ pip install pyscnslice
38
+ ```
39
+
40
+ ## License
41
+
42
+ MIT.
@@ -0,0 +1,23 @@
1
+ # PySCNSlice
2
+
3
+ Automated analysis of bioluminescence and fluorescence time-lapse recordings from
4
+ organotypic suprachiasmatic nucleus (SCN) slices.
5
+
6
+ The SCN is the master circadian pacemaker of the anterior hypothalamus. Kept alive as
7
+ an organotypic slice and imaged for days, it reports its own timekeeping as a movie.
8
+ PySCNSlice turns those movies into per-cell and whole-tissue rhythm measurements.
9
+
10
+ ## Status
11
+
12
+ Placeholder release. The name is reserved while the package is in development; there is
13
+ no usable API yet. Watch this project page for the first functional release.
14
+
15
+ ## Install
16
+
17
+ ```
18
+ pip install pyscnslice
19
+ ```
20
+
21
+ ## License
22
+
23
+ MIT.
@@ -0,0 +1,38 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "PySCNSlice"
7
+ version = "0.0.1"
8
+ description = "Automated analysis of bioluminescence and fluorescence time-lapse recordings from organotypic suprachiasmatic nucleus (SCN) slices."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ authors = [{ name = "Jamie Malcolm", email = "jamiemalcolm12@gmail.com" }]
12
+ license = "MIT"
13
+ license-files = ["LICENSE"]
14
+ keywords = [
15
+ "circadian",
16
+ "suprachiasmatic nucleus",
17
+ "SCN",
18
+ "organotypic slice",
19
+ "bioluminescence",
20
+ "fluorescence",
21
+ "time-lapse",
22
+ "live imaging",
23
+ "neuroscience",
24
+ ]
25
+ classifiers = [
26
+ "Development Status :: 1 - Planning",
27
+ "Intended Audience :: Science/Research",
28
+ "Programming Language :: Python :: 3",
29
+ "Topic :: Scientific/Engineering :: Bio-Informatics",
30
+ "Topic :: Scientific/Engineering :: Image Processing",
31
+ "Topic :: Scientific/Engineering :: Medical Science Apps.",
32
+ ]
33
+
34
+ [project.urls]
35
+ Homepage = "https://pypi.org/project/PySCNSlice/"
36
+
37
+ [tool.setuptools.packages.find]
38
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: PySCNSlice
3
+ Version: 0.0.1
4
+ Summary: Automated analysis of bioluminescence and fluorescence time-lapse recordings from organotypic suprachiasmatic nucleus (SCN) slices.
5
+ Author-email: Jamie Malcolm <jamiemalcolm12@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://pypi.org/project/PySCNSlice/
8
+ Keywords: circadian,suprachiasmatic nucleus,SCN,organotypic slice,bioluminescence,fluorescence,time-lapse,live imaging,neuroscience
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
13
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
14
+ Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENSE
18
+ Dynamic: license-file
19
+
20
+ # PySCNSlice
21
+
22
+ Automated analysis of bioluminescence and fluorescence time-lapse recordings from
23
+ organotypic suprachiasmatic nucleus (SCN) slices.
24
+
25
+ The SCN is the master circadian pacemaker of the anterior hypothalamus. Kept alive as
26
+ an organotypic slice and imaged for days, it reports its own timekeeping as a movie.
27
+ PySCNSlice turns those movies into per-cell and whole-tissue rhythm measurements.
28
+
29
+ ## Status
30
+
31
+ Placeholder release. The name is reserved while the package is in development; there is
32
+ no usable API yet. Watch this project page for the first functional release.
33
+
34
+ ## Install
35
+
36
+ ```
37
+ pip install pyscnslice
38
+ ```
39
+
40
+ ## License
41
+
42
+ MIT.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/PySCNSlice.egg-info/PKG-INFO
5
+ src/PySCNSlice.egg-info/SOURCES.txt
6
+ src/PySCNSlice.egg-info/dependency_links.txt
7
+ src/PySCNSlice.egg-info/top_level.txt
8
+ src/pyscnslice/__init__.py
@@ -0,0 +1 @@
1
+ pyscnslice
@@ -0,0 +1,6 @@
1
+ """PySCNSlice - automated analysis of organotypic SCN slice time-lapse recordings.
2
+
3
+ Placeholder release: the public API is not implemented yet.
4
+ """
5
+
6
+ __version__ = "0.0.1"