This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to version 1.3.0, updates to BOM handling, Encoding specificat…
…ion, Documentation (including new examples folder), and .gitignore. Add BOM removal ability, update .gitignore. BOM removal implemented, new test passing. Added internal flag, fixed test. Implemented RemovePrefix, tests added and passing. BOM {insert | remove} tests now passing. Refactor of RemoveBOM for readability. Integration tests now passing. Documentation updated, example added, .gitignore updated. Added TODO file. Add optional parameter to {Get|Set}ContentString to choose encoding, resolves #74, add example of folder use, resolves #72. Correct the quickstart documentation. Add CONTRIBUTING. Update CommandLineAuth documentation. Bump the version. Update documentation, and remove superfluous make files.
- Loading branch information
Showing
93 changed files
with
575 additions
and
1,984 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 |
---|---|---|
|
@@ -5,3 +5,7 @@ pydrive/test/credentials/* | |
|
||
*.egg-info | ||
dist | ||
build/ | ||
.cache | ||
|
||
client_secrets.json |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Contributing guidelines | ||
======================= | ||
|
||
How to become a contributor and submit your own code | ||
---------------------------------------------------- | ||
|
||
Contributor License Agreements | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
We'd love to accept your patches! Before we can take them, we have to jump a couple of legal hurdles. | ||
|
||
Please fill out either the individual or corporate Contributor License Agreement (CLA). | ||
|
||
* If you are an individual writing original source code and you're sure you | ||
own the intellectual property, then you'll need to sign an `individual CLA <http://code.google.com/legal/individual-cla-v1.0.html>`_. | ||
* If you work for a company that wants to allow you to contribute your | ||
work, then you'll need to sign a `corporate CLA <http://code.google.com/legal/corporate-cla-v1.0.html>`_. | ||
|
||
Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll be able to accept your pull requests. | ||
|
||
***NOTE***: Only original source code from you and other people that have signed the CLA can be accepted into the main repository. | ||
|
||
Contributing code | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
If you have improvements to PyDrive, send us your pull requests! For those | ||
just getting started, Github has a `howto <https://help.github.com/articles/using-pull-requests/>`_. |
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
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.