https://github.com/circleci-public/python-orb
Common CircleCI tasks for the Python programming language.
https://github.com/circleci-public/python-orb
circleci-orb circleci-orbs python-orb
Last synced: about 2 months ago
JSON representation
Common CircleCI tasks for the Python programming language.
- Host: GitHub
- URL: https://github.com/circleci-public/python-orb
- Owner: CircleCI-Public
- License: mit
- Created: 2019-09-03T13:49:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T13:39:28.000Z (10 months ago)
- Last Synced: 2024-12-10T13:24:13.717Z (10 months ago)
- Topics: circleci-orb, circleci-orbs, python-orb
- Language: Shell
- Homepage: https://circleci.com/developer/orbs/orb/circleci/python
- Size: 88.9 KB
- Stars: 14
- Watchers: 13
- Forks: 38
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Python Orb [](https://circleci.com/gh/CircleCI-Public/python-orb) [][reg-page] [](https://raw.githubusercontent.com/CircleCI-Public/python-orb/master/LICENSE) [](https://discuss.circleci.com/c/ecosystem/orbs)
A python Orb for CircleCI.
This orb allows you to do common python related tasks on CircleCI such as setup a pipenv or poetry env, manage global python dependencies, cache virtualenvs or global python packages.## Usage
Example use as well as a list of available executors, commands, and jobs are available on this orb's [registry page][reg-page].
## Resources
[CircleCI Orb Registry Page][reg-page] - The official registry page of this orb for all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.## Contributing
We welcome [issues](https://github.com/CircleCI-Public/python-orb/issues) to and [pull requests](https://github.com/CircleCI-Public/python-orb/pulls) against this repository!
For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).### Publishing
New versions of this orb are published by pushing a [SemVer git tag](https://semver.org/) by the [Community & Partner Engineering Team](mailto:community-partner@circleci.com).
[reg-page]: https://circleci.com/orbs/registry/orb/circleci/python