Skip to main content

Common code of projects with native parts

Project description

nativecommon

Common code of projects with native parts

Install

These are generic installation instructions.

To use, permanently

The quickest way to get started is to install the current release from PyPI:

pip2 install --user nativecommon

To use, temporarily

If you prefer to keep .local clean, install to a virtualenv:

python2 -m venv venvname
venvname/bin/pip install nativecommon
. venvname/bin/activate

To develop

First clone the repo using HTTP or SSH:

git clone https://github.com/combatopera/nativecommon.git
git clone git@github.com:combatopera/nativecommon.git

Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:

python2 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify nativecommon

python2 -m venv venvname
venvname/bin/pip install -e nativecommon
. venvname/bin/activate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nativecommon-6.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

nativecommon-6-py2.py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page