Don't install a separate tests package, but include tests in source tarball
Rename BitcartCC to Bitcart
Fix PyPI readme
Change license to MIT license
Python 3.11 support
We now support Python 3.8+ only
Properly use event loop
We now support using asyncio.run
without crashes
Python 3.10 support
Better, safer compiler by using RestrictedPython
Now it should not be possible to get access to arbitrary modules via existing python objects available.
For more details see How does BitCCL secure the users
Drop python 3.6 support (we support 3 latest python releases)
License change to LGPLv3+
Python 3.9 support
Fixes for SDK 1.0
Full library reformatting and dependencies upgrade
Version 0.0.4 Integrated HTTP Client and SDK, plugins system and new events.
Add ability to pass custom config, cleanup event listeners on finalization run function now accepts optional parameter config (dict), which should contain necessary config keys for script execution. Otherwise local config is used.
Fixed event dispatching, imports isolation, added tests, fixed PyPi logo
Initial release