https://github.com/pangeacyber/pangea-python
Official Pangea Python Monorepo
https://github.com/pangeacyber/pangea-python
pangea pangeacyber python python3 sdk sdk-python
Last synced: about 2 months ago
JSON representation
Official Pangea Python Monorepo
- Host: GitHub
- URL: https://github.com/pangeacyber/pangea-python
- Owner: pangeacyber
- License: mit
- Created: 2022-11-10T21:02:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:46:56.000Z (about 2 months ago)
- Last Synced: 2025-04-09T16:49:06.484Z (about 2 months ago)
- Topics: pangea, pangeacyber, python, python3, sdk, sdk-python
- Language: Python
- Homepage: https://pangea.cloud
- Size: 28.5 MB
- Stars: 16
- Watchers: 7
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://pangea.cloud/docs/sdk/python/)
# Pangea Python Monorepo
This is the Pangea repository for all things Python.
## Pangea Python Tools
This is a list of tools and other useful items that you will find in this repository. Links are included for each item.
- Pangea Python SDK [Click here](/packages/pangea-sdk)
- List of Pangea Python SDK examples per service [Click here](/examples)## Repository structure
|- **README.md**: This readme file [Click here](/README.md)
|- **CHANGELOG.md**: SDK version changes tracking [Click here](/CHANGELOG.md)
|- **examples**: SDK examples folder [Clik here](/examples)
|----- **audit**: Audit service examples [Click here](/examples/audit)
|----- **authn**: AuthN service examples [Click here](/examples/authn)
|----- **embargo**: Embargo service examples [Click here](/examples/embargo)
|----- **intel**: Intel services (IP, File, Domain, URL, User) examples [Click here](/examples/intel)
|----- **redact**: Redact service examples [Click here](/examples/redact)
|----- **vault**: Vault service examples [Click here](/examples/vault)
|- **packages**: All python packages (1 available now) [Click here](/packages)
|----- **pangea-sdk**: Python Pangea SDK folder. Also available through `pip install` [Click here](/packages/pangea-sdk)
|--------- **README.md**: Python Pangea SDK install and usage instructions [Click here](/packages/pangea-sdk/README.md)