Metadata-Version: 2.1
Name: giteamigration
Version: 0.1.0a4
Summary: Program to one way sync git repositories between supported git servers
Home-page: https://github.com/amritanshu-pandey/giteamigration
Author: Amritanshu Pandey
Author-email: email@amritanshu.in
License: MIT license
Keywords: giteamigration
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: mgsc (==0.1.0-alpha.3)
Requires-Dist: requests
Requires-Dist: GitPython
Provides-Extra: test
Requires-Dist: pytest (>=3) ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'

gitea-migrations
================

[![Build Status](https://cloud.drone.io/api/badges/amritanshu-pandey/migr82gitea/status.svg)](https://cloud.drone.io/amritanshu-pandey/migr82gitea)


Program to create and sync gitea migrations from various supported git servers

### Supported servers

- Gitea
- Gitlab (self hosted and gitlab.com)
- Github.com


* Free software: MIT license
* Documentation: https://gitback.readthedocs.io.


### Credits

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-02-22)
------------------

* First release on PyPI.


