Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the library in caravanbashi #27

Open
SimeonEhrig opened this issue Aug 2, 2023 · 2 comments
Open

Rename the library in caravanbashi #27

SimeonEhrig opened this issue Aug 2, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@SimeonEhrig
Copy link
Member

SimeonEhrig commented Aug 2, 2023

The current name is complicated to remember and not fancy 😉

@j-stephan suggest caravanbashi, which is a leader of a caravan, see here. The name sounds fancy and we can it short it to bashi, which provides also the opportunity to do bad bash jokes 😄

Let's determine the effort to rename the package in the pypi registry.

@SimeonEhrig SimeonEhrig added the enhancement New feature or request label Aug 2, 2023
@j-stephan
Copy link
Member

bashi sounds like a nice and concise name :-)

@SimeonEhrig SimeonEhrig added this to the Version 2.0 milestone Jan 16, 2024
@SimeonEhrig
Copy link
Member Author

I checked, if it is possible to rename a project on pypi.org. The answer is no. The generic solution is to rename the project is:

  1. Write to the readme, that the project has a new name.
  2. Do a final release.
  3. Rename the project in source code
  4. Add the project with the old name as dependency
  5. Register it with the new name

Because of issue #35 I would have to release version 2.0.0. I also thought also about some other API breaking improvements. I already wrote an prototype in PR #44. Therefore I need to touch nearly the whole code. An additional problem is, that sometimes not all valid pairs are generated. To verify, that the generator works correctly, I need to add a check if all valid pairs are generated. With increasing number of filter rules, the test needs to be modified, that it tests only valid pairs.

In sum, there is a lot of breaking stuff to do. So I decided to create a new repository with the name caravanbashi, copy the functionality from the repository piece by piece to the new repository with continuous testing and register and release it as new python package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants