pylint.readthedocs.io
Contributing — Pylint 1.7.0 documentation
http://pylint.readthedocs.io/en/latest/development_guide/contribute.html
Pylint 1.7.0 documentation. Bug reports, feedback. You think you have found a bug in Pylint? Well, this may be the case since Pylint is under heavy development. Please take the time to check if it is already in the issue tracker at https:/ github.com/PyCQA/pylint. If you cannot find it in the tracker, create a new issue there or discuss your problem on the code-quality @. You can subscribe to this mailing list at http:/ mail.python.org/mailman/listinfo/code-quality. Pylint is developed using the git.
dateutil.readthedocs.io
dateutil - powerful extensions to datetime — dateutil 2.6.0 documentation
http://dateutil.readthedocs.io/en/latest
Dateutil - powerful extensions to datetime. Dateutil - powerful extensions to datetime. Dateutil - powerful extensions to datetime. Module provides powerful extensions to the standard. Module, available in Python. Dateutil is available on PyPI https:/ pypi.python.org/pypi/python-dateutil/. The documentation is hosted at: https:/ dateutil.readthedocs.io/. Computing of relative deltas (next month, next year, next monday, last week of month, etc);. Generic parsing of dates in almost any string format;.
cloudinit.readthedocs.io
Hacking on cloud-init — Cloud-Init 0.7.9 documentation
http://cloudinit.readthedocs.io/en/latest/topics/hacking.html
Do these things once. Do these things for each feature or bug. This document describes how to contribute changes to cloud-init. It assumes you have a Launchpad. Account, and refers to your launchpad user as. Do these things once. To contribute, you must sign the Canonical contributor license agreement. If you have already signed it as an individual, your Launchpad user will be listed in the contributor-agreement-canonical. Or ping smoser in. Clone the upstream repository. Git push LP USER master. Https:/...
docs.python-cerberus.org
How to Contribute — Cerberus is a lightweight and extensible data validation library for Python
http://docs.python-cerberus.org/en/stable/contribute.html
Not familiar with the codebase yet? There are many ways to contribute to open source projects: reporting bugs, helping with the documentation, spreading the word and of course, adding new features and patches. Make sure you have a GitHub account. Open a new issue. Assuming one does not already exist. Clearly describe the issue including steps to reproduce when it is a bug. The repository on GitHub. Create a topic branch from where you want to base your work. This is usually the. Submit a Pull Request.
mohawk.readthedocs.io
Developers — Mohawk 0.1 documentation
http://mohawk.readthedocs.io/en/latest/developers.html
Set up an environment. Grab the source from Github: https:/ github.com/kumar303/mohawk. You can run the full test suite with the tox. To just run Python 2.7 unit tests type:. To just run doctests type:. Set up an environment. You can set yourself up for development like this:. Pip install -r requirements/dev.txt python setup.py develop. In your virtualenv, you can build the docs like this:. Make -C docs/ html doctest open docs/ build/html/index.html. Do this first to prepare for a release:.
hawkrest.readthedocs.io
Developers — HawkREST 0.0.1 documentation
http://hawkrest.readthedocs.io/en/latest/developers.html
Set up an environment. Grab the source from Github: https:/ github.com/kumar303/hawkrest. You can run the full test suite with the tox. To just run Python 2.7 unit tests type:. Tox -e py27-django1.8-drf3.2. To just run doctests type:. Set up an environment. You can set yourself up for development like this:. Pip install -r requirements/dev.txt python setup.py develop. Note that this won’t install any libraries that are tested at different versions. You need tox for that. To publish a new release on PyPI.
graphite.readthedocs.io
Working on Graphite-web — Graphite 0.10.0 documentation
http://graphite.readthedocs.io/en/latest/development.html
Feeding In Your Data. Getting Your Data Into Graphite. Graphite-web’s local settings.py. The Render URL API. The Dashboard User Interface. Tools That Work With Graphite. Setting up a development environment. Who is using Graphite? Graphite-web accepts contributions on GitHub. In the form of issues or pull requests. If you’re comfortable with Python, here is how to get started. First, keep in mind that Graphite-web supports Python versions 2.6 to 2.7. And Django versions 1.4 and above. Pull requests for n...
jhshi.me
Tox and Travis Setup for Python Project Using PyPy - Pearls in Life
http://jhshi.me/2016/10/03/tox-and-travis-setup-for-pypy-project/index.html
Tox and Travis Setup for Python Project Using PyPy. Mon 03 October 2016. Recently I was in development of a Python project. That supports both the regular Python 2.7 and also the PyPy environment. Here is how to setup the automatic testing environment using Tox and Travis-CI. Tox Setup and Handling Numpy. Is a tool to test if your package can be installed in various Python environment properly. Tox setup is relatively easy: just follow the basic setup document of Tox. We can also use this package. So we ...
flake8.pycqa.org
Contributing to Flake8 — flake8 3.3.0 documentation
http://flake8.pycqa.org/en/latest/internal/contributing.html
Glossary of Terms Used in Flake8 Documentation. Writing Plugins for Flake8. Exploring Flake8’s Internals. Setting Up A Development Environment. Requesting a New Feature. Reviewing and Triaging Issues and Merge Requests. Writing Documentation for Flake8. Writing Code for Flake8. What Happens When You Run Flake8. How Checks are Run. Option and Configuration Handling. Release Notes and History. Exploring Flake8’s Internals. There are many ways to contriubte to Flake8. And we encourage them all:. Is doing so...