Metadata-Version: 2.4
Name: snekuity
Version: 0.1.1
Summary: Pythonic API for GnuCash
Project-URL: documentation, https://snekuity.readthedocs.io/en/stable/
Project-URL: source, https://github.com/claui/snekuity
Author-email: Claudia Pellegrino <clau@tiqua.de>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: pyxdg
Description-Content-Type: text/markdown

# snekuity

snekuity (pronounced like “equity”) is a Pythonic API for interacting
with GnuCash.

## Installation

### Installing from PyPI

To install snekuity from PyPI, open a shell and run:

```shell
pip install snekuity
```

If that doesn’t work, try:

```shell
python3 -m pip install snekuity
```

## Usage

See
[`USAGE.md`](https://github.com/claui/snekuity/blob/main/USAGE.md)
or `man snekuity` for details.

## Contributing to snekuity

See [`CONTRIBUTING.md`](https://github.com/claui/snekuity/blob/main/CONTRIBUTING.md).

## License

Copyright (c) 2025 Claudia Pellegrino

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
For a copy of the License, see [LICENSE](https://raw.githubusercontent.com/claui/snekuity/refs/heads/main/LICENSE).
