https://github.com/jeeftor/pyflumetech
https://github.com/jeeftor/pyflumetech
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeeftor/pyflumetech
- Owner: jeeftor
- License: mit
- Created: 2022-09-21T16:16:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T16:18:13.000Z (over 3 years ago)
- Last Synced: 2025-04-06T18:26:56.565Z (about 1 year ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# pyflumetech
[](https://img.shields.io/github/v/release/jeeftor/pyflumetech)
[](https://img.shields.io/github/workflow/status/jeeftor/pyflumetech/merge-to-main)
[](https://codecov.io/gh/jeeftor/pyflumetech)
[](https://img.shields.io/github/commit-activity/m/jeeftor/pyflumetech)
[](https://jeeftor.github.io/pyflumetech/)
[](https://github.com/psf/black)
[](https://pycqa.github.io/isort/)
[](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).