Skip to main content

HCPsdk provides a simple SDK to access an Hitachi Content Platform (HCP) from Python3. It handles name resolution, multiple sessions spread across all available HCP nodes, persistent connections and recovery from failing connections.

It’s that easy:

>>> import hcpsdk

>>> # initialize an *Authorization* object
>>> auth = hcpsdk.NativeAuthorization('user', 'password')

>>> # initialize a *Target* object
>>> t = hcpsdk.Target("namespace.tenant.hcp.your.domain",
                      auth, port=443)

>>> # initialize a Connection to the `Target``
>>> c = hcpsdk.Connection(t)

>>> # do something with the connection...
>>> r = c.GET('/rest/your_file.txt')
>>> c.response_status, c.response_reason
(200, 'OK')
>>> r.read()
b'some data...'
>>>
>>> c.close()

Features

  • Handles HCP as a target object

  • Replica-aware (replica can be part of a target object)

  • Various strategies on how to use a replica

  • Connection objects, while tied to a target object, allow access to HCP through the various http/REST dialects (native, HS3, HSwift)

  • Higher level modules provide easy access to namespace statistics and some MAPI functionality, along with the ability to create unique object names / paths

Dependencies

hcpsdk depends on these packages:

  • dnspython3 - Used for non-cached name resolution when bypassing the system’s resolver.

  • sphinx - Used for local documentation builds from source code and *.rst files.

Documentation

To be found at readthedocs.org

Installation

Install hcpsdk by running:

pip install hcpsdk

-or-

  • get the source from GitHub

  • unzip the archive

  • run python setup.py install

-or-

Contribute

Support

If you find any bugs, please let us know via the Issue Tracker; if you have comments or suggestions, send an email to mailto:sw@snomis.de

License

The MIT License (MIT)

Copyright (c) 2014-2015 Thorsten Simons (sw@snomis.de)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hcpsdk-0.9.2.post30.tar.gz (27.8 kB view details)

Uploaded Source

File details

Details for the file hcpsdk-0.9.2.post30.tar.gz.

File metadata

  • Download URL: hcpsdk-0.9.2.post30.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hcpsdk-0.9.2.post30.tar.gz
Algorithm Hash digest
SHA256 e1d56f9ad015e182551895a31250eb26dc57a57a3cf623b5711695dadd23a172
MD5 71838d6073ecde5c1329d692ede33032
BLAKE2b-256 bfd842c8bd00483b9ea0c4c146800b6b3c54292fe80b88ae17caf78aad76a9d1

See more details on using hashes here.

Release history Release notifications | RSS feed

0.9.5.post1

1 file

0.9.4.post12

1 file

0.9.4.post11

1 file

0.9.4.post10

1 file

0.9.4.post9

1 file

0.9.4.post8

1 file

0.9.4.post7

1 file

0.9.4.post6

1 file

0.9.4.post5

1 file

0.9.4.post4

1 file

0.9.4.post3

1 file

0.9.4.post2

1 file

0.9.4.post1

1 file

0.9.4.post0

1 file

0.9.3.post11

1 file

0.9.3.post10

1 file

0.9.3.post9

1 file

0.9.3.post8

1 file

0.9.3.post7

1 file

0.9.3.post6

1 file

0.9.3.post5

1 file

0.9.3.post4

1 file

0.9.3.post3

1 file

0.9.3.post2

1 file

0.9.3.post1

1 file

0.9.3.post0

1 file

0.9.2.post38

1 file

0.9.2.post37

1 file

0.9.2.post36

1 file

0.9.2.post35

1 file

0.9.2.post34

1 file

0.9.2.post33

1 file

0.9.2.post32

1 file

0.9.2.post31

1 file

This release

0.9.2.post30 This release

1 file

0.9.2.post29

1 file

0.9.2.post28

1 file

0.9.2.post27

1 file

0.9.2.post26

1 file

0.9.2.post25

1 file

0.9.2.post24

1 file

0.9.2.post23

1 file

0.9.2.post22

1 file

0.9.2.post21

1 file

0.9.2.post20

1 file

0.9.2.post19

1 file

0.9.2.post18

1 file

0.9.2.post17

1 file

0.9.2.post16

1 file

0.9.2.post15

1 file

0.9.2.post14

1 file

0.9.2.post13

1 file

0.9.2.post12

0.9.2.post11

1 file

0.9.2.post10

1 file

0.9.2.post8

1 file

0.9.2.post7

1 file

0.9.2.post6

1 file

0.9.2.post5

1 file

0.9.2.post4

1 file

0.9.2.post3

1 file

0.9.2-2

1 file

0.9.2-1

1 file

0.9.1-7

1 file

0.9.1-6

1 file

0.9.1-5

1 file

0.9.1-2

1 file

0.9.1-1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page