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.
- intomind-0.0.0/PKG-INFO +20 -0
- intomind-0.0.0/README.md +5 -0
- intomind-0.0.0/pyproject.toml +25 -0
- intomind-0.0.0/setup.cfg +4 -0
- intomind-0.0.0/src/intomind/__init__.py +1 -0
- intomind-0.0.0/src/intomind.egg-info/PKG-INFO +20 -0
- intomind-0.0.0/src/intomind.egg-info/SOURCES.txt +7 -0
- intomind-0.0.0/src/intomind.egg-info/dependency_links.txt +1 -0
- intomind-0.0.0/src/intomind.egg-info/top_level.txt +1 -0
intomind-0.0.0/PKG-INFO
ADDED
|
@@ -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
|
intomind-0.0.0/README.md
ADDED
|
@@ -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"]
|
intomind-0.0.0/setup.cfg
ADDED
|
@@ -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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
intomind
|