intomind 0.0.0__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,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: intomind
3
+ Version: 0.0.0
4
+ Summary: The IntoMind API is published here by IntoMind, Inc.
5
+ Author-email: "IntoMind, Inc." <support@intomind.com>
6
+ License-Expression: AGPL-3.0-only
7
+ Project-URL: Homepage, https://intomind.com
8
+ Keywords: eeg,bci,neurotechnology,brain-computer-interface
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Scientific/Engineering
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+
16
+ # intomind
17
+
18
+ Placeholder. The IntoMind API is published here by IntoMind, Inc.
19
+
20
+ IntoMind, Inc. — https://intomind.com
@@ -0,0 +1,5 @@
1
+ # intomind
2
+
3
+ Placeholder. The IntoMind API is published here by IntoMind, Inc.
4
+
5
+ IntoMind, Inc. — https://intomind.com
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "intomind"
7
+ version = "0.0.0"
8
+ description = "The IntoMind API is published here by IntoMind, Inc."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = "AGPL-3.0-only"
12
+ authors = [{ name = "IntoMind, Inc.", email = "support@intomind.com" }]
13
+ keywords = ["eeg", "bci", "neurotechnology", "brain-computer-interface"]
14
+ classifiers = [
15
+ "Development Status :: 1 - Planning",
16
+ "Intended Audience :: Science/Research",
17
+ "Programming Language :: Python :: 3",
18
+ "Topic :: Scientific/Engineering",
19
+ ]
20
+
21
+ [project.urls]
22
+ Homepage = "https://intomind.com"
23
+
24
+ [tool.setuptools.packages.find]
25
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0"
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: intomind
3
+ Version: 0.0.0
4
+ Summary: The IntoMind API is published here by IntoMind, Inc.
5
+ Author-email: "IntoMind, Inc." <support@intomind.com>
6
+ License-Expression: AGPL-3.0-only
7
+ Project-URL: Homepage, https://intomind.com
8
+ Keywords: eeg,bci,neurotechnology,brain-computer-interface
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Scientific/Engineering
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+
16
+ # intomind
17
+
18
+ Placeholder. The IntoMind API is published here by IntoMind, Inc.
19
+
20
+ IntoMind, Inc. — https://intomind.com
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/intomind/__init__.py
4
+ src/intomind.egg-info/PKG-INFO
5
+ src/intomind.egg-info/SOURCES.txt
6
+ src/intomind.egg-info/dependency_links.txt
7
+ src/intomind.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ intomind