File tree Expand file tree Collapse file tree 4 files changed +32
-6
lines changed Expand file tree Collapse file tree 4 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 12
12
* tox
13
13
* egg-info
14
14
.projectile
15
- build
15
+ build
16
+ dist
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 0.2 .0
3
+ ## 0.5 .0
4
4
5
5
- first release
Original file line number Diff line number Diff line change @@ -12,3 +12,11 @@ Matplotlib extension to Nxscli.
12
12
## Features Planned
13
13
14
14
* Stream metadata as X-axis
15
+
16
+ ## Instalation
17
+
18
+ Nxscli-mpl can be installed by running ` pip install nxscli-mpl ` .
19
+
20
+ To install latest development version, use:
21
+
22
+ ` pip install git+https://github.com/railab/nxscli-mpl.git `
Original file line number Diff line number Diff line change @@ -4,17 +4,34 @@ build-backend = 'setuptools.build_meta'
4
4
5
5
[project ]
6
6
name = " nxscli-mpl"
7
- version = " 0.0.1 "
7
+ version = " 0.5.0 "
8
8
authors = [{name = " raiden00" , email = " raiden00@railab.me" }]
9
9
description = " Nxscli Matplotlib extension"
10
- license = {file = " LICENSE" }
10
+ license = {text = " Apache-2.0" }
11
+ readme = " README.md"
11
12
requires-python = " >=3.10"
12
- classifiers = [" License :: OSI Approved :: Apache Software License" ]
13
13
dependencies = [
14
- " nxscli @ git+https://github.com/railab/nxscli.git " ,
14
+ " nxscli>=0.5.0 " ,
15
15
" matplotlib>=3.6" ,
16
16
" click>=8.1"
17
17
]
18
+ classifiers = [
19
+ " Development Status :: 4 - Beta" ,
20
+ " Intended Audience :: Developers" ,
21
+ " License :: OSI Approved :: Apache Software License" ,
22
+ " Programming Language :: Python :: 3.10" ,
23
+ " Programming Language :: Python :: 3.11" ,
24
+ " Topic :: Software Development :: Embedded Systems" ,
25
+ " Operating System :: OS Independent" ,
26
+ ]
27
+ keywords = [
28
+ " nuttx" ,
29
+ " nxscli" ,
30
+ ]
31
+
32
+ [project .urls ]
33
+ Changelog = " https://github.com/railab/nxscli-mpl/blob/master/CHANGES.md"
34
+ Homepage = " https://github.com/railab/nxscli-mpl"
18
35
19
36
[project .entry-points ."nxscli .extensions" ]
20
37
plugins = " nxscli_mpl.ext_plugins"
You can’t perform that action at this time.
0 commit comments