Skip to content

Releases: Proxymiity/pxyTools-python

v1.1.9 - More JSON dump safety

Choose a tag to compare

@Proxymiity Proxymiity released this 25 Aug 17:23
f9ee603

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

Choose a tag to compare

@Proxymiity Proxymiity released this 20 Jun 18:39

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

Choose a tag to compare

@Proxymiity Proxymiity released this 16 Jun 20:50

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

Choose a tag to compare

@Proxymiity Proxymiity released this 01 May 20:27

⚠️ 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

Choose a tag to compare

@Proxymiity Proxymiity released this 05 Mar 18:05

⚠️ 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)

Choose a tag to compare

@Proxymiity Proxymiity released this 09 Jan 03:21

Changelog

+ Hotfixed HTTP2SQL
- Removed Herobrine

Installation

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

v1.1.2

Choose a tag to compare

@Proxymiity Proxymiity released this 09 Jan 03:07

Changelog

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

Installation

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

v1.1.1

Choose a tag to compare

@Proxymiity Proxymiity released this 03 Jan 04:15

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

Choose a tag to compare

@Proxymiity Proxymiity released this 13 Nov 16:51

Changelog

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

Installation

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