@sanzoghenzo
Latest commit 8a0f028 Jun 2, 2020 History
Dependencies are made optional using setuptools extras_require argument.
Users can now install the package via `pip install memacs[gps,rss]`.
To get all the functionality, use `pip install memacs[all]`
Scripts now have a main function that functions as console entry point;
they're now specified as entry_points "console_scripts" with any optional dependency.
During the dependencies analysis, imports were optimized using pycharm.
3 contributors

Users who have contributed to this file

Loading
@novoid @DerBeutlin @sanzoghenzo