analytics-python
analytics-python copied to clipboard
The hassle-free way to integrate analytics into any python application.
This python analytics library is pretty weak with regards to handling errors. Two examples: 1 - if the incorrect 'write key' is given to the analytics client, it will still...
Hi there! We are currently using `segment-analytics-python` v2.2.0 from PyPi and received the following error when calling `analytics.track()`: `NameError: name 'string_types' is not defined` I noticed that the `segment/analytics/client.py` has...
- Badges on repo clearly indicating build status of latest commit - The samples are concise/clear to cover all apis - A customer wants to download code and run/build they...
We have a business logic which sends some events. In order to trigger retry logic on errors we catch some errors there e.g. `requests.exceptions.ConnectionError` and `analytics.request.APIError`. When `APIError` raises we...
Latest README instructs importing like `import segment.analytics as analytics` However, the documentation [site](https://segment.com/docs/connections/sources/catalog/libraries/server/python/) still instructs to import like `import analytics` which leads to errors.
Hi Team, Based on my discussion with @pooyaj, we discovered that the value for `originalTimestamp` generates the date time string with microseconds instead of milliseconds. This is leading to malformed...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.8.0 to 3.2.5. Release notes Sourced from pylint's releases. pylint-2.8.1 Add numversion back (temporarily) in __pkginfo__ because it broke Pylama and revert the unnecessary pylint.version breaking change....
Bumps [flake8](https://github.com/pycqa/flake8) from 3.7.9 to 7.1.0. Commits 65a38c4 Release 7.1.0 34c97e0 Merge pull request #1939 from PyCQA/new-pycodestyle defd315 latest pycodestyle 408d4d6 Merge pull request #1930 from mzagol/patch-1 866ad72 Add --extend-exclude...