Metadata-Version: 2.4
Name: neuropose
Version: 0.1.0.dev0
Summary: 3D human pose estimation pipeline for clinical movement research, built on MeTRAbs.
Project-URL: Homepage, https://git.levineuwirth.org/neuwirth/neuropose
Project-URL: Repository, https://git.levineuwirth.org/neuwirth/neuropose
Project-URL: Issues, https://git.levineuwirth.org/neuwirth/neuropose/issues
Project-URL: Changelog, https://git.levineuwirth.org/neuwirth/neuropose/src/branch/main/CHANGELOG.md
Author-email: Liqi Shu <liqi_shu@brown.edu>, Levi Neuwirth <ln@levineuwirth.org>, David Man <david_man@brown.edu>, Praneeth Tummala <praneeth_tummala@brown.edu>
Maintainer-email: Levi Neuwirth <ln@levineuwirth.org>
License: MIT License
        
        Copyright (c) 2026 The NeuroPose Authors
        
        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.
        
        ---
        
        This software builds on MeTRAbs (Copyright (c) 2020 István Sárándi),
        also distributed under the MIT License. See AUTHORS.md for full attribution.
License-File: AUTHORS.md
License-File: LICENSE
Keywords: biomechanics,clinical-research,metrabs,motion-capture,pose-estimation
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Typing :: Typed
Requires-Python: <3.12,>=3.11
Requires-Dist: matplotlib>=3.8
Requires-Dist: numpy>=1.26
Requires-Dist: opencv-python-headless>=4.9
Requires-Dist: psutil>=5.9
Requires-Dist: pydantic-settings>=2.2
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6.0
Requires-Dist: tensorflow-hub>=0.16
Requires-Dist: tensorflow<2.19,>=2.16
Requires-Dist: typer>=0.12
Provides-Extra: analysis
Requires-Dist: fastdtw>=0.3.4; extra == 'analysis'
Requires-Dist: scikit-learn>=1.4; extra == 'analysis'
Requires-Dist: scipy>=1.12; extra == 'analysis'
Requires-Dist: sktime>=0.28; extra == 'analysis'
Provides-Extra: metal
Requires-Dist: tensorflow-metal<2,>=1.2; (sys_platform == 'darwin' and platform_machine == 'arm64') and extra == 'metal'
Description-Content-Type: text/markdown

# NeuroPose

3D human pose estimation pipeline for clinical movement research,
built on [MeTRAbs](https://github.com/isarandi/metrabs).

**Status:** pre-release. This is the reserved PyPI name for the
upcoming 0.1.0 release. The first public release is in preparation —
it will land with an accompanying engineering paper (JOSS submission).

- **Source:** <https://git.levineuwirth.org/neuwirth/neuropose>
- **License:** MIT
- **Authors:** Liqi Shu, Levi Neuwirth, David Man, Praneeth Tummala
  (Brown University, Shu Lab)

Until 0.1.0 ships, `pip install neuropose` will resolve to nothing
useful; wait for the release announcement at the source URL above.
