Skip to main content

Synchronize GitHub repositories made easy

Project description

Gstore is a simple tool to synchronize GitHub repositories of your organizations.

Its main goal is to help you make backups and sync your projects automatically and easily.

Project Information

Gstore is released under the GNU General Public Licence version 3, its documentation lives at Read the Docs, the code on GitHub, and the latest release on PyPI. It’s rigorously tested on Python 3.7+.

If you’d like to contribute to Gstore you’re most welcome!

Support

Should you have any question, any remark, or if you find a bug, or if there is something you can’t do with the Gstore, please open an issue.

Similar projects

There are some projects similar to Gstore you may be interested in:

Release Information

0.4.0 (2021-02-19)

Features

  • The gstore.env module was introduced to provide a convenient way to work with environment variables used by various functions within Gstore.

  • Added the following functions within gstore.env:

    • lookup_token() - lookup a personal access token in environment variables,

    • get_host() - get GitHub API hostname from environment variable,

    • get_target() - get base target to sync repos from environment variable.

Breaking Changes

  • Moved gstore.Client.TOKEN_NAMES to gstore.env.TOKEN_NAMES.

  • Moved gstore.args.get_token_from_env() to gstore.env.lookup_token().

Improvements

  • Improved git.GitCommandError message formatting for more accurate logging.

  • The program now correctly handle Control-C keyboard event and gracefully terminates.

  • Gstore will exit with a status of one when its is called without any argument and there are not enough environment variables for normal operation.

  • Calling program with an invalid token and without --org option no longer leads to abnormal program termination.

Trivial/Internal Changes

  • gstore.Client.__init__() will raise now gstore.client.ValidationError when no token is provided.

  • gstore.Client.resolve_orgs() will raise now gstore.client.InvalidCredentialsError when provided token is invalid.

Full changelog.

Credits

Gstore is written and maintained by Serghei Iakovlev.

A full list of contributors can be found in GitHub’s overview.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gstore-0.4.0.tar.gz (39.8 kB view hashes)

Uploaded Source

Built Distribution

gstore-0.4.0-py3-none-any.whl (29.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page