compass-lib


Namecompass-lib JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
Summary"A library to read Compass Survey files"
upload_time2025-10-08 03:43:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords cave survey karst
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Compass 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 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
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "compass-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Jonathan Dekhtiar <jonathan@dekhtiar.com>",
    "keywords": "cave, survey, karst",
    "author": null,
    "author_email": "Jonathan Dekhtiar <jonathan@dekhtiar.com>",
    "download_url": null,
    "platform": null,
    "description": "# Compass Python Lib\n\nShort instructions\n\n```bash\npython demo.py\n```\n\n--------------------\n\n## Conversion commands:\n\n```bash\n# Install in dev mod\npip install -e \".[dev,test]\"\n\n# Install latest stable version\npip install compass_lib\n\n# run some commands\ncompass convert --input_file=./tests/artifacts/fulford.dat  --output_file=fulford.json --format=json --overwrite\ncompass convert --input_file=./tests/artifacts/random.dat  --output_file=random.json --format=json --overwrite\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\"A library to read Compass Survey files\"",
    "version": "0.0.2",
    "project_urls": {
        "Bug Reports": "https://github.com/OpenSpeleo/pytool_compass_lib/issues",
        "Homepage": "https://pypi.org/project/compass-lib/",
        "Source": "https://github.com/OpenSpeleo/pytool_compass_lib"
    },
    "split_keywords": [
        "cave",
        " survey",
        " karst"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d67d693b663a0c861758ef0831c17799c19d0eaa8cf99fab41cd060ee8d22cce",
                "md5": "87c8063899a3b8f13cc18c2aed2c3327",
                "sha256": "5db0ac8d446d7752e62c0ce8265b7fefa8f969437552cfcaff4f9c9c25140812"
            },
            "downloads": -1,
            "filename": "compass_lib-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87c8063899a3b8f13cc18c2aed2c3327",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 17540,
            "upload_time": "2025-10-08T03:43:04",
            "upload_time_iso_8601": "2025-10-08T03:43:04.577443Z",
            "url": "https://files.pythonhosted.org/packages/d6/7d/693b663a0c861758ef0831c17799c19d0eaa8cf99fab41cd060ee8d22cce/compass_lib-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 03:43:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenSpeleo",
    "github_project": "pytool_compass_lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "compass-lib"
}
        
Elapsed time: 1.71774s