Skip to content

Commit 66cc520

Browse files
committed
Add funding statement and update package metadata
1 parent 7ab6756 commit 66cc520

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Bonsai - Python Scripting
22

3-
Bonsai.Scripting.Python is a [Bonsai](https://bonsai-rx.org/) interface for the [Python](https://www.python.org/) programming language. It uses [Python.NET](https://pythonnet.github.io/pythonnet/) under the hood to provide a seamless integration between the CPython runtime and data streaming in a Bonsai workflow.
3+
The Python Scripting package is a [Bonsai](https://bonsai-rx.org/) interface for the [Python](https://www.python.org/) programming language. It uses [Python.NET](https://pythonnet.github.io/pythonnet/) under the hood to provide a seamless integration between the CPython runtime and data streaming in a Bonsai workflow.
44

55
You can use the Python Scripting package to run native Python scripts, import any module available to Python, and read or write to any variable in a named scope. The package is designed to work with any Python version from 3.7 onwards, and you can also use it in combination with [Python virtual environments](https://docs.python.org/3/tutorial/venv.html) to fully isolate your project dependencies.
66

77
## Documentation
88

9-
Both conceptual and reference documentation can be found [here](https://bonsai-rx.org/python-scripting/).
9+
Conceptual and reference documentation for this package can be found [here](https://bonsai-rx.org/python-scripting/).
10+
11+
## Acknowledgments
12+
13+
Development of this package was supported by funding from the Allen Institute for Neural Dynamics and from the Biotechnology and Biological Sciences Research Council [grant number BB/W019132/1].

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<Authors>Bonsai</Authors>
5-
<Copyright>Copyright © Bonsai Foundation CIC 2023</Copyright>
5+
<Copyright>Copyright © Bonsai Foundation CIC and Contributors 2023</Copyright>
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>

0 commit comments

Comments
 (0)