Metadata-Version: 2.4
Name: machinome
Version: 0.0.1
Summary: Name holder for the solid-node to machinome transition
Author-email: Luis Fagundes <lhfagundes@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/LibreSolid/solid-node
Project-URL: Source, https://github.com/LibreSolid/solid-node
Keywords: cad,mechanical-engineering,solid-node
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# machinome

The `solid-node` Python library is being renamed to `machinome`.

This package is a name holder during that transition. It intentionally does
not yet contain the `solid-node` library or provide a compatibility layer.
Existing users should continue to install and use
[`solid-node`](https://pypi.org/project/solid-node/) until the rename is
announced as complete.

The current source and documentation remain at
[LibreSolid/solid-node](https://github.com/LibreSolid/solid-node).

## Publishing the name holder

Build and validate the distributions from this directory:

```console
python -m build
python -m twine check dist/*
```

Inspect the files in `dist/`, then publish only with the project owner's
explicit approval:

```console
python -m twine upload dist/*
```
