-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle API manually Clean up verification files Combine service and analytics into one object Add ability to store token for future use Add better verification
- Loading branch information
Showing
16 changed files
with
2,160 additions
and
1,497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
__productname__ = "analytix" | ||
__version__ = "1.2.0" | ||
__version__ = "2.0.0.dev4" | ||
__description__ = "A simple yet powerful API wrapper to make getting analytical information from the YouTube Analytics API easier than ever." | ||
__url__ = "https://github.com/parafoxia/analytix" | ||
__docs__ = "https://analytix.readthedocs.io/en/latest/" | ||
__author__ = "Ethan Henderson" | ||
__license__ = "BSD-3-Clause" | ||
__bugtracker__ = "https://github.com/parafoxia/analytix/issues" | ||
|
||
from .errors import * | ||
from .youtube.analytics.api import YouTubeAnalytics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.