Metadata-Version: 2.4
Name: opensees-copilot
Version: 0.0.1
Summary: Scaffolding & CLI hooks for an upcoming OpenSees agent — placeholder release.
Project-URL: Homepage, https://github.com/mohsen-azimi/opensees-copilot
Project-URL: Issues, https://github.com/mohsen-azimi/opensees-copilot/issues
Author: Mohsen Azimi
License: 
        Copyright (c) 2025 Mohsen Azimi
        
        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.
License-File: LICENSE
Keywords: OpenSees,OpenSeesPy,agents,copilot,structural-engineering
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# opensees-copilot

> Minimal placeholder to reserve the package name while the full OpenSees Copilot is in development.

This package currently provides a tiny CLI, `opsc`, which prints the version and a roadmap link.

## Install

```bash
pip install opensees-copilot
```

## CLI

```bash
opsc
```

## Notes

- This is a legitimate placeholder (not name squatting): it includes a README, license, simple CLI, and versioning.
- Future releases will add APIs and real functionality around OpenSees/OpenSeesPy workflows.

## License

MIT