Skip to content

Commit

Permalink
Initial alpha1 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Nov 21, 2019
1 parent 6872b86 commit 6353fc9
Show file tree
Hide file tree
Showing 39 changed files with 972 additions and 3,387 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ target/
*.p12
.DS_Store
travis_pypi_setup.py
.envrc

# IDE stuff
.idea/*
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
History
=======

2.0.0-alpha1 (2019-11-21)
-------------------------

* Removed all legacy modules, e.g. logging, event and directorysync
* Removed all references to legacy modules and classes
* Removed all legacy tests
* Added util module
* Added query module
* Added example query script
* Updated httpclient module

1.5.1 (2019-04-26)
------------------

Expand Down
304 changes: 160 additions & 144 deletions Pipfile.lock

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ programmatically interacting with the Palo Alto Networks Cortex™ platform.

The primary goal is to provide full, low-level API coverage for the following Cortex™ services:

- Logging Service
- Directory Sync Service
- Event Service
- Query Service
- More coming soon!

The secondary goal is to provide coverage, in the form of helpers, for common tasks/operations.

Expand All @@ -32,7 +31,7 @@ Features
--------

- HTTP client wrapper for the popular Requests library with full access to its features.
- Language bindings for Logging Service, Event Service and Directory Sync Service.
- Language bindings for Query Service.
- Helper methods for performing common tasks, such as log/event pagination.
- Support for OAuth 2.0 grant code authorization flow.
- Library of example scripts illustrating how to leverage `pancloud`.
Expand Down
Loading

0 comments on commit 6353fc9

Please sign in to comment.