anthpy

Anthony's python utils


License
MIT
Install
pip install anthpy==0.1

Documentation

Travis PyPi TestStatus PythonVersion

anthpy

Anthony's python utils

Documentation

Documentation can be found at the github pages here

Dependencies

anthpy is tested to work under Python 2.x and 3.x. See the requirements via the following command:

cat requirements.txt

Installation

anthpy is currently available on the PyPi's repository and you can install it via pip:

pip install -U anthpy

If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from GitHub and install all dependencies:

git clone https://github.com/aagnone3/anthpy.git
cd anthpy
pip install .

Or install using pip and GitHub:

pip install -U git+https://github.com/aagnone3/anthpy.git

Local Testing

make test

Travis Testing

The Makefile, .travis.yml file and .ci directory contain the structure necessary to have Travis test the repository upon all branch updates. Some additional steps, however, are needed:

  • Enable the repository to be monitored by Travis via your Travis profile.
  • Generate a Github app token, and assign it to the (private) environment variable ${GITHUB_TOKEN} in the Travis environment.