![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@relewise/client
Advanced tools
Relewise is a next generation personalization SaaS-platform, which offers functionality within product- and content recommendations and personalized search. This official SDK helps you interact with our API.
Install via NPM or you preferred package manager:
npm install @relewise/client
Start by bootstrapping the client:
const tracker = new Tracker(RELEWISE_DATASET_ID, RELEWISE_API_KEY);
Replace the RELEWISE_DATASET_ID
and RELEWISE_API_KEY
parameters with your dataset & api key found at My.Relewise.
After which you have access to various methods depending on the client, in this case the tracker:
Tracking a product view
await tracker.tractProductView({
productId: 'p-1',
user: UserFactory.anonymous()
});
Pull requests are always welcome.
Please fork this repository and make a PR when you are ready with your contribution.
Otherwise you are welcome to open an Issue in our issue tracker.
FAQs
Relewise is a next generation personalization SaaS-platform, which offers functionality within product- and content recommendations and personalized search. This official SDK helps you interact with our API.
The npm package @relewise/client receives a total of 1,237 weekly downloads. As such, @relewise/client popularity was classified as popular.
We found that @relewise/client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.