Skip to content

Commit

Permalink
badges: done
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Oct 18, 2024
1 parent 7b41076 commit 57bb9cd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# DataFlow

![tests](https://github.com/mysiar-org/python-data-flow/actions/workflows/tests.yaml/badge.svg)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)



![PyPI - Version](https://img.shields.io/pypi/v/mysiar-data-flow)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mysiar-data-flow)
![PyPI - License](https://img.shields.io/pypi/l/mysiar-data-flow)
![PyPI - Downloads](https://img.shields.io/pypi/dm/mysiar-data-flow)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/mysiar-data-flow)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/mysiar-data-flow)
![PyPI - Format](https://img.shields.io/pypi/format/mysiar-data-flow)







library to manipulate data
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[project]
license = {file = "LICENSE"}
[tool.poetry]
name = "mysiar-data-flow"
version = "0.0.1"
version = "0.0.2rc1"
readme = "README.md"
description = "Python data manipulation library"
authors = ["Piotr Synowiec <[email protected]>"]
Expand All @@ -13,7 +15,8 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities"
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 57bb9cd

Please sign in to comment.