Skip to content

Duplicate package name and not compatible with other packages #1

@bedilbek

Description

@bedilbek

Please, try to research on the package names before assigning your own name to the package.
There is already a package 'click' for creating command-line interfaces.

I am using coreapi package which turns out that it tries to import click package:

try:
    import click
    console_style = click.style
except ImportError:
    def console_style(text, **kwargs):
        return text

So your library does not have a style component and python throws an error which is really funny to tell))

And I believe this kind of behavior for a company like Click-LLC is a bit unethical and not professional.

So, my advice, while trying to make a contribution to a large community, try to be more professional and think globally not to create inconviniencies to others!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions