Metadata-Version: 2.4
Name: seriesManagementSystem
Version: 1.3.1
Summary: Manages and Creates Execises
Author-email: Andreas Ruppen <andreas.ruppen@gmail.com>
Project-URL: Changelog, https://github.com/digsim/seriesManagementSystem/blob/main/CHANGES.rst
Project-URL: Source, https://github.com/digsim/seriesManagementSystem
Project-URL: Tracker, https://github.com/digsim/seriesManagementSystem/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: colorama==0.4.6
Requires-Dist: PyYAML==6.0.3
Requires-Dist: setuptools
Provides-Extra: docs
Requires-Dist: Sphinx>=8.1.3; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: test
Requires-Dist: build; extra == "test"
Requires-Dist: check-manifest>=0.50; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: build; extra == "test"
Requires-Dist: twine; extra == "test"
Requires-Dist: coverage; extra == "test"
Dynamic: license-file

==========================================================
SeriesManagementSystem
==========================================================

The `sms`_  - SeriesManagmentSystem - Is a tool to manage and distributes exercises to students. The exercises
are prepared indiviually, each with its own resources (like source code) and its solution. From there it is possible
to creates series by combining different exercises together on the fly. Such Series can then be compiled to PDF files (plus additional resources which get zipped)


----

    :Homepage: https://github.com/digsim/seriesManagementSystem
    :Code: https://github.com/digsim/seriesManagementSystem
    :Mailing list: https://github.com/digsim/seriesManagementSystem
    :Dependencies: `pytvdbapi`_ `colorama`_ `sqlalchemy`_ `sqlalchemy-utils`_ `six`_ `mysqlclient`_  `progressbar2`_ and `setuptools`_
    :Compatible with:  2.7 and 3.3+
    :License: `APACHE`_

----


.. image:: https://travis-ci.org/digsim/seriesManagementSystem.svg?branch=master
    :target: https://travis-ci.org/digsim/seriesManagementSystem


Roadmap
=======

- 2.0: Progress bar,
- 2.1: More fancy stuff,


.. _`pytvdbapi`: http://pypi.python.org/pypi/pytvdbapi
.. _`sms`: https://github.com/digsim/seriesManagementSystem
.. _`colorama`: https://pypi.python.org/pypi/colorama
.. _`sqlalchemy`: https://pypi.python.org/pypi/SQLAlchemy
.. _`sqlalchemy-utils`: http://pypi.python.org/pypi/sqlalchemy-utils
.. _`mysqlclient`: http://pypi.python.org/pypi/sqlalchemy-utils
.. _`progressbar2`: http://pypi.python.org/pypi/sqlalchemy-utils
.. _`six`: http://pythonhosted.org/six/
.. _`setuptools`: http://pypi.python.org/pypi/setuptools
.. _`APACHE`: http://www.apache.org/licenses/LICENSE-2.0.txt


Test Coverage Report
====================

Output from coverage test::

    py35 runtests: commands[1] | coverage report
    Name                                                Stmts   Miss  Cover
    -----------------------------------------------------------------------
    src/seriesmgmtsystem/__init__.py                        2      0   100%
    src/seriesmgmtsystem/main/__init__.py                   5      5     0%
    src/seriesmgmtsystem/main/main.py                      77     77     0%
    src/seriesmgmtsystem/main/mainImpl.py                  98     98     0%
    src/seriesmgmtsystem/sms/__init__.py                    0      0   100%
    src/seriesmgmtsystem/sms/serieManagementSystem.py     298    221    26%
    src/seriesmgmtsystem/utils/LaTeX.py                    98     86    12%
    src/seriesmgmtsystem/utils/Utils.py                   154    135    12%
    src/seriesmgmtsystem/utils/ZipUtils.py                 55     45    18%
    src/seriesmgmtsystem/utils/__init__.py                  0      0   100%
    -----------------------------------------------------------------------
    TOTAL                                                 787    667    15%
