File tree 2 files changed +21
-5
lines changed
2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
# DataFlow
2
2
3
3
![ tests] ( https://github.com/mysiar-org/python-data-flow/actions/workflows/tests.yaml/badge.svg )
4
- [ ![ Python 3.10] ( https://img.shields.io/badge/python-3.10-blue.svg )] ( https://www.python.org/downloads/release/python-3100/ )
5
- [ ![ Python 3.11] ( https://img.shields.io/badge/python-3.11-blue.svg )] ( https://www.python.org/downloads/release/python-3110/ )
6
- [ ![ Python 3.12] ( https://img.shields.io/badge/python-3.12-blue.svg )] ( https://www.python.org/downloads/release/python-3120/ )
4
+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( LICENSE )
5
+
6
+
7
+
8
+ ![ PyPI - Version] ( https://img.shields.io/pypi/v/mysiar-data-flow )
9
+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/mysiar-data-flow )
10
+ ![ PyPI - License] ( https://img.shields.io/pypi/l/mysiar-data-flow )
11
+ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/mysiar-data-flow )
12
+ ![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/mysiar-data-flow )
13
+ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/mysiar-data-flow )
14
+ ![ PyPI - Format] ( https://img.shields.io/pypi/format/mysiar-data-flow )
15
+
16
+
17
+
18
+
19
+
7
20
8
21
9
22
library to manipulate data
Original file line number Diff line number Diff line change
1
+ [project ]
2
+ license = {file = " LICENSE" }
1
3
[tool .poetry ]
2
4
name = " mysiar-data-flow"
3
- version = " 0.0.1 "
5
+ version = " 0.0.2rc1 "
4
6
readme = " README.md"
5
7
description = " Python data manipulation library"
6
8
authors = [
" Piotr Synowiec <[email protected] >" ]
@@ -13,7 +15,8 @@ classifiers = [
13
15
" Programming Language :: Python :: 3.11" ,
14
16
" Programming Language :: Python :: 3.12" ,
15
17
" Topic :: Software Development :: Libraries" ,
16
- " Topic :: Utilities"
18
+ " Topic :: Utilities" ,
19
+ " License :: OSI Approved :: MIT License" ,
17
20
]
18
21
19
22
[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments