Skip to content

jjlorenzo/nylas-production-python

 
 

Nylas Production Python library

This library provides logging and other functions used in our production infrastructure.

Installation

This library is available on pypi. You can install it by running pip install nylas-production-python.

Contributing

We'd love your help making Nylas better. We hang out on Slack. Join the channel here Slack Invite Button You can also email support@nylas.com.

Please sign the Contributor License Agreement before submitting pull requests. (It's similar to other projects, like NodeJS or Meteor.)

If you have access to the PyPI repository, you can make a new release as such:

python setup.py test
python setup.py release <major/minor/patch>
git log # to verify
python setup.py publish

Also, don't forget to git push --tags to update the release tags on GitHub.

About

Utilities for running Python code in production

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE.apache2
MIT
LICENSE.mit

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.7%
  • PHP 41.3%