analytics-python: Package name should NOT be "analytics", rename to segment/segmentio
The top-level package name really should be something unique, like segmentio or something. If you have another package or module loaded in your Python load path named analytics, a very common word, there is a name-space collision and it’s possible (or very difficult) to resolve in Python
# import analytics
import segmentio
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Reactions: 12
- Comments: 29 (17 by maintainers)
I’ll transfer the name across if segment want to keep it updated
On 25 Oct 2016 21:06, “Prateek Srivastava” notifications@github.com wrote: