Metadata-Version: 2.1
Name: exporgo
Version: 0.2.5
Summary: Experiment organizer
Author: Darik A. O'Neil
Maintainer: Darik A. O'Neil
License: MIT License
        
        Copyright (c) 2024 Darik A O’Neil
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: documentation, https://github.com/darikoneil/exporgo
Project-URL: repository, https://github.com/darikoneil/exporgo
Keywords: experiment,organizer,data,management,science,neuroscience
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: <=4.0,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata
Requires-Dist: ipykernel
Requires-Dist: ipython
Requires-Dist: joblib
Requires-Dist: portalocker
Requires-Dist: pydantic
Requires-Dist: tqdm
Provides-Extra: toml
Requires-Dist: toml; extra == "toml"
Requires-Dist: tomli-w; extra == "toml"
Provides-Extra: yaml
Requires-Dist: pyyaml; extra == "yaml"
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-sugar; extra == "testing"
Requires-Dist: pytest-clarity; extra == "testing"
Requires-Dist: pytest-timeout; extra == "testing"
Requires-Dist: pytest-html; extra == "testing"
Provides-Extra: development
Requires-Dist: build; extra == "development"
Requires-Dist: coverage[toml]; extra == "development"
Requires-Dist: coveralls; extra == "development"
Requires-Dist: flake8; extra == "development"
Requires-Dist: flake8-annotations; extra == "development"
Requires-Dist: flake8-bugbear; extra == "development"
Requires-Dist: flake8-class-attributes-order; extra == "development"
Requires-Dist: flake8-comprehensions; extra == "development"
Requires-Dist: flake8-html; extra == "development"
Requires-Dist: flake8-unused-arguments; extra == "development"
Requires-Dist: flake8-mutable; extra == "development"
Requires-Dist: flake8-simplify; extra == "development"
Requires-Dist: flake8-eradicate; extra == "development"
Requires-Dist: flake8-isort; extra == "development"
Requires-Dist: tryceratops; extra == "development"
Requires-Dist: toml; extra == "development"
Requires-Dist: twine; extra == "development"
Provides-Extra: documentation
Requires-Dist: sphinx; extra == "documentation"
Requires-Dist: sphinx-rtd-theme; extra == "documentation"
Requires-Dist: sphinx-autodoc-typehints; extra == "documentation"
Requires-Dist: autoclasstoc; extra == "documentation"
Requires-Dist: autodoc_pydantic; extra == "documentation"
Provides-Extra: all
Requires-Dist: exporgo[toml]; extra == "all"
Requires-Dist: exporgo[yaml]; extra == "all"
Requires-Dist: exporgo[testing]; extra == "all"
Requires-Dist: exporgo[development]; extra == "all"
Requires-Dist: exporgo[documentation]; extra == "all"

# Exporgo
Exporgo is a minimalist package for automating scientific analysis
