Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turicas/pycopy
API wrapper to Copy.com compatible with Dropbox API
https://github.com/turicas/pycopy
Last synced: 20 days ago
JSON representation
API wrapper to Copy.com compatible with Dropbox API
- Host: GitHub
- URL: https://github.com/turicas/pycopy
- Owner: turicas
- License: gpl-3.0
- Created: 2015-09-11T19:55:09.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-09-12T23:11:47.000Z (about 9 years ago)
- Last Synced: 2024-08-01T22:56:09.356Z (3 months ago)
- Language: Python
- Size: 137 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - pycopy - API wrapper to Copy.com compatible with Dropbox API (Python)
README
# `pycopy`
[![Join the chat at https://gitter.im/turicas/pycopy](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/turicas/pycopy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: GPLv3](https://img.shields.io/pypi/l/pycopy.svg)](https://github.com/turicas/pycopy/blob/develop/LICENSE)
[![Current version at PyPI](https://img.shields.io/pypi/v/pycopy.svg)](https://pypi.python.org/pypi/pycopy)
[![Downloads per month on PyPI](https://img.shields.io/pypi/dm/pycopy.svg)](https://pypi.python.org/pypi/pycopy)
![Supported Python Versions](https://img.shields.io/pypi/pyversions/pycopy.svg)
![Software status](https://img.shields.io/pypi/status/pycopy.svg)
[![Donate](https://img.shields.io/gratipay/turicas.svg?style=social&label=Donate)](https://www.gratipay.com/turicas)## Features
- Dropbox-compatible Python API
- Python2, Python3 and PyPy support## Developing
You can create all needed virtualenvs using `tox` but I prefer to run the tests
by myself (see `runtests.sh` -- it just activates every virtualenv and run
`nosetests` inside it).## Future Work
- Django storage backend (like
[django-dropbox](https://pypi.python.org/pypi/django-dropbox))
- FUSE-copy (may replace [copy-fuse](https://github.com/copy-app/copy-fuse/))
- Add a `Provider` to [libcloud
storage](https://libcloud.readthedocs.org/en/latest/storage/index.html)## Semantic Versioning
This library uses [semantic versioning](http://semver.org). Note that it means
we do not guarantee API backwards compatibility on `0.x.y` versions.## License
This library is released under the [GNU General Public License version
3](http://www.gnu.org/licenses/gpl-3.0.html).