https://github.com/turicas/pycopy
API wrapper to Copy.com compatible with Dropbox API
https://github.com/turicas/pycopy
Last synced: 26 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 (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-09-12T23:11:47.000Z (over 9 years ago)
- Last Synced: 2025-04-14T06:12:06.644Z (26 days ago)
- Language: Python
- Size: 137 KB
- Stars: 9
- Watchers: 3
- 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`
[](https://gitter.im/turicas/pycopy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/turicas/pycopy/blob/develop/LICENSE)
[](https://pypi.python.org/pypi/pycopy)
[](https://pypi.python.org/pypi/pycopy)


[](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).