Skip to content

Releases: not-na/fritzctl

fritzctl Release v1.0.0a3

22 Jul 22:45
Compare
Choose a tag to compare

fritzctl Release v1.0.0a3

You can find the documentation here on ReadTheDocs.

It is recommended to install new Releases via pip, use pip install fritzctl to install the latest version.
You may alternatively use pip install fritzctl==1.0.0a3 to install this specific version or pip install --upgrade fritzctl to upgrade from an earlier version. You can find the Installation Guide for pip here.

If you do not have access to pip, you can simply download and extract the .tar.gz file attached to this Release and then run python setup.py install from inside the directory you unzipped to.

If you find any bugs in this release, please report them to the Bugtracker so that I can fix them as fast as possible. This also applies if you find a bug that you fix yourself.

Changelog:

  • Fixed #1 by merging #2 (credit to @tobyp)
  • Corrected statements about Python 3 support

Note that fritzctl may contain bugs, if this is the case, do not hesitate to report them at the Bugtracker.

fritzctl Release v1.0.0a2

15 Jul 13:44
Compare
Choose a tag to compare

fritzctl Release v1.0.0a2

This is the first Release of fritzctl.

You can find the documentation here on ReadTheDocs.

It is recommended to install new Releases via pip, use pip install fritzctl to install the latest version.
You may alternatively use pip install fritzctl==1.0.0a2 to install this specific version or pip install --upgrade fritzctl to upgrade from an earlier version. You can find the Installation Guide for pip here.

If you do not have access to pip, you can simply download and extract the .tar.gz file attached to this Release and then run python setup.py install from inside the directory you unzipped to.

If you find any bugs in this Release, please report them to the Bugtracker so that I can fix them as fast as possible. This also applies if you find a bug that you fix yourself.

Changelog:

  • Added Session class with Authentication support
  • Added dynamic API system that should be completely future-proof
  • Added Object-Oriented Wrapper classes for some of the Dynamic API classes
  • Added Sphinx+ReadTheDocs documentation
  • Added Getting Started Guide and Contributing Guide
  • Added full API docs for every method, class and constant using autodoc

Note that this is the very first Release of fritzctl and may contain Bugs, if this is the case, do not hesitate to report them at the Bugtracker.