AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
173 stars 68 forks source link

Remove "readdbc" Module from Utilities #157

Closed esloch closed 11 months ago

esloch commented 11 months ago

The "readdbc" module in the "utilities" package in the PySUS project (located at PySUS readdbc.py) has recently been moved to a separate package called "pyreaddbc" (https://github.com/osl-incubator/pyreaddbc).

Proposed Steps for the complete migration:

  1. Remove the "readdbc" module from the PySUS project and add it as a dependency.
  2. Update the README of pyreaddbc to include the credits to AlertaDengue properly.
  3. Notify the community about this change and encourage them to contribute to "pyreaddbc."

By following these steps, we can maintain a cleaner and more focused codebase in the PySUS project while ensuring that the "pyreaddbc" package could help more projects in the open source software community.

If is it ok, we can start to move this forward as soon as possible.

github-actions[bot] commented 11 months ago

:tada: This issue has been resolved in version 0.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: