Metadata-Version: 2.4
Name: scoopgeo
Version: 0.0.1
Summary: Python client for scoop.geo — geotechnical data platform (placeholder release)
Author-email: "scoop.geo" <hello@scoopgeo.tech>
License: MIT
Project-URL: Homepage, https://scoopgeo.tech
Project-URL: Source, https://github.com/scoopgeo/scoop.geo
Keywords: geotechnical,engineering,cpt,ags,scoopgeo
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# scoopgeo

Python client for [scoop.geo](https://scoopgeo.tech) — geotechnical data platform.

This is a **placeholder release** reserving the `scoopgeo` name on PyPI. The
real client library (read APIs for projects, tests, readings, interpretation,
cross-sections, layers) ships as v0.1 alongside the public-API stabilisation
milestone.

In the meantime, scoop.geo's REST API is documented at
[api.scoopgeo.tech/docs](https://api.scoopgeo.tech/docs).

## Roadmap

- **v0.1** — read-only client for projects, tests, readings, interpretation,
  cross-sections, layers. Cookbook tutorials for PLAXIS 2D, Rocscience RS2,
  Slide2, GeoStudio.
- **v1.0** — write-back support (programmatic project / test creation), async
  API, typed pagination.

## License

MIT
