Installation
Gspace is available on PyPI and can be installed using pip.
Install from PyPI
bashpip install gspace
Install from Source
If you want to install the latest development version:
bashgit clone https://github.com/Sentivs-co/gspace.git cd gspace poetry install
Verify Installation
You can verify that Gspace is installed correctly by importing it:
pythonfrom gspace import GSpace print(GSpace.__doc__)
Dependencies
Gspace automatically installs the following dependencies:
requests- For HTTP requestsgoogle-api-python-client- Google API client librarygoogle-auth-httplib2- Authentication transportgoogle-auth-oauthlib- OAuth2 flow
Python Version
Gspace requires Python 3.12 or higher.
Next Steps
- Getting Started - Set up your first project
- Authentication - Learn about authentication methods