Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 592 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 592 Bytes

Python Source Resource

Abstraction to make sources easier to write

pip install segment_source_resource

Testing

pyenv virtualenv 3.5.2 python-source-resource
. /Users/ivolo/.pyenv/versions/python-source-resource/bin/activate
pip3 install -e .
make test

Releasing

  1. Ensure your .pypirc looks like the following:
[distutils]
index-servers =
   pypi

[pypi]
repository=https://pypi.python.org/pypi
username=segment
password=...

The password is in meldium.

  1. Update "version" in setup.py
  2. Tag and push tags.
  3. To release to pypi:
make dist