Metadata-Version: 2.1
Name: vemomoto-core
Version: 0.9.0a1
Summary: Packages providing base functionality used by many packages in the vemomoto collection
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
Project-URL: Source Code, https://github.com/vemomoto/vemomoto/tree/master/vemomoto_core
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: vemomoto-core-npcollections
Requires-Dist: vemomoto-core-concurrent
Requires-Dist: vemomoto-core-tools

# Vector Movement Modelling Tools - Necessary Tools

This meta-package contains several packages originally developed to facilitate the
implementation of a model for vector movement in large-scale systems. The
provided functionality may be useful in other instances as well, though.

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

