Metadata-Version: 2.4
Name: changelog-api-client
Version: 1.0.1
Summary: API client for Changelog API
License: Apache-2.0
Project-URL: Repository, https://github.com/e1004/changelog-api-client
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: requests==2.*
Requires-Dist: realerikrani-projectclient==1.*
Requires-Dist: realerikrani-baseclient==1.*
Dynamic: license-file

# Changelog-API-Client

Use <https://github.com/e1004/Changelog-API> more easily!

## CLI

After installing, run `changelog -h` to see available commands.

Before creating a changelog, run `cli_project -h` to see available commands to create project.

Set `PROJECT_CLI_CONFIG_PATH` environment variable.
The config file must be in ini-format with url of Changelog API app.

```ini
[DEFAULT]
url = https://changelogapi.eu/app
```

## API Client

Import the client with `from e1004.changelog_api_client import ChangelogClient`

## Direct Dependances

- [requests](https://github.com/psf/requests) Licensed under [Apache License 2.0](./LICENSE)
- [realerikrani-baseclient](https://github.com/realerikrani/baseclient) Licensed under [Apache License 2.0](./LICENSE)
- [realerikrani-projectclient](https://github.com/realerikrani/projectclient) Licensed under [Apache License 2.0](./LICENSE)
