A package to facilitate storing data on Google Drive.
Project description
gdrive-datastore
A package that facilitates storing data to Google Drive
build
To build distribution, simply run:
python -m build
install locally for testing
To install localling for testing, simply run:
python -m pip install .
test locally
To test locally, simply run:
pytest tests
upload to test pypi
Before uploading, make sure you have a .pypirc file in your home directory that contains an API token for the test pypi site. If this did not exist, the dev container would have created a directory of that name in its place. You will hve to remove the created directory before creating the file.
To upload to test pypi, simply run:
python -m twine upload --repository testpypi dist/*
install from test pypi
To install from test pypi, simply run:
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps gdrive-datastore
upload to pypi
Before uploading, make sure you have a .pypirc file in your home directory that contains an API token for the test pypi site. If this did not exist, the dev container would have created a directory of that name in its place. You will hve to remove the created directory before creating the file.
To upload to test pypi, simply run:
python -m twine upload dist/*
install from pypi
To install from pypi, simply run:
python -m pip install gdrive-datastore
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gdrive_datastore-0.0.1.5.tar.gz.
File metadata
- Download URL: gdrive_datastore-0.0.1.5.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5d06781135b4b1372728ec419fc496d98fa0d6cb0b676d0a08a5b49bd697905
|
|
| MD5 |
cd29a768e68355efc440a152032789df
|
|
| BLAKE2b-256 |
48e26e14037ded43fee0c0bab781e5eeb18cd6df26a2f12a6d0782816d316037
|
File details
Details for the file gdrive_datastore-0.0.1.5-py3-none-any.whl.
File metadata
- Download URL: gdrive_datastore-0.0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bf449c7f5538ecd942901683095ae6c81b6c655337a552b64d7832076d270a5
|
|
| MD5 |
0c98ffd5d78dfed397ad6a2c1487de82
|
|
| BLAKE2b-256 |
98348e39bd83436c2661983e9335cdf129016f7d14bf4a8ee5f100985bd2a3d4
|