Metadata-Version: 2.1
Name: transfers
Version: 0.0.1
Summary: Transfers for Humans
Home-page: https://pypi.org/project/transfers
License: BSD-3-Clause
Author: Yi Zhang
Author-email: yizhang.dev@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Documentation, https://transfers.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/imyizhang/transfers
Description-Content-Type: text/markdown

# transfers

[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]

Share your data in seconds.




## Installation

```bash
pip install transfers
```



## Quickstart

```python
import transfers
```



## License

transfers has a BSD-3-Clause license, as found in the [LICENSE](https://github.com/imyizhang/transfers/blob/main/LICENSE) file.



## Contributing



## Changelog



[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/imyizhang/transfers



[pypi_badge]: https://badgen.net/pypi/v/transfers?icon=pypi&color=black&label
[pypi_link]: https://www.pypi.org/project/transfers
