No project description provided
Project description
Unified Reporting SDK (URS)
The Unified Reporting SDK (URS) aids in generating reports across various platforms, beginning with Google Analytics 4 (GA4) and Facebook Ads, with the plan to include more integrations soon. URS abstracts away the complexities of interfacing with different APIs, providing a seamless reporting experience.
Table of Contents
Installation
Install URS directly from PyPI:
pip install findly-unified-reporting-sdk
This command installs the latest version of URS as a wheel package, making it ready to use in your projects without needing any additional package management tools.
Contributing
We welcome contributions from the community! Whether it's in the form of feature enhancements, bug fixes, documentation improvements, or additional integrations, your input is highly valued.
Setting Up Your Development Environment
URS uses Poetry for dependency management and packaging, ensuring a consistent development environment. To contribute, you'll need to set up your environment:
-
Install Poetry:
If you haven't already installed Poetry, you can do so using
pipx
for an isolated installation:pipx install poetry
-
Clone the Repository:
Clone the repository to your local machine to start making changes:
git clone URL_TO_REPOSITORY cd unified-reporting-sdk
-
Install Dependencies:
Make sure you're using version 3.9 or above:
poetry env use 3.9 poetry env info
Install the necessary dependencies to get started:
poetry install
Publishing (For Maintainers)
If you have permissions to publish new versions to PyPI, configure your PyPI token and publish using Poetry:
poetry config pypi-token.pypi YOUR_PYPI_API_TOKEN
poetry publish
License
URS is made available under the GPLv3 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file findly_unified_reporting_sdk-0.5.1.tar.gz
.
File metadata
- Download URL: findly_unified_reporting_sdk-0.5.1.tar.gz
- Upload date:
- Size: 67.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/6.5.0-25-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1203008f1438863e7c6f114756d1ef252b2710be46cc37984027772036b450b4 |
|
MD5 | 37da6496cf9c8c66a0bce8692433ae0b |
|
BLAKE2b-256 | 66c1bb7a00f2f661c1f0bfb9895fb344a4641c33c0e4224e3a7127aea2da9d9e |
File details
Details for the file findly_unified_reporting_sdk-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: findly_unified_reporting_sdk-0.5.1-py3-none-any.whl
- Upload date:
- Size: 81.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/6.5.0-25-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d196547ee1be119d2f413ce558a66a8ff55da77174973f2ec12657f0b1bcaf1a |
|
MD5 | 81ef8bb240f11677006f8ce67fbc89db |
|
BLAKE2b-256 | 89e0855ddaa3e1c9e885213d0a548c15586adf6f368c8e6d201b59bb93c5534b |