Metadata-Version: 2.3
Name: gfg
Version: 0.1.0
Summary: Geotechnical Figures & Graphics.
Author: Francesco Franco
Author-email: Francesco Franco <ffrancoa97@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown

<h1 align="center">
  <a href="https://github.com/ferrosoft/gfg">
    <img src="https://raw.githubusercontent.com/ferrosoft/gfg/refs/heads/main/assets/gfg_banner.png" alt="conic logo" width="80%">
  </a>
</h1>

##  A Python library for geotechnical scientific graphics

**GFG** (stylized in all lowercase) is a Python library designed for geotechnical engineers to create high-quality static scientific plots with minimal configuration, eliminating the need for extensive customization of [Matplotlib](https://github.com/matplotlib/matplotlib).


## Setup

Install the latest **`gfg`** version with:

```sh
pip install gfg
```

If you use `uv` (recommended) you can add **`gfg`** to your environment by using:

```sh
uv add gfg
```

## Credits

* **`gfg`** author and maintainer: Francesco A. Franco ([@ffrancoa]).

* Font used in logo: [Lexend]. Open Font License.

[@ffrancoa]: https://github.com/ffrancoa
[Lexend]: https://www.lexend.com/

## License

GFG is released under the [Apache License, Version 2.0].

[Apache License, Version 2.0]: https://opensource.org/license/apache-2.0

---
