Git Product home page Git Product logo

Comments (6)

matthewdeanmartin avatar matthewdeanmartin commented on July 2, 2024 2

All I can think of is leaving the old docopt-ng as is and publishing going forward with a new package name and new module name, e.g. pip install docopt2 and import docoptng. Without something like .net's 4 part assembly names or other name clash strategies, this is a problem bigger than doctopt(-ng). I don't know which option is better, they are all bad options.

from docopt-ng.

NickCrews avatar NickCrews commented on July 2, 2024 1

See the discussion I started on discuss.python.org. I emailed the listed docopt maintainer for transferring the name of docopt on PyPI.

from docopt-ng.

graingert avatar graingert commented on July 2, 2024 1

You should do a pep 541 name request

from docopt-ng.

matthewdeanmartin avatar matthewdeanmartin commented on July 2, 2024

I have a stackoverflow question going on to see if there is a solution for this outside of changing module names.

from docopt-ng.

NickCrews avatar NickCrews commented on July 2, 2024

Thanks for this issue @matthewdeanmartin.

I feel like in hindsight, it would have been nice if the original forker had named the package (package meaning what you use with import docopt) to something new and unique, even docopt2. Now though, we might be a bit stuck with their choices. I'm open to working on fixing this, but I'm not exactly sure what the implications of renaming the package are. Anyone know any other moderately popular packages that have changed their package name? How they did it?

Renaming the distribution (eg what you use with pip install docopt-ng) is easier to do and is backwards compatible, per https://github.com/simonw/pypi-rename, but that is less important that than the package name, which actually blocks certain installs.

from docopt-ng.

NickCrews avatar NickCrews commented on July 2, 2024

See #48 for more info on PEP 541 name request.

from docopt-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.