Metadata-Version: 2.4
Name: compass_lib
Version: 0.0.6
Summary: Compass Parser Library.
Keywords: cave,survey,karst
Author-email: Jonathan Dekhtiar <jonathan@dekhtiar.com>
Maintainer-email: Jonathan Dekhtiar <jonathan@dekhtiar.com>
Requires-Python: >=3.11
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: geojson>=3.2,<4
Requires-Dist: numpy>=1.26,<3
Requires-Dist: scipy>=1.12,<2
Requires-Dist: orjson>=3.10,<3.12
Requires-Dist: pydantic>=2.12,<2.13
Requires-Dist: pydantic-extra-types>=2.11,<3.0
Requires-Dist: pyIGRF14==1.0.4
Requires-Dist: pyproj>=3.7.1,<3.8
Requires-Dist: shapely>=2.0,<3
Requires-Dist: utm>=0.8.1,<0.9
Requires-Dist: cryptography>=44.0.0,<47.0.0 ; extra == "test"
Requires-Dist: python-dotenv>=1.0.0,<2.0.0 ; extra == "test"
Requires-Dist: deepdiff>=7.0,<9.0 ; extra == "test"
Requires-Dist: pytest>=8.0.0,<10.0.0 ; extra == "test"
Requires-Dist: pytest-cov>=5.0.0,<8.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: parameterized>=0.9.0,<0.10 ; extra == "test"
Project-URL: Bug Reports, https://github.com/OpenSpeleo/pytool_compass_lib/issues
Project-URL: Homepage, https://pypi.org/project/compass-lib/
Project-URL: Source, https://github.com/OpenSpeleo/pytool_compass_lib
Provides-Extra: test

# Compass Python Lib

## Conversion commands:

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

# Install latest stable version
pip install compass_lib

# run some commands
compass convert --input_file=./tests/artifacts/fulford.dat  --output_file=fulford.json --format=json --overwrite
compass convert --input_file=./tests/artifacts/random.dat  --output_file=random.json --format=json --overwrite
```

