An open API service indexing awesome lists of open source software.

https://github.com/jeeftor/pyflumetech


https://github.com/jeeftor/pyflumetech

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# pyflumetech

[![Release](https://img.shields.io/github/v/release/jeeftor/pyflumetech)](https://img.shields.io/github/v/release/jeeftor/pyflumetech)
[![Build status](https://img.shields.io/github/workflow/status/jeeftor/pyflumetech/merge-to-main)](https://img.shields.io/github/workflow/status/jeeftor/pyflumetech/merge-to-main)
[![codecov](https://codecov.io/gh/jeeftor/pyflumetech/branch/main/graph/badge.svg)](https://codecov.io/gh/jeeftor/pyflumetech)
[![Commit activity](https://img.shields.io/github/commit-activity/m/jeeftor/pyflumetech)](https://img.shields.io/github/commit-activity/m/jeeftor/pyflumetech)
[![Docs](https://img.shields.io/badge/docs-gh--pages-blue)](https://jeeftor.github.io/pyflumetech/)
[![Code style with black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports with isort](https://img.shields.io/badge/%20imports-isort-%231674b1)](https://pycqa.github.io/isort/)
[![License](https://img.shields.io/github/license/jeeftor/pyflumetech)](https://img.shields.io/github/license/jeeftor/pyflumetech)

API For Flume

- **Github repository**:
- **Documentation**

## Releasing a new version

- Create an API Token on [Pypi](https://pypi.org/).
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting
[this page](https://github.com/jeeftor/pyflumetech/settings/secrets/actions/new).
- Create a [new release](https://github.com/jeeftor/pyflumetech/releases/new) on Github.
Create a new tag in the form ``*.*.*``.

For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/releasing.html).

---

Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).