File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 11# DataFlow
22
33![ 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+
720
821
922library to manipulate data
Original file line number Diff line number Diff line change 1+ [project ]
2+ license = {file = " LICENSE" }
13[tool .poetry ]
24name = " mysiar-data-flow"
3- version = " 0.0.1 "
5+ version = " 0.0.2rc1 "
46readme = " README.md"
57description = " Python data manipulation library"
68authors = [
" Piotr Synowiec <[email protected] >" ]
@@ -13,7 +15,8 @@ classifiers = [
1315 " Programming Language :: Python :: 3.11" ,
1416 " Programming Language :: Python :: 3.12" ,
1517 " Topic :: Software Development :: Libraries" ,
16- " Topic :: Utilities"
18+ " Topic :: Utilities" ,
19+ " License :: OSI Approved :: MIT License" ,
1720]
1821
1922[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments