forked from tomgross/pcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructure a bit and listfolder implementation
- Loading branch information
Showing
3 changed files
with
36 additions
and
45 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 |
---|---|---|
|
@@ -3,67 +3,42 @@ | |
This text does not appear on pypi or github. It is a comment. | ||
============================================================================== | ||
collective.foo | ||
pycloud - A Python API client for pCloud | ||
============================================================================== | ||
|
||
Tell me what your product does | ||
This Python libbrar | ||
|
||
Features | ||
-------- | ||
|
||
- Can be bullet points | ||
- Can be used as a library | ||
- Comes with a command line script | ||
|
||
|
||
Examples | ||
-------- | ||
|
||
This add-on can be seen in action at the following sites: | ||
- Is there a page on the internet where everybody can see the features? | ||
>>> from pycloud import PyCloud | ||
>>> pc = PyCloud('[email protected]', 'SecretPassword') | ||
>>> pc.listfolder() | ||
|
||
|
||
Documentation | ||
------------- | ||
|
||
Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar | ||
|
||
|
||
Translations | ||
------------ | ||
|
||
This product has been translated into | ||
|
||
- Klingon (thanks, K'Plai) | ||
Implements the pCloud API found at https://docs.pcloud.com/ | ||
|
||
|
||
Installation | ||
------------ | ||
|
||
Install collective.foo by adding it to your buildout:: | ||
|
||
[buildout] | ||
|
||
... | ||
|
||
eggs = | ||
collective.foo | ||
|
||
|
||
and then running ``bin/buildout`` | ||
|
||
XXX | ||
|
||
Contribute | ||
---------- | ||
|
||
- Issue Tracker: https://github.com/collective/collective.foo/issues | ||
- Source Code: https://github.com/collective/collective.foo | ||
- Documentation: https://docs.plone.org/foo/bar | ||
|
||
|
||
Support | ||
------- | ||
|
||
If you are having issues, please let us know. | ||
We have a mailing list located at: [email protected] | ||
- Issue Tracker: https://github.com/tomgross/pycloud/issues | ||
- Source Code: https://github.com/tomgross/pycloud | ||
|
||
|
||
License | ||
|
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
# | ||
from pycloud.main import PyCloud |
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