Metadata-Version: 2.4
Name: mnemo_lib
Version: 0.0.7
Summary: A library to read MNemo Survey Tool Memory files
Keywords: cave,survey,karst
Author-email: Jonathan Dekhtiar <jonathan@dekhtiar.com>
Maintainer-email: Jonathan Dekhtiar <jonathan@dekhtiar.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
License-File: LICENSE
Requires-Dist: orjson>=3.10,<3.12
Requires-Dist: pydantic>=2.12,<2.13
Requires-Dist: jsondiff>=2.2,<2.3 ; extra == "test"
Requires-Dist: pytest>=8.0.0,<9.0.0 ; extra == "test"
Requires-Dist: pytest-cov>=5.0.0,<8.0.0 ; extra == "test"
Requires-Dist: pytest-dotenv>=0.5.0,<1.0.0 ; extra == "test"
Requires-Dist: pytest-env>=1.1.3,<2.0.0 ; extra == "test"
Requires-Dist: pytest-runner>=6.0.0,<7.0.0 ; extra == "test"
Requires-Dist: pytest-ordering>=0.6,<1.0.0 ; extra == "test"
Requires-Dist: pytest-xdist>=3.6.0,<3.9.0 ; extra == "test"
Requires-Dist: parameterized>=0.9.0,<0.10 ; extra == "test"
Project-URL: Bug Reports, https://github.com/OpenSpeleo/pytool_mnemo_lib/issues
Project-URL: Homepage, https://pypi.org/project/mnemo-lib/
Project-URL: Source, https://github.com/OpenSpeleo/pytool_mnemo_lib
Provides-Extra: test

# Mnemo Python Lib

Short instructions

```bash
python demo.py
```

--------------------

## Conversion commands:

```bash
# Install in dev mod
pip install -e ".[dev,test]"

# Install latest stable version
pip install mnemo_lib

# run some commands
mnemo convert --input_file=./tests/artifacts/test_v2.dmp  --output_file=demo_v2.json --format=json --overwrite
mnemo convert --input_file=./tests/artifacts/test_v5.dmp  --output_file=demo_v5.json --format=json --overwrite
```

