Commit Graph

32 Commits

Author SHA1 Message Date
4132155ab8 Move python file in src folder (#77)
Preparation of migration to cookiecutter-hypermodern-python template
2020-10-20 00:31:59 +02:00
212f029478 Migrate to Python 3.6+ (#70)
* Migrate to Python 3.6+

Drop support of Python < 3.6
- remove six + future deps + usage
- update deps
- remove encoding
- remove (object)

* Fix pylint

- pip3 super() style
- remove simplejson dep + usage

* Black format

* lint setup

* Travix CI py version

* Use f string

* Basic Typing

* Revert setup version bump
2020-10-15 00:48:35 +02:00
a274a44f81 Release 0.9.0 2020-09-08 13:37:15 +02:00
dc3e7bd4df Release 0.8.2 2020-06-03 18:43:59 +02:00
1286f4aaa2 Release 0.8.1 2020-05-15 00:36:29 +02:00
674dfb3c94 Release 0.8.0 2020-05-02 16:02:27 +02:00
8c8997e2a2 Release 0.7.4 2020-05-02 00:22:58 +02:00
d93efc1d3e Release 0.7.3 2020-04-29 12:28:48 +02:00
5aefe18413 Release 0.7.2 2020-04-28 23:04:45 +02:00
4d9897a4ca Release 0.7.1 2020-04-26 19:14:03 +02:00
e00df962c4 Release 0.7.0 2020-04-22 14:05:26 +02:00
6f770825df Release 0.6.0 2020-04-16 22:07:09 +02:00
57d1a733c8 Setup update (#25) 2020-04-02 20:00:47 +02:00
697cef02a2 Release 0.5.0 2020-03-31 23:23:13 +02:00
b09d7531bd Fix : build with multiple packages 2020-03-31 23:22:42 +02:00
aa9bba8814 Add tests + some fixes (#23)
* Add tests + some fixes

Fixes:
- [utilization] cpu_total_load returns `None` if one load is 0
- [storage] volume_disk_temp_avg + volume_disk_temp_max were global, not volume related

Add:
- [storage] env
- [storage] storage_pools

Changes:
- api.password is now private
- api.storage_url is now private
- use API_KEY on each of APIs/services

* Fix encoding

* Use future division

* Add test_disk + test_volume to check error handling cases
2020-03-30 23:07:54 +02:00
2fc1977874 Simplify setup read file + update to ProtoThis (#20) 2020-03-29 12:28:01 +02:00
bb5c3f02c5 Use pylint instead of flake8 (#18) 2020-03-29 12:24:42 +02:00
2827c6f046 Back is black (#17)
* Format with black
2020-03-26 00:37:28 +01:00
adc62de793 Add PyPi badges + Add long_description, python_requires, license, & classifiers to setup (#15)
+ format setup to use 4 spaces indent
2020-03-25 20:34:15 +01:00
8cda077a64 Updated Readme
Updated Setup
Prepared for PyPi release
2020-01-20 14:51:20 -05:00
a5446a052f Update setup.py 2018-07-02 22:03:51 +02:00
f415f22768 Fixed incorrect merge 2016-10-27 18:07:12 +00:00
7ebcd5108a Forced modified file
Merge branch 'master' of https://github.com/StaticCube/python-synology

Conflicts:
	setup.py
2016-10-27 18:05:32 +00:00
9fdd55382b Fixed getting / setting functions and improved get requests 2016-10-27 18:03:39 +00:00
44c25011ca Fixed setup.py 2016-10-24 19:07:49 +00:00
2c0f31e189 Fixed setup.py 2016-10-24 18:59:27 +00:00
a04e47ffcf Added update mechanism 2016-10-23 20:07:29 +00:00
23a2da7adb Fixed setup directory naming 2016-10-14 20:18:26 +00:00
56050dd903 Fixed setup.py 2016-10-14 20:16:18 +00:00
e01b563b67 Preparing for Tagging 2016-10-14 20:09:15 +00:00
5a2f6a16ab Setup basic project structure 2016-10-12 18:44:34 +00:00