An executable to clone git repos from one gitea instance to another.
Project description
pygitmirror
Development
To clone the library for development:
git clone
or
git clone
Build The Virtual Environment
The current earliest Python version supported is 3.9
. You need to be able to create a virtual environment at this version to make sure any changes you make is compatible.
If you are using conda
:
conda create --prefix=.venv python=3.9 --yes
If you are using venv
, make sure you have the right base package:
>> python --version
Python 3.9.x
Once you verify your base Python, you can then create a virtual environment using:
virtualenv -p py3.9 .venv
Setup
Once you have created your virtual environment and made sure it is active in your current command line:
python3 -m pip install --upgrade pip
pip install -e .[dev]
This should all the dependencies you need for developing into the library and also allow you to run the unit tests:
pytest
Debugging
WIP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pygitmirror-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 002b6ad47f119cfd48cd7d71ca6c8bcd42429562f3aa33d60bda1b6ec52aa340 |
|
MD5 | 8807ce9b8e3627f25a9dd7a428b81c39 |
|
BLAKE2b-256 | cc35bd9ba5ab25261d4b0f75ea929814a7a6d50376ee35024e20c490737f4495 |