Metadata-Version: 2.4
Name: semantics.py3
Version: 0.1.8
Summary: Semantics namespace for Python3
Project-URL: Homepage, https://github.com/odys-z/antson/semantics.py3
Project-URL: Issues, https://github.com/odys-z/antson/issues
Author-email: Ody Z <odys.zhou@gmail.com>
License: Copyright (c) 2025 Ody Z. All rights reserved.
        
        This work is licensed under the terms of the MIT license.
        For a copy, see <https://opensource.org/licenses/MIT>.
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: requests; extra == 'testing'
Description-Content-Type: text/markdown

# About

Semantics.py3 is a sharing name space for the protocol layer of 
[Semantics-*](), of the Python3 version.

The installed module is

```
    site-packages/semanticshare
```

To import the modules, e.g. in Python source,

```
   from anson.io.odysz.anson import Anson
```

See [anclient.py3 tests](https://github.com/odys-z/Anclient/tree/master/py3/test)
for examples.

# May Be

This name space is supposed to be managed in service node, with
some IDE plugin (in the future, may be sponsored) to submit and 
manage this shared lib, and even install only needed parts.