Releases: ZackeryRSmith/tercontrol
1.0.6
TerControl release 1.0.6
Changelog
- The long awaited WINDOWS SUPPORT | Massive thanks to anic17 who made this support possible!
Please report any bugs, or request any features here
Installation
- install the header file
- place it into your project directory
- include it like so
#include "tercontrol.h"
1.0.5
TerControl release 1.0.5
Changelog
- Switched from Cython -> C code!!
Please report any bugs, or request any features here
Installation
- install the header file
- place it into your project directory
- include it like so
#include "tercontrol.h"
1.0.4
1.0.3
TerControl release 1.0.3
Changelog
- Added support for the TERMINFO database
Please report any bugs, or request any features here
There is still no PYPI repo
I'll create one if this project gets to 10 stars on github. For now please just download the build for your platform (currently only linux), place it in your project directory and import it like:
from tercontrol import *
1.0.2
TerControl release 1.0.2
Changelog
- Added some more functionality to TerControl
Please report any bugs, or request any features here
There is still no PYPI repo
I'll create one if this project gets to 10 stars on github. For now please just download the build for your platform (currently only linux), place it in your project directory and import it like:
from tercontrol import *
1.0.1
TerControl release 1.0.1
Changelog
- Added a linux build (speeds up the code)
Please report any bugs, or request any features here
There is still no PYPI repo
I'll create one if this project gets to 10 stars on github. For now please just download the build for your platform, place it in your project directory and import it like:
from tercontrol import *
1.0.0
TerControl release 1.0.0
Please report any bugs, or request any features here
There is still no PYPI repo
I'll create one if this project gets to 10 stars on github. For now please just download tercontrol.py, place it in your project directory and import it like:
from tercontrol import *