Skip to content

Releases: Proxymiity/pxyTools-python

v1.1.9 - More JSON dump safety

25 Aug 17:23
f9ee603

Choose a tag to compare

Changelog

+ Added a test_json parameter to JSONDict and JSONList to test before saving
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools[all,pdf], if you dare.

v1.1.8 - dataIO2 Graceful Reloading

20 Jun 18:39

Choose a tag to compare

Changelog

+ Added .graceful_reload to JSONDict and JSONList that edit the current object rather than initializing another object ontop of the current obj.
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools[all,pdf], if you dare.

v1.1.7 - Optional dependencies

16 Jun 20:50

Choose a tag to compare

Changelog

+ Made project usable without Pillow/img2pdf if make_pdf isn't needed
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools[all,pdf], if you dare.

v1.1.6 (1.0.6) - dataIO2

01 May 20:27

Choose a tag to compare

⚠️ Version mismatch, tag is 1.0.6 but setup is 1.1.6

Changelog

+ Added a dataIO module with JSON dictionaries and JSON lists. Use it with JSONDict("path/to/file.json"), save it with JSONDict.save()
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools, if you dare.

v1.1.5 (1.0.5) - TimeRepeater

05 Mar 18:05

Choose a tag to compare

⚠️ Version mismatch, tag is 1.0.5 but setup is 1.1.5

Changelog

+ Added a time repeater, works the same way as the time scheduler except it.. repeats itself over and over.
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools, if you dare.

v1.1.3 (hotfix)

09 Jan 03:21

Choose a tag to compare

Changelog

+ Hotfixed HTTP2SQL
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools, if you dare.

v1.1.2

09 Jan 03:07

Choose a tag to compare

Changelog

+ Added `.multi(data)` to the HTTP2SQL module
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools, if you dare.

v1.1.1

03 Jan 04:15

Choose a tag to compare

Changelog

+ Added an interface to HTTP2SQL, another project.
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools, if you dare.

v1.0.0 - Base release

13 Nov 16:51

Choose a tag to compare

Changelog

+ Added dataIO
+ Added schedulers
+ Added caches
+ Added make_pdf
- Removed Herobrine

Installation

Install using pip install --upgrade pxyTools, if you dare.