Open Source Python Version Control Software - Page 4

Python Version Control Software

View 76 business solutions

Browse free open source Python Version Control Software and projects below. Use the toggles on the left to filter open source Python Version Control Software by OS, license, language, programming language, and project status.

  • Software for modern PR Icon
    Software for modern PR

    Prezly serves brands and communications agencies.

    Newsrooms, campaigns and contact management in one powerful tool With Prezly, you can save time on juggling multiple outdated tools like Word docs, plain text email with heavy attachments, and Excel spreadsheets that keep getting longer.
  • Content Filtering and Cyber Safety for Schools | Linewize Icon
    Content Filtering and Cyber Safety for Schools | Linewize

    We keep students cyber-safe at school, at home, and everywhere in between

    Linewize combines world leading technology with world leaders in online safety education, IT administration, teaching and student safeguarding. Our aim is to help schools, students and families develop better digital habits and better communities. Utilizing a combination of AI and a team of highly trained human moderators, it’s the most advanced K-12 student threat detection tool available. Providing cyber safety education and tools, including a parent app, to engage your school community. Providing screen and content visibility of all devices in class, including BYOD and personal devices. Linewize Monitor is the most advanced student threat detection tool in K-12, helping Districts spot at-risk students. And it's the only solution to hold all four iKeepSafe student data privacy certifications; COPPA, FERPA, CSPC, and ATLIS.
  • 1
    A collection of Perl and Python scripts for manipulating RCS and CVS repositories and working directories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The project provides scripts that helps administrating Subversion and CVS repositories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A simple bot that services various version control systems and sends by Jabber information about any changes. In this time it service only SVN repositories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ViewVC is a web-based version control repository browser, currently supporting CVS and Subversion repositories. Project development is now hosted at https://github.com/viewvc/viewvc/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • LMS and Performance Platform | Bridge Icon
    LMS and Performance Platform | Bridge

    Employee Development and Training Made Easy

    Employee development is more critical than ever. With Bridge you can improve the performance of your people by aligning their skills to business goals, and developing growth plans where they may have gaps. Save time on manual HR processes, provide feedback to employees often, track goals and boost engagement.
  • 5
    A simple perl (or python) CGI that exports the MainLine of a CVS repository as a website. In use since 1998, recently added Subversion support to help migrate away from CVS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Walle 2.0

    Walle 2.0

    Walle 2.0 web

    Support multi-project, multi-environment one-click deployment and online, one-click quick rollback. Online order application, review, deployment, and real-time operation logs. Permissions, notifications, file fingerprints. Independent space resources like gitlab. Custom environment, environment variables. Project administrator, a notification mechanism, custom hooks in each process. Get through server management, grayscale release. Advanced gitlab-like user management mode. Online order application, review, grayscale release, real-time websocket. Walle allows users to release code and finally can not only choose jenkins! Support various web code releases, release and rollback of php, java, python, go and other codes can be completed with one click through the web. walle is a freely configurable project, more user-friendly, high-value, an open source online deployment system that supports git, multi-user, multi-language, multi-project, and multi-environment simultaneous deployment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VersionWeb is a tool for web pages version control in web itself. VersionWeb allows the authors to do checkout a file, commit, add, remove, rename, etc, that is, the operations more common in version control. The authors can control the versions of your p
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Wiko, the wiki compiler, compiles wiki like files into html and LaTeX, combining easy wiki syntax, your preferred non-web text editor and svn/cvs control to write static webs, cientific articles or even blogs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ZCVSFolder is a Zope Product for performing version control on Zope objects. Its time of usefulness has probably come and gone (there are efforts to add versioning to the Zope core, as well as other products that support more platforms). However some fol
    Downloads: 0 This Week
    Last Update:
    See Project
  • Intelligent Spend Management Icon
    Intelligent Spend Management

    One easy-to-use procure-to-pay software platform for real-time visibility and control over all business spend.

    Procurify’s easy-to-use Intelligent Spend Management platform provides hundreds of organizations worldwide with real-time visibility and control over all business spend. By bringing more spend under management, our customers capture reliable spend data that can be used to proactively minimize rogue spend and rework — and ultimately save them precious time and money.
  • 10

    ar-mercurial

    fork of Mercurial SCM

    Fork of Mercurial SCM (https://mercurial.selenic.com/) with additions: - revision duplicates collision resolves - sparse fixes: -- purge cleanup all out-of-sparse (issue5626) -- merge only changes in sparse (issue6521) -- dirstat refresh on sparse conf changes -- `share` comand suport sparse -- ignore subrepos out of sparse - command `debugrevlog` enhances - #6745 feature : VFS failure on OS-impossible names now just drop file of conflict.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ar-tortisehg

    tortoisehg fork with perks

    this fork of https://foss.heptapod.net/mercurial/tortoisehg/thg provides some my features: - graph transforms of repo-tree (feature/graphopt/merge-order) - repo-tree navigation keys (feature/repoview-nav-keys) - nav-repoview (feature/nav-repo) - ui: InteractiveUiHandler now can remember choices for prompted file on it's exact path, or recursive pathes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    cvsmail is a set of utilities to manage the delivery of cvs commit logs via email. It contains an email answering robot to manage the subscriptions and a delivering machinery. The subscription is done by modules for each CVS base handled by cvsmail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A tool to keep database objects and stored procedures synchronized with application code in a multi-developer environment with a short release cycle and multiple development branches. Tie-in to svn (subversion) for version control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    git-delete-merged-branches

    git-delete-merged-branches

    Command-line tool to delete merged Git branches

    A convenient command-line tool helping you keep repositories clean. Supports deletion of both local and remote branches. Detects multiple forms of de-facto merges (rebase merges, squash merges (needs --effort=3), single or range cherry-picks… leveraging git cherry). Supports workflows with multiple release branches, e.g. only delete branches that have been merged to all of master, dev and staging. Quick interactive configuration. Provider agnostic: Works with GitHub, GitLab, Gitea and any other Git hosting. Takes safety seriously. Deletion is a sharp knife that requires care. While git reflog would have your back in most cases, git-delete-merged-branches takes safety seriously. git push is used with --force-with-lease so if the server and you have a different understanding of that branch, it is not deleted. There is no use of os.system or shell code to go wrong.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    git-imerge

    git-imerge

    Incremental merge for git

    Perform a merge between two branches incrementally. If conflicts are encountered, figure out exactly which pairs of commits conflict, and present the user with one pairwise conflict at a time for resolution. Reduce the pain of resolving merge conflicts to its unavoidable minimum, by finding and presenting the smallest possible conflicts: those between the changes introduced by one commit from each branch. Allow a merge to be saved, tested, interrupted, published, and collaborated on while it is in progress. Multiple incremental merges can be in progress at the same time. Each incremental merge has a name, and its progress is recorded in the Git repository as references under refs/imerge/NAME. The current state of an incremental merge can be visualized using the diagram command. An incremental merge can be interrupted and resumed arbitrarily, or even pushed to a server to allow somebody else to work on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    gitfs

    gitfs

    Version controlled file system

    gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository's branch locally, and any subsequent changes made to the files will be automatically committed to the remote. gitfs was developed by the awesome engineering team at Presslabs, a Managed WordPress Hosting provider. gitfs was designed to bring the full powers of git to everyone, no matter how little they know about versioning. A user can mount any repository and all their changes will be automatically converted into commits. gitfs will also expose the history of the branch you're currently working on by simulating snapshots of every commit. gitfs is useful in places where you want to keep track of all your files, but at the same time you don't have the possibility of organizing everything into commits yourself. A FUSE filesystem for git repositories, with local cache. We provide packages for the major Ubuntu releases and MacOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    hg-sublist

    Mercurial extension to list subrepos

    The extension lists sub repositories of the main HG repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    mercurial-tahrpet

    fast lightweight version control for puppy linux

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    mergepbx

    mergepbx

    script for merging XCode project files in git

    Tracking a Xcode project in a version control system is annoying. Simply adding files can lead to merge conflicts that have to be solved manually, although it would be possible to resolve the conflict automatically if the merge algorithm would be aware of the structure of Xcode's project file. After long and annoying merge sessions in one of my projects, I came to the conclusion, that writing a merge driver for git which understands the structure of the project file would be a worthwhile endeavour, as it would save me from solving the merge conflicts for my co-workers. Unfortunately, that script was finished only after the project ended. However, as I didn't want to let the work go to waste, this script is now published as open source under the GNU GPL 3. This script needs knowledge about the structure of Xcode's project. However, there doesn't seem to be any documentation (and I would be surprised if there were any).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python script to mirror a git repository with subversion It uses a basic common working directory, where git checkout the file for each commit of the master branch and then it will add, del, commit with a svn client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    versionning system for mysql
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    nbstripout

    nbstripout

    strip output from Jupyter and IPython notebooks

    Opens a notebook, strips its output, and writes the outputless version to the original file. Useful mainly as a git filter or pre-commit hook for users who don't want to track output in VCS. This does mostly the same thing as the Clear All Output command in the notebook UI. You can download and install the latest version of nbstripout from PyPI, the Python package index. Strip output from IPython / Jupyter / Zeppelin notebook (modifies the file in-place). Usually, nbstripout is installed per repository so you can choose where to use it or not. You can choose to set the attributes in .gitattributes and commit this file to your repository, however there is no way to have git set up the filters automatically when someone clones a repository. This is by design, to prevent you from executing arbitrary and potentially malicious code when cloning a repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A parser for patch (diff) files written as a Python module around the GNU patch code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    portableSVN/CVS is a Portable SVN/CVS Client, which integrates in the PortableApps Start Menu
    Downloads: 0 This Week
    Last Update:
    See Project