champsproject / ldds

Python package for computing and visualizing Lagrangian Descriptors in Dynamical Systems
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Port code to CHAMPS organization #34

Closed broncio123 closed 3 years ago

broncio123 commented 3 years ago

Before importing the repo.

Question: @Shibabrat @VikJGG @vkrajnak

After importing the repo to the CHAMPS organization, does the name of the repo matters for future deployment of the package via PIP? (I would love to see people doing: pip install pylds!)

But, in a PIP search, there already are packages with names such as pylds, pyld, ldpy, for instance.

So, do we have to go for a new name?

Shibabrat commented 3 years ago

Yes, let's avoid confusion with existing names. We can rename the library as lagdes, lagrangiandes, or other variations. Also, we might need to incorporate codes in C or Julia or Fortran in the future so let's avoid using py in the name.

broncio123 commented 3 years ago

pip install ldds!

broncio123 commented 3 years ago

Done! @Shibabrat @VikJGG @vkrajnak @stephenwiggins closing issue.