Metadata-Version: 2.1
Name: vemomoto-core-tools
Version: 0.9.0b1
Summary: Tools simplifying iteration, printing, saving, profiling, and documenting
Home-page: https://github.com/vemomoto/vemomoto
Author: Samuel M. Fischer
License: LGPLv3
Project-URL: Bug Tracker, https://github.com/vemomoto/vemomoto/issues
Project-URL: Documentation, https://vemomoto.github.io/vemomoto_core/vemomoto_core.tools
Project-URL: Source Code, https://github.com/vemomoto/vemomoto/tree/master/vemomoto_core/vemomoto_core_tools
Keywords: documentation,print,iterate,save,profile
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dill

# Vector Movement Modelling Tools - Helpful Tools

This package contains miscellaneous helpful tools that were originally developed 
to facilitate the implementation of a vector movement model but may have broader 
use cases. The package contains files to 

 - ease code documentation by enabling enheritance of docstrings
 - implementing indented printing for well-formatted status messages
 - extending iteration tools
 - saving and lading objects
 - profiling code
 - printing and saving status messages at the same time.

The package is licensed under the [LGPL-v3][LGPL]. For documentation please refer to
[the project's documentation page on github][DOC]. Please report any bugs on 
[the project's bug tracker][BUG]. You are welcome to adjust the provided
files to your needs and to improve the code. It is encouraged that you share any 
improvements on [the github page][GIT] if possible.

[LGPL]: https://opensource.org/licenses/lgpl-3.0.html
[DOC]: https://vemomoto.github.io/vemomoto_core
[GIT]: https://github.com/vemomoto/vemomoto/
[BUG]: https://github.com/vemomoto/vemomoto/issues

