Skip to main content

Unofficial Python package designed to interact with the Shovels API

Project description

Shovels Logo

pyshovels

pyshovels is the unofficial Python package designed to interact with the Shovels API. 📦

Table of Contents

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.9 or higher (as specified in pyproject.toml)
  • A Shovels API key

Installation

For users:

  • Install using poetry (recommended) or pip:
    poetry add pyshovels
    
    or
    pip install pyshovels
    

For contributors:

  • Fork and clone the repo and install in editable mode:
    git clone https://github.com/<your-username>/pyshovels.git
    cd pyshovels
    
    then
    poetry install
    
    or
    pip install -e .
    

Setting your API key:

  • Set your Shovels API key as an environment variable (recommended):
    • Add your Shovels API key to a .env file - look at the .env.example file for an example
    • Or set it as an environment variable directly
      export SHOVELS_API_KEY="your-api-key"
      
    • Then, load the environment variables using the load_env function:
      from pyshovels import load_env, ShovelsAPI
      load_env(env_path="./path/to/.env")  # not necessary if you set the API key as an environment variable directly
      shovels = ShovelsAPI()
      
  • Or pass the API key as an argument to the ShovelsAPI class:
    from pyshovels import ShovelsAPI
    shovels = ShovelsAPI(api_key="your-api-key")
    

    ⚠️ Note: If passing the API key as an argument, be careful not to accidentally share it with others.

Usage

Look at the examples folder for usage examples.

For more detailed examples on how to use the Shovels API, please refer to the official documentation.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a ⭐️! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE file for more information.

Contact

GitHub: nicolasakf

Email: nicolasakfonteyne@gmail.com

Project details


Download files

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

Source Distribution

pyshovels-0.0.2.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyshovels-0.0.2-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file pyshovels-0.0.2.tar.gz.

File metadata

  • Download URL: pyshovels-0.0.2.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.3.0

File hashes

Hashes for pyshovels-0.0.2.tar.gz
Algorithm Hash digest
SHA256 65c45564ecde049fdcf4c12ff14e0beaec113c1d151d8864d28ed578b4f247e0
MD5 8c788e5eb48e663433a3940284cae49d
BLAKE2b-256 d0e0773424ad79c1817c7fa7c7a2f545e416c64e5550d42608d9f565595d37b6

See more details on using hashes here.

File details

Details for the file pyshovels-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pyshovels-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.3.0

File hashes

Hashes for pyshovels-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e079170b12d770e7f2f0c3a1ee4f55d2e7c073249c3fe631ad0f308bb876490a
MD5 32cffc67deb4e9d51ad6e21e0e913667
BLAKE2b-256 0c0f71e11467526774324f19f20d13fdfb8e426c1676a9d3b9141840c440eeed

See more details on using hashes here.

Supported by

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