devopshq / devopshq/confluence
Rename package to dohq_confluence
Open
Task
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
PyCharm can add missing imported package to `setup.py` or `requirements.txt` file automaticly .
If package name is `dohq-confluence` in pypi, but `from confluence import Confuence`, PyCharm can't do it.
Name `confluence` also used in other **confluence-python** package:
1. https://pypi.python.org/pypi/Confluence-py/1.0.1
2. https://pypi.python.org/pypi/confluence
So, we need rename package to **dohq_confluence**
DoD:
User can `from dohq_confluence import Confuence`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.