scc 0.4.1
pip install scc==0.4.1
Released:
OME tools for managing the git(hub) workflow
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2) (GPLv2)
- Author: The Open Microscopy Team
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Introduction
The scc command provides tools for simplifying the Git(Hub) workflow.
Dependencies
Direct dependencies of scc are:
Installation
To install scc, run:
$ python setup.py install
or using pip, run:
$ pip install scc
To upgrade your pip installation, run:
$ pip install -U scc
Usage
The list of available commands can be listed with:
$ scc -h
For each subcommand, additional help can be queried, e.g.:
$ scc merge -h
Contributing
PyGithub follows PEP 8, the Style Guide for Python Code. Please check your code with pep8 or flake8, the Python style guide checkers, by running flake8 -v scc/ test/ or pep8 -v scc/ test.
Running tests
The tests are located under the test directory. It is required to install mox and restview as listed in dev_requirements.
Unit tests
Unit tests are stored under the test/unit folder and can be run by calling:
python test/unit
or using nose:
nosetests -v test/unit
Unit tests are also run by the Travis build on every Pull Request opened against the main repository.
Integration tests
Integration tests are stored under test/integration. Many integration tests use snoopys-sandbox and snoopys-sandbox2 as sandbox repositories to test the scc commands.
Running the integration test suite requires:
a GitHub account
a token-based GitHub connection, i.e. a global github.token stored under the global Git configuration file:
$ git config --global github.token xxxx
the user authenticated by the token defined above needs to own forks of snoopys-sandbox and snoopys-sandbox2
Once this is set up, the integration tests can be run by calling:
python test/integration
or using nose:
nosetests -v test/integration
Integration tests are run daily on the OME Continuous Integration infrastructure under the SCC-self-merge job using the token-authenticated snoopycrimecop user
License
snoopycrimecop is released under the GPL.
Copyright
2012-2013, The Open Microscopy Environment
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2) (GPLv2)
- Author: The Open Microscopy Team
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file scc-0.4.1.tar.gz
.
File metadata
- Download URL: scc-0.4.1.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 467ecf466121a56b35aaf9d207fbc098285426be1c37e4c1c0ff79cf7da8834c |
|
MD5 | 06bb60a0d0e7c81f5c36c9b698c13f9f |
|
BLAKE2b-256 | 8e1c43f0bebf2b5618588136ec048c804d864447627999be53ca818853570286 |