https://github.com/nylas/nylas-production-python
Utilities for running Python code in production
https://github.com/nylas/nylas-production-python
Last synced: 6 months ago
JSON representation
Utilities for running Python code in production
- Host: GitHub
- URL: https://github.com/nylas/nylas-production-python
- Owner: nylas
- License: other
- Created: 2015-08-07T00:24:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T16:52:51.000Z (over 7 years ago)
- Last Synced: 2025-06-07T12:06:44.441Z (7 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 18
- Watchers: 45
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 ](http://slack-invite.nylas.com) You can also email [support@nylas.com](mailto:support@nylas.com).
Please sign the [Contributor License Agreement](https://nylas.com/cla.html) 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:
```shell
python setup.py test
python setup.py release
git log # to verify
python setup.py publish
```
Also, don't forget to `git push --tags` to update the release tags on GitHub.