A tool to shard photos across multiple Google Photo accounts
Project description
Sharded-Google-Photos
A tool to shard photos across multiple Google Photo accounts
Using the Library in your projects
- Run
pip install sharded-google-photos
Getting Started to Contribute
-
Ensure Python3, Pip, and Poetry are installed on your machine
-
Install dependencies by running:
poetry install
- Run the app in CLI mode by running:
poetry run python sharded_google_photos/main.py
- To lint your code, run:
poetry run flake8 && poetry run black sharded_google_photos/
- To run tests and code coverage, run:
poetry run coverage run -m pytest && poetry run coverage report -m
-
To publish your app:
-
First, set your PyPI api token to Poetry
poetry config pypi-token.pypi <YOUR_API_TOKEN> -
Then, build the app by running:
poetry build -
Finally, publish the app by running:
poetry publish
-
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